Popular repositories
-
Forked from JSQLParser/JSqlParser
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
Java
-
-
Forked from ripienaar/free-for-dev
A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
HTML
13 contributions in the last year
Contribution activity
February 1, 2021
tomershay has no activity
yet for this period.
January 2021
Created 1 commit in 1 repository
Created a pull request in JSQLParser/JSqlParser that received 1 comment
Add support for functions in an interval expression
Added support for functions in an interval expression. This far, only columns and JDBC parameters were supported. A sample query that is now suppor…
+7
−1
•
1
comment
Opened 1 other pull request in 1 repository
JSQLParser/JSqlParser
1
merged
Created an issue in JSQLParser/JSqlParser that received 10 comments
Union with selects wrapped in parenthesis doesn't parse on 4.1
Describe the bug The following query fails parsing in v4.1, while it worked with previous versions. It seems that the parser fails only when the tw…
10
comments