issues
search
oguimbal
/
pgsql-ast-parser
Yet another simple Postgres SQL parser
304
stars
43
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
DROP SCHEMA fails
#171
myzlab
opened
2 months ago
0
ALTER VIEW Fails
#170
DVGY
opened
2 months ago
0
Feat/is distinct from
#169
martini97
opened
2 months ago
0
incorrect parentheses with casting
#168
mmkal
opened
2 months ago
0
Trying to parse SQL from the postgres source code
#167
markandrus
opened
3 months ago
0
fix: allow qualifying tables & columns by database & schema
#166
markandrus
opened
3 months ago
0
Does not parse database.schema.table identifiers
#165
markandrus
opened
3 months ago
0
Missing `[ OF table_name [, ...] ]`
#164
youngkiu
opened
5 months ago
0
fix: complete unary operator/expression support
#163
markandrus
opened
6 months ago
0
Complete unary operator/expression support
#162
markandrus
opened
7 months ago
0
feat: support for `IS UNKNOWN` / `IS NOT UNKNOWN`
#161
markandrus
opened
7 months ago
0
what do i do about placeholders?
#160
earonesty
closed
7 months ago
1
Support for `CREATE DOMAIN`
#159
i124q2n8
opened
8 months ago
0
Fix table alias location tracking
#158
gabotechs
opened
8 months ago
0
Install size is 1.7MB
#157
mmkal
opened
8 months ago
0
Special char in comments
#156
blackdogTT
opened
8 months ago
0
Nested comments
#155
thgh
opened
8 months ago
0
Unexpected `quoted_word` token when performing Nested Join
#153
pmooney-socraticworks
opened
9 months ago
1
fix: binop minus without space
#152
gthb
opened
9 months ago
0
Add support for ANY/SOME and ALL operators
#151
mjburghoffer
opened
10 months ago
2
Added SET NAMES UTF8 sql statement parsing
#150
secam
closed
11 months ago
1
Support parsing and tagging lateral joins
#149
airhorns
closed
11 months ago
1
Add support for concurrent index creation statements
#148
airhorns
closed
11 months ago
1
Add support for SET LOCAL and SET SESSION statements
#147
airhorns
closed
10 months ago
2
Add support for parenthized subselects
#146
airhorns
opened
11 months ago
1
Add support for SQL functions named left or right
#145
airhorns
closed
11 months ago
1
Add support for alter type command
#144
boblauer
closed
11 months ago
1
"RETURNS SETOF record LANGUAGE" causes error
#143
reggi
opened
1 year ago
1
Support for `CREATE RULE`
#142
seveibar
opened
1 year ago
0
Doesn't parse trim function
#141
onutosora
opened
1 year ago
0
feat: support `SET NAMES 'utf8'` statement
#140
knixeur
closed
11 months ago
2
Doesn't parse extract(... from ...) function
#139
747500
opened
1 year ago
0
support for GENERATED ALWAYS AS (...) STORED
#138
sylvain-earlymetrics
closed
1 year ago
0
feat: support `expr WITHIN GROUP (ORDER BY expr)`
#137
thejerrybao
closed
11 months ago
2
Add support for `@?` operator
#136
togiolda
opened
1 year ago
0
insert location is less than children
#135
wszgrcy
opened
1 year ago
0
Support for `GROUPING SETS`, `CUBE`, and `ROLLUP`
#134
thejerrybao
opened
1 year ago
0
Expression that subtracts a literal number without space fails to parse
#133
gthb
opened
1 year ago
1
Support for IS [NOT] DISTINCT FROM
#132
scottbessler
closed
1 year ago
1
No parentheses indicator?
#131
rgwozdz
opened
1 year ago
0
'SKIP LOCKED' and 'NOWAIT' are not supported
#130
arajski
closed
1 year ago
1
Support `SKIP LOCKED` and `NOWAIT`
#129
arajski
closed
1 year ago
2
Support for generated columns
#128
chan32167
opened
1 year ago
0
Update package-lock.json
#127
gthb
closed
10 months ago
1
Please maintain a change and release log
#126
imaginetheheadline
closed
1 year ago
3
data type: numeric(precision, scale) is not supported
#125
sijoonlee
closed
1 year ago
1
"on conflict" in insert statement is not supported
#124
sijoonlee
closed
1 year ago
1
Remove unused dev dependencies
#123
gthb
closed
1 year ago
1
Does not support lateral joins
#122
akg1
closed
11 months ago
0
An error occurs if the 'null | not null' property value does not exist.
#121
myyrakle
closed
1 year ago
1
Next