Add new date, time to CQL literal encoding table.
This commit is contained in:
@@ -223,8 +223,11 @@ following way:
|
|||||||
| | ``buffer`` | ``blob`` |
|
| | ``buffer`` | ``blob`` |
|
||||||
| | ``bytearray`` | |
|
| | ``bytearray`` | |
|
||||||
+--------------------+-------------------------+
|
+--------------------+-------------------------+
|
||||||
| | ``date`` | ``timestamp`` |
|
| ``date`` | ``date`` |
|
||||||
| | ``datetime`` | |
|
+--------------------+-------------------------+
|
||||||
|
| ``datetime`` | ``timestamp`` |
|
||||||
|
+--------------------+-------------------------+
|
||||||
|
| ``time`` | ``time`` |
|
||||||
+--------------------+-------------------------+
|
+--------------------+-------------------------+
|
||||||
| | ``list`` | ``list`` |
|
| | ``list`` | ``list`` |
|
||||||
| | ``tuple`` | |
|
| | ``tuple`` | |
|
||||||
|
|||||||
Reference in New Issue
Block a user