Commit graph

48 commits

Author SHA1 Message Date
09f0ec4c3f
grammar: fix foreign key 2023-01-08 23:54:06 +03:00
de04a49b20
grammar: add table constraint 2023-01-08 16:17:16 +03:00
acda125c15
query: add base highlight theme 2023-01-08 00:58:59 +03:00
b6be01e6a9
grammar: add foreign key column constraint 2023-01-07 23:20:00 +03:00
e4e1756164
grammar: add primary key column constraint 2023-01-07 22:51:22 +03:00
13896dfb7b
grammar: cosmetic changes 2023-01-07 22:12:56 +03:00
98c15a25dc
grammar: add unique column constraint 2023-01-07 22:07:50 +03:00
cc6fa3e0f7
grammar: rename comment blocks 2023-01-07 21:55:42 +03:00
8a50f066ab
grammar: add column constraints 2023-01-07 02:13:17 +03:00
0f7f6211db
grammar: add base types 2023-01-07 01:30:38 +03:00
f7722271eb
test: add additional tests for create table statement 2023-01-06 23:59:35 +03:00
ccc76f983a
grammar: add base create table 2023-01-06 23:52:08 +03:00
78fa02efd1
grammar: improve constraint when 2023-01-06 00:58:28 +03:00
4a7b12f806
chore: disable build-wasm 2023-01-06 00:58:14 +03:00
dc0ff18f18
grammar: improve table constraint 2023-01-06 00:54:05 +03:00
6e78cac399
grammar: add varchar predefined type 2023-01-06 00:40:41 +03:00
ce72078360
grammar: add unlogged rule 2023-01-06 00:29:36 +03:00
75e081f335
chore: some cosmetic changes 2023-01-05 23:46:19 +03:00
02b7e697a4
style: some cosmetic changes 2023-01-05 23:37:44 +03:00
2479108e10
grammar: add many values to insert into 2023-01-05 23:30:26 +03:00
e577e230b1
chore: cleanup repo 2023-01-05 18:31:52 +03:00
ad8afe6f17
add complex example 2023-01-05 18:26:18 +03:00
2c0dd3d647
build grammar 2023-01-05 18:26:06 +03:00
71512283ec
fix detecting language 2023-01-05 18:24:44 +03:00
4790b9e302
apply fittings starter tree-sitter 2023-01-05 18:08:21 +03:00
Christian De la Hoz
c266746eaa treesitter 2021-09-02 20:45:29 +02:00
Christian De la Hoz
931b7ab582 drop type, open cursor 2021-09-02 20:45:19 +02:00
Christian De la Hoz
7beede0306 bug fixes 2021-09-02 20:45:02 +02:00
Christian De la Hoz
a4cbb1ab05 arrays as value_expressions 2021-09-02 19:54:27 +02:00
Christian De la Hoz
f1278b0462 treesitter 2021-09-01 19:15:50 +02:00
Christian De la Hoz
2aba292171 with cte can define columns 2021-09-01 19:15:50 +02:00
Christian De la Hoz
208d770137 update 2021-09-01 19:15:50 +02:00
Christian De la Hoz
48e0701909 in, between.. 2021-09-01 19:15:50 +02:00
Christian De la Hoz
d6a6775598 security definer 2021-09-01 19:15:50 +02:00
Christian De la Hoz
fa4317ba96 get diagnostics 2021-09-01 19:15:50 +02:00
Christian De la Hoz
7fdee6f9f0 bug fixes 2021-09-01 19:15:48 +02:00
Christian De la Hoz
1ce5cc3928 remove useless tests - we dont test the parser for 'wrong' results 2021-09-01 17:35:52 +02:00
Christian De la Hoz
3d27025598 more noise 2021-08-31 20:34:24 +02:00
Christian De la Hoz
f13c6b4712 assignments with ':=' when the variable has only been declared 2021-08-31 20:33:28 +02:00
Christian De la Hoz
117d416300 time is hard... 2021-08-31 20:30:45 +02:00
Christian De la Hoz
86d51a3d6c fix group_by 2021-08-31 20:30:21 +02:00
Christian De la Hoz
4e0cdec7f7 null 2021-08-31 20:29:46 +02:00
Christian De la Hoz
8051aa73bb isnull, is distinct from 2021-08-31 20:28:25 +02:00
Christian De la Hoz
0c286e0edf drop function 2021-08-31 19:09:32 +02:00
Christian De la Hoz
e7f520d7e5 create type, for, raise and few fixes 2021-08-30 20:31:09 +02:00
Christian De la Hoz
e37e2fdea1 if_statement 2021-08-28 13:13:37 +02:00
Christian De la Hoz
6303f6c3d8 getting into shape 2021-08-28 12:46:32 +02:00
Christian De la Hoz
78f290713f create_function 2021-08-21 19:15:42 +02:00