clarity20 / tql

Terse Query Language
1 stars 0 forks source link

Add further SQL-native data types to those currently supported #46

Open clarity20 opened 5 years ago

clarity20 commented 5 years ago

All the "mainstream" data types -- those supported by most/all vendors, used or discussed fairly often -- should be supported by the QQ/TQL system to the extent possible. This means pretty complete coverage for TIMEs and TIMESTAMPs (aka DATETIMEs). We are probably limited in the coverage we can provide for BLOBs but current coverage should be reviewed to determine that with certainty. SETs should likewise be investigated.

clarity20 commented 5 years ago

Commits # bb1a95e and # 1254bb9 make substantial progress on SQL's DATEs and TIMEs and the non-native DATE_RANGEs and DATE_LISTs.