issues
search
codeschool
/
sqlite-parser
JavaScript implentation of SQLite 3 query parser
MIT License
331
stars
57
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Syntax error when use tokenizer arguments
#59
lana-k
opened
3 years ago
0
OVER clause incorrect validation
#58
vmasalov
opened
4 years ago
0
Do you have the AST definition document?
#57
lunexnocty
opened
4 years ago
1
split into multiple statements
#56
joue-quroi
opened
5 years ago
0
use browserify-derequire
#55
pkit
opened
5 years ago
0
BUG: Named constraints lose names if other constraints are present
#54
lingo
opened
5 years ago
0
Merge in fixes to: 1) preserve case and 2) allow `:` in IDs
#53
jrop
closed
6 years ago
1
Add support for preserving case
#52
eatonphil
closed
5 years ago
9
Confusion about parsing of "not" operator
#51
eatonphil
opened
6 years ago
1
Feature Request: add stringify method
#50
lifeiscontent
closed
4 years ago
1
Create index.d.ts
#49
euginio
opened
6 years ago
4
Support for Interval
#48
Tamirklein
closed
6 years ago
2
Incorrect AST when using "LIKE" expression
#47
malolans-r7
opened
6 years ago
2
Why are invalid statements parsed without errors?
#46
pplanner16
closed
6 years ago
1
Each expression is evaluated 4 times
#45
absolux
opened
7 years ago
0
Allow for / in the table names
#44
johnnymajor
opened
7 years ago
1
Issue with Object.assign is not a function
#43
sekhar0797
closed
7 years ago
3
use from browser without nodejs
#42
netsystemsrl
closed
7 years ago
1
operator precedence of AND/OR in where
#41
kibtidec
closed
7 years ago
3
Get full text of expression
#40
aplarsen
opened
7 years ago
2
Trailing spaces in table or column names deleted
#39
kibtidec
opened
7 years ago
0
"too much recursion" in browserified version
#38
kibtidec
closed
7 years ago
7
Node Structure Change: Add variant to module node of create virtual table statement.
#37
jdrew1303
closed
8 years ago
1
Node Structure Change: Change format in condition type node to variant
#36
jdrew1303
closed
7 years ago
4
Bug? Brackets are not parsing properly in binary between statements 1.0.0@beta
#35
jdrew1303
closed
8 years ago
2
Node Structure Change: Add variant to condition type
#34
jdrew1303
closed
7 years ago
4
Node Structure Change: Change variant names to camelCase and change 'function' variant name
#33
jdrew1303
opened
8 years ago
1
Node Structure Change: Create Foreign Key
#32
jdrew1303
opened
8 years ago
1
Feature Request: Add location data to AST
#31
jdrew1303
opened
8 years ago
1
Feature Request: Add comment nodes to AST
#30
jdrew1303
opened
8 years ago
3
Streaming parser, command line usage, unbundled lib
#29
nwronski
closed
8 years ago
0
Do not publish library as minified browserify bundle
#28
nwronski
closed
8 years ago
0
Ability to use parser as a stream transform for pipes
#27
nwronski
closed
8 years ago
0
Command line usage of parser
#26
nwronski
closed
8 years ago
0
Better binary expression parsing rules
#25
nwronski
closed
8 years ago
0
SyntaxError when using \' in values list
#24
philippsimon
closed
8 years ago
2
Feature Request: Give an API to reconstruct the query back from AST
#23
gurvinder372
opened
8 years ago
13
Feature request: Summarize which tables are read from, written to in results
#22
groovy9
opened
8 years ago
0
AST to query conversion
#21
sibijohn72
closed
8 years ago
1
Mathematical operations in where
#20
anvog
closed
8 years ago
5
Not equal operator (<>)
#19
fabianfiorotto
closed
8 years ago
1
Combining certain syntaxes in from will fail parsing in valid sql
#18
gertheber
closed
8 years ago
4
Fixed the grunt file so it works correctly on Windows.
#17
sah2ed
closed
8 years ago
1
Merge tracer branch back into master
#16
nwronski
closed
8 years ago
1
Upgrade sqlite-parser to ES2015
#15
nwronski
closed
8 years ago
1
Speed up performance by reducing rule count.
#14
nwronski
closed
8 years ago
0
Select statement fail to parse if more than 2 fields listed in Order By Clause
#13
ghost
closed
8 years ago
2
"Between" function is fails query parsing
#12
ghost
closed
8 years ago
1
the math operator "/" throws a parse error
#11
ghost
closed
8 years ago
3
Add localStorage to interactive demo
#10
nwronski
closed
8 years ago
0
Next