Commit Graph

132 Commits

Author SHA1 Message Date
jackfoxy
9f20d86d26 fix merge passthru and merge passthru tests 2023-05-02 09:50:43 -07:00
jackfoxy
73bcabce92 pass-thru columns in merge 2023-04-30 13:02:25 -07:00
jackfoxy
b838ff05d2 fix cross join and tests 2023-04-24 13:45:41 -07:00
jackfoxy
84af225b76 pass-thru columns in from clause 2023-04-22 14:28:27 -07:00
jackfoxy
246482eaf1 merge mostly done 2023-04-12 11:20:04 -07:00
jackfoxy
7d408281de AST clean-up 2023-03-16 14:20:44 -07:00
jackfoxy
6ed57d85a7 update 2023-03-16 13:49:28 -07:00
jackfoxy
6905429cf8 delete command 2023-03-03 09:35:01 -08:00
jackfoxy
2b7b843224 equiv operator 2023-02-17 11:07:58 -08:00
jackfoxy
e27bef98e6 distinct binary operator 2023-02-16 11:49:29 -08:00
jackfoxy
99ae6f8366 aggregates 2023-02-15 11:20:47 -08:00
jackfoxy
5d27d92308 order by 2023-02-14 14:22:54 -08:00
jackfoxy
b7e1ba46ef group by working 2023-02-08 11:55:09 -08:00
jackfoxy
3db0bb8c6c group-by broken, accomodate having 2023-02-05 15:27:50 -08:00
jackfoxy
671ecd2cf5 group by 2023-02-04 09:17:56 -08:00
jackfoxy
06919ed971 working on group-by, all tests pass 2023-02-03 20:36:05 -08:00
jackfoxy
55ecf069b9 fix un-aliased joins and add join tests 2023-01-31 11:50:04 -08:00
jackfoxy
737bdfce5a readme and utilities 2023-01-30 13:40:49 -08:00
jackfoxy
892a3f2047 all select tests pass 2023-01-29 13:49:25 -08:00
jackfoxy
b49267d458 more predicate tests, more clean-up 2023-01-19 13:36:03 -08:00
jackfoxy
959efa30f5 clean-up and a few more predicate test cases 2023-01-15 15:07:32 -08:00
jackfoxy
f04d177ab4 first 11 predicate tests pass 2023-01-10 15:27:56 -08:00
jackfoxy
eb00d21869 builds, but runtime error on predicate 2023-01-05 10:17:42 -08:00
jackfoxy
edbd4ad94f clean up crash sites 2022-11-30 15:06:42 -08:00
jackfoxy
efb752bbbb big predicate refactor builds 2022-11-30 13:51:43 -08:00
jackfoxy
f9a7ae98cd progress on simple query 2022-11-06 16:56:54 -08:00
jackfoxy
34b238a7ed predicate bug test 2022-10-31 10:26:28 -07:00
jackfoxy
af65a41dab fix predicate 2022-10-30 19:52:27 -07:00
jackfoxy
e19c15667f first end-to-end query parses 2022-10-24 13:08:56 -07:00
jackfoxy
0a531b3de6 optimization 2022-10-23 15:05:57 -07:00
jackfoxy
3a7fc48fb0 attempt at optimization 2022-10-23 13:12:24 -07:00
jackfoxy
5243a592b2 grouping and ordering 2022-10-22 12:03:54 -07:00
jackfoxy
02b084bc48 when aggregate function 2022-10-21 15:37:24 -07:00
jackfoxy
231bac46a7 aggregate functions in predicates 2022-10-21 15:23:20 -07:00
jackfoxy
a84a0a201d rename operator-component to expression 2022-10-20 12:46:29 -07:00
jackfoxy
525fb0670e refactor select-column 2022-10-16 16:19:25 -07:00
jackfoxy
fda814cab1 add some ~+ 2022-10-16 14:31:55 -07:00
jackfoxy
08ac092f2c fix scalar tests and add select tests 2022-10-16 13:27:14 -07:00
jackfoxy
0c51cc8983 select aggregate functions 2022-10-16 12:09:53 -07:00
jackfoxy
8041ecb342 select 2022-10-15 16:09:57 -07:00
jackfoxy
0f883e9d8b scalar arithmetic and select 2022-10-13 08:51:22 -07:00
jackfoxy
9995434833 scalar functions and fix to predicate 2022-10-10 14:23:12 -07:00
jackfoxy
c7a34596fc predicate nesting 2022-09-30 13:31:56 -07:00
jackfoxy
2a57b10173 predicate conjunctions 2022-09-27 10:07:16 -07:00
jackfoxy
cbb46ab172 simple predicates 2022-09-25 08:52:01 -07:00
jackfoxy
11749b8a12 some clean up, documenting and a little query progress 2022-09-15 14:34:17 -07:00
jackfoxy
47ebb48432 fix (star sym); start on query 2022-09-12 13:54:38 -07:00
jackfoxy
7c3d5a724f alter table 2022-09-10 10:02:00 -07:00
jackfoxy
3f139a3a1b fix create table 2022-09-09 16:30:41 -07:00
jackfoxy
b59ff55c99 fix alter index; start alter table 2022-09-08 13:48:02 -07:00
jackfoxy
8061cd748f alter namespace 2022-09-07 13:50:04 -07:00
jackfoxy
528d7739d7 alter index 2022-09-07 12:25:00 -07:00
jackfoxy
1535b52c79 some clen-up 2022-09-06 15:46:28 -07:00
jackfoxy
b8ae1e1611 insert into 2022-09-05 10:26:35 -07:00
jackfoxy
11a63cfeb5 insert into parsers 2022-09-04 11:31:20 -07:00
jackfoxy
c7f9f0a4ae create table 2022-09-01 17:14:57 -07:00
jackfoxy
3f7e81f5a9 change column order format 2022-08-29 13:12:40 -07:00
jackfoxy
404263443e create index, more create table work, add test.hoon because something broke in urbit testing 2022-08-29 11:29:37 -07:00
jackfoxy
95a05a2ecd reorg - small cores for parser rules 2022-08-28 08:58:03 -07:00
jackfoxy
449d5d4956 create table 2022-08-25 15:44:47 -07:00
jackfoxy
a92dbb7f1b grant and revoke with ship list 2022-08-23 16:30:27 -07:00
jackfoxy
7ca8f8968a revoke single ship 2022-08-23 08:59:52 -07:00
jackfoxy
4479d6b2be grant permission single ship 2022-08-22 17:53:59 -07:00
jackfoxy
e5ea91750d drop index 2022-08-21 20:25:18 -07:00
jackfoxy
64339b4b6d clean up drop table and drop view 2022-08-21 18:03:52 -07:00
jackfoxy
165396b42e drop database 2022-08-21 15:01:22 -07:00
jackfoxy
cfb002faaa fix next script position 2022-08-21 14:09:24 -07:00
jackfoxy
98c3afdfb2 drop namespace 2022-08-21 12:35:45 -07:00
jackfoxy
7ce74851c7 truncate table 2022-08-20 17:29:26 -07:00
jackfoxy
f5e90622ff cleanup before making door 2022-08-20 14:11:05 -07:00
jackfoxy
c4af07b7c7 clean-up 2022-08-20 11:02:18 -07:00
jackfoxy
2770619198 drop table 2022-08-17 09:35:12 -07:00
jackfoxy
9be59f5585 clean-up create namespace 2022-08-17 09:26:46 -07:00
jackfoxy
0584a53f17 drop view 2022-08-17 09:07:05 -07:00
jackfoxy
a555cee423 create-database and tests 2022-08-13 14:20:30 -07:00
jackfoxy
3e22a6b764 namespace tests 2022-08-13 12:08:34 -07:00
jackfoxy
7758efc5b2 create-namespace clean-up 2022-08-12 19:24:30 -07:00
jackfoxy
4b67f763ed multiple create-namespace 2022-08-12 19:00:44 -07:00
jackfoxy
645c8a3cb5 parse create-namespace 2022-08-12 11:08:20 -07:00
jackfoxy
5fdeb14e0b docs and AST 2022-08-10 11:45:17 -07:00
jackfoxy
7ed4ed9f91 initial docs 2022-08-06 07:06:18 -07:00
jackfoxy
28c52adff9 initial commit 2022-07-24 19:54:27 -07:00