65 Commits
Author SHA1 Message Date
bill 7f8c57735d create table ... as ... union all/except ... 2022-11-18 05:31:00 +08:00
bill 1673726a2d fixed limit doesn't work for queries w/o postproc. 2022-11-17 23:51:19 +08:00
bill 8e482a1228 bug fixes on flattening 2022-11-17 17:21:26 +08:00
bill 4f7f544983 bug fix on sqlblock and documentations 2022-11-17 06:48:12 +08:00
bill 8d739f8f3e Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2022-11-17 05:51:08 +08:00
bill 4792bfa08f fixed parser bug in create table as
initial support for <sql> blocks
2022-11-17 05:49:32 +08:00
bill 65be0e207d Bugs: incorrectly handling decimal literals
lack of support for select into in monetdb
2022-11-16 21:37:54 +08:00
bill b58503b83d fixed regression 2022-11-15 13:14:21 +08:00
bill f0940ae442 added initial support for union_all and except 2022-11-13 14:22:42 +08:00
bill cec2420ddd Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2022-11-13 04:39:47 +08:00
bill b6022a7e0f Transferred AQuery grammar from private repo 2022-11-13 04:33:52 +08:00
bill 1832de1241 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery2 2022-11-11 03:18:30 +08:00
bill fa1f9822bc WIP: rework exec-engine structure, GC, fast print 2022-11-11 03:14:50 +08:00
bill 4ff1b2d3a8 bug fixes on select into file 2022-11-11 02:20:29 +08:00
bill 5dad6e5270 monetdb passthru, WIP: threadedGC 2022-11-05 05:33:28 +08:00
bill 31a4972478 bug fixes 2022-11-04 16:29:20 +08:00
bill 50740fe6ac Added var(s), stddev(s). New ITC, stats. bugfix on aggregations. 2022-11-04 06:10:36 +08:00
bill ba21da23a3 bug fixes, more documentations 2022-10-28 16:38:02 +08:00
bill 31d823ac89 fixed bugs wrt sp groupbys, insert multiple values 2022-10-26 05:37:49 +08:00
bill 5549706443 fixed issue for user module 2022-10-23 05:47:53 +08:00
bill d5382c36e9 bug fixes 2022-10-21 14:52:01 +08:00
bill 6478deb7da read complex data from csv 2022-10-20 06:00:57 +08:00
bill 818ab3b2e5 Added prev/next aggregation functions 2022-10-17 15:13:48 +08:00
bill a9b0c185e1 pack(*), truncate, bug fixes 2022-10-15 04:12:17 +08:00
bill 826c156d9f bug fixes 2022-10-11 21:54:20 +08:00
bill 7945b5e65a bug fixes 2022-10-07 13:59:43 +08:00
bill f434afbee6 fixed regression 2022-10-05 04:03:17 +08:00
bill dda68bd9e1 bug fixes and clarification 2022-10-05 03:51:57 +08:00
bill 136b3b6c6c fixed join using, join on 2022-10-02 14:22:48 -03:00
bill b666d6d9b2 fixed regression on join condition awareness 2022-10-02 00:41:10 +08:00
bill e5ba3f63d6 fixed regression. 2022-10-01 15:52:34 +08:00
bill 98890884da updated documentations. 2022-09-30 22:34:02 +08:00
bill cd0f07fbf3 Fixed msvc pch 2022-09-28 01:09:41 +08:00
bill d10a476a34 Updated instructions, bulid drivers, bug fixes 2022-09-27 05:08:53 +08:00
bill eac25ddbb3 Added drop table, 'if (not) exists' support. Bug fixes 2022-09-24 22:33:59 +08:00
bill fb870c9977 fixed wildcard compound cols, ratios, etc. 2022-09-23 16:08:24 +08:00
bill c39ec80e1d more on join awareness and decoupled expr 2022-09-23 02:46:30 +08:00
bill 522e9e267b WIP: new decoupled expr implementation 2022-09-22 23:50:08 +08:00
bill 34a9fe105c bug fix on select into 2022-09-21 17:23:50 +08:00
bill ed58c13dc9 initial distinct support 2022-09-20 22:17:56 +08:00
bill ff63be720c Bug fixes for alias&join. Add test in presentation. 2022-09-20 02:21:49 +08:00
bill 2614d010da imporved build driver, basic support for count() 2022-09-19 17:22:46 +08:00
bill 613941ce06 bug fixes 2022-09-18 20:55:43 +08:00
bill d3742dfa9c More Date/Time, Complex expr on groupby, bug fixes 2022-09-18 07:44:39 +08:00
bill 619f639d03 Added C++ Build Driver: MSBuild; Bug fixes; 2022-09-15 09:36:16 +08:00
bill 41f51bacc5 Optimized: C++ Compilation, ~10x speedup 2022-09-13 08:32:22 +08:00
bill 6859671230 Added session manager. 2022-09-09 22:15:55 +08:00
bill 9caee2819f libaquery: optimizations that reduces vector copy. 2022-09-09 20:42:04 +08:00
bill bea97a909a fixed table/column name problem 2022-09-08 19:25:46 +08:00
bill a464029d14 Added select into 2022-09-08 05:06:56 +08:00