issues
search
David-Wobrock
/
sqlvalidator
SQL queries formatting, syntactic and semantic validation
https://pypi.org/project/sqlvalidator/
MIT License
67
stars
16
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add interval expression
#54
wammaster
opened
8 months ago
0
`SQLQuery.is_valid()` raises an exception for `with` query statements
#53
IlyaMichlin
opened
8 months ago
0
fix: better validation of CAST ... as numeric
#52
mozart-segfy
opened
1 year ago
1
is_valid() leads to `StopIteration` exception
#51
fruttasecca
opened
1 year ago
0
add closing '>' to a few __repr__ methods & add __str__ method for Alias
#50
yiannis-had
opened
1 year ago
1
is_valid() gives false negative with PostgreSQL limit clause
#49
castagninojose
opened
1 year ago
0
Update Python and library versions.
#48
David-Wobrock
closed
1 year ago
1
Added support to tab as token separator.
#47
ronaldo-moura
closed
1 year ago
0
Validator is not handling BigQuery CAST function properly
#46
alexandregirbal-loxsolution
opened
2 years ago
3
Add .pre-commit-hooks.yaml for use with pre-commit
#45
ewjoachim
closed
1 year ago
3
function call error handling
#44
mikeoverjet
opened
2 years ago
1
Handle nested case expressions
#43
David-Wobrock
closed
2 years ago
1
Add Python 3.10 to CI and use 3.9 for linting tasks
#42
David-Wobrock
closed
2 years ago
1
Bump black==22.3.0 and mypy==0.942
#41
David-Wobrock
closed
2 years ago
1
Handle select star replace
#40
David-Wobrock
closed
2 years ago
1
validate() missing 1 required positional argument: 'known_fields'
#39
timotta
opened
2 years ago
3
AssertionError is raised when using a CASE statement in a CASE statement
#38
SofienBenAyed
closed
2 years ago
0
Comments are not handled correctly
#37
aymen-k
opened
2 years ago
0
`SELECT * REPLACE` isn't currently handled
#36
ybastide
closed
2 years ago
0
Array access notation on function call results in broken SQL
#35
rgehan
closed
2 years ago
0
Comma in quotes (",") is badly interpreted
#34
rgehan
closed
2 years ago
0
Feature/asserters
#31
lum4chi
closed
2 years ago
1
Isnot valid cases
#30
satels
opened
3 years ago
0
Quote in double Quote -> Error.
#29
syndrael
closed
2 years ago
1
Issue with chained functions
#28
Agyar
closed
2 years ago
1
Validation examples suggestions
#27
ReinierKoops
opened
3 years ago
1
WITH is not correctly handled
#26
ybastide
closed
3 years ago
1
Handle "JOIN EACH" syntax
#25
David-Wobrock
closed
3 years ago
0
Handle select-filter syntax
#24
David-Wobrock
closed
3 years ago
0
Incorrect SQL with escaped char
#23
David-Wobrock
closed
3 years ago
0
GROUP EACH BY fails
#22
David-Wobrock
closed
3 years ago
0
Added .pre-commit-hooks.yaml
#21
cah-david-weirich
closed
3 years ago
4
added pre-commit-hooks.yaml
#20
cah-david-weirich
closed
3 years ago
0
Improve sql validation
#19
David-Wobrock
closed
3 years ago
2
Double quote in schema name breaks the formatting
#18
pcaneill
closed
3 years ago
1
Don't depend on sqlformat comment anymore
#17
David-Wobrock
closed
3 years ago
1
Implement automatic 'SELECT' detection
#16
David-Wobrock
closed
3 years ago
0
Handle unnest with offset
#15
David-Wobrock
closed
3 years ago
1
Add coverage
#14
David-Wobrock
closed
3 years ago
1
Handle bitmask operations
#13
David-Wobrock
closed
3 years ago
1
Better error handling when Parsing error or unexpected error
#12
David-Wobrock
closed
3 years ago
1
Issues when select expression is a boolean condition
#11
David-Wobrock
closed
3 years ago
1
Allow cross join with comma, followed by join or unnest
#10
David-Wobrock
closed
3 years ago
1
Smart cast column and type parsing
#9
David-Wobrock
closed
3 years ago
1
Formatting: break down long WHERE with boolean conditions on multiple lines
#8
David-Wobrock
closed
3 years ago
1
Let the sqlvalidator take multiple sources as entry
#7
David-Wobrock
closed
3 years ago
1
Issue when column alias contains upper and lowercase
#6
David-Wobrock
closed
3 years ago
1
Handle UNNEST + WITH OFFSET
#5
David-Wobrock
closed
3 years ago
0
Select statement validation: invalid comma before FROM
#4
RiccardoTonini
closed
3 years ago
2
Are you accepting PRs
#3
RiccardoTonini
closed
3 years ago
5
Next