96 Commits (add-sql-querying)

Author SHA1 Message Date
chrislu cb32fdb903 clean up 19 hours ago
chrislu 976d0cc526 is null / is not null 19 hours ago
chrislu 9865377340 _ts can compare with string 20 hours ago
chrislu 725704a1d7 _ts as timestamp column 20 hours ago
chrislu 5819969c6a support INTERVAL 21 hours ago
chrislu 1a5cc4e785 reading data sources 1 day ago
chrislu 47245921dc rendering data sources tree 1 day ago
chrislu fad9446b15 fix fast path count 1 day ago
chrislu 4b7443f9c2 alias support 1 day ago
chrislu 97bb8c93c8 fix _timestamp_ns comparing 1 day ago
chrislu 4a118adf6f compare int64 2 days ago
chrislu d38d555fc7 use db 2 days ago
chrislu 8986859298 remove old parser code 2 days ago
chrislu c5fff488f4 remove old code 2 days ago
chrislu ada96be79e prevent single quote in the string 2 days ago
chrislu 84d921c873 fix extract 2 days ago
chrislu bbe1a45623 fix tests 2 days ago
chrislu 299a80d87d Update engine.go 2 days ago
chrislu 218fa17dd4 fix tests 2 days ago
chrislu 061cfbd7e7 fix limit offset 2 days ago
chrislu dd52f08090 test SQLs 3 days ago
chrislu 3480607a57 postgres only 3 days ago
chrislu 3eb911e19f add cockroachdb parser 3 days ago
chrislu 7fccbc9938 recursive functions 3 days ago
chrislu 7e2f4aa7df extract 3 days ago
chrislu e48eb4aba2 refactor 3 days ago
chrislu 494904c9c2 database qualifier 3 days ago
chrislu dbc030912b unused code path 3 days ago
chrislu 7a240b421b fix time functions 3 days ago
chrislu b1fd1176e5 ensure empty spaces for literals 3 days ago
chrislu cd2b072e21 fix string concat 3 days ago
chrislu 95e3a0df9d fix string function bugs and add tests 3 days ago
chrislu dcc693ba4c fix math 3 days ago
chrislu 73e1aaaf89 fix id*2 3 days ago
chrislu 3cbe20e4e8 fix tests 4 days ago
chrislu 9f4d4e4559 using consts; avoid test data in production binary 4 days ago
chrislu 279abda3b7 support string concatenation || 4 days ago
chrislu 02d36637de limit with offset 4 days ago
chrislu 20f61388bf support limit with offset 5 days ago
chrislu 69e6902072 handling errors 5 days ago
chrislu 323193cf8c no more mysql 5 days ago
chrislu 50040a68bb fix 5 days ago
chrislu c10a0ba2fd fmt 6 days ago
chrislu 72d332a352 feat: Add window function foundation with timestamp support 6 days ago
chrislu 699e2f4413 feat: Add logical type support to SQL query engine 6 days ago
chrislu ec1e74a6e8 feat: Add Parquet logical types to mq_schema.proto 6 days ago
chrislu d60c542ecc feat: Replace pg_query_go with lightweight SQL parser (no CGO required) 6 days ago
chrislu 4d9de40c5c fmt 6 days ago
chrislu 42661ac110 fix tests 6 days ago
chrislu 991247facf fix tests 6 days ago