Add new date, time to CQL literal encoding table.

This commit is contained in:
Adam Holmberg
2015-03-24 16:04:21 -05:00
parent 1c57b2b32a
commit 90bf4a3a19

View File

@@ -223,8 +223,11 @@ following way:
| | ``buffer`` | ``blob`` |
| | ``bytearray`` | |
+--------------------+-------------------------+
| | ``date`` | ``timestamp`` |
| | ``datetime`` | |
| ``date`` | ``date`` |
+--------------------+-------------------------+
| ``datetime`` | ``timestamp`` |
+--------------------+-------------------------+
| ``time`` | ``time`` |
+--------------------+-------------------------+
| | ``list`` | ``list`` |
| | ``tuple`` | |