2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
Sep 23, 2025 — Sep 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #83 from logilica/master More... 2 months ago
Merge pull request #1 from logilica/fix/sql-parsing-common More... 2 months ago
feat(sql): parse explicit JOIN syntax in table reference list More... 2 months ago
docs(sql): tag Db2 for z/OS-specific productions More... 2 months ago
refactor(sql): define cursor unknown skip in terms of cursorTrailer More... 2 months ago
Merge pull request #81 from fabio-grassi/master More... 3 months ago
Moved TestTokenizer and HardcodedSource for better separation of test and runtime classpaths. Modified Eclipse configuration to mark packages under test/ as containing test classes in order to prevent unwanted references from runtime packages to test packages. More... 3 months ago
Merge pull request #80 from fabio-grassi/master More... 3 months ago
To ease the transition from Ant to Maven, read test files from classpath instead of from the default filesystem. More... 3 months ago
feat(sql): add MERGE INTO production [standard SQL DML] More... 3 months ago
feat(sql): add DECLARE GLOBAL TEMP TABLE, DECLARE TABLE, VALUES INTO, and WITH ROWSET POSITIONING productions More... 3 months ago
feat(sql): parse SELECT body inside DECLARE CURSOR More... 3 months ago
feat(sql): add FETCH/COMMIT/SET/GET DIAGNOSTICS/PREPARE/EXECUTE/DESCRIBE productions More... 3 months ago
feat(sql): parse GROUP BY, HAVING, ORDER BY, FETCH FIRST in SELECT More... 3 months ago
feat(sql): parse SUM/AVG/MIN/MAX/COUNT(col) as aggregateFunction More... 3 months ago
Merge pull request #79 from fabio-grassi/master More... 3 months ago
More SonarQube warnings fixes. More... 3 months ago
Merge pull request #77 from fabio-grassi/master More... 3 months ago
Fix a few trivial Eclipse and SonarQube warnings. More... 3 months ago
Merge pull request #76 from fabio-grassi/master More... 3 months ago
Bump Jaxen version from 1.1 to 2.0.6 Bump OpenCSV version from 2.3 to 5.12.0 More... 3 months ago
Merge pull request #75 from fabio-grassi/master More... 3 months ago
Improve KoopNavigator interface contract compliance for isXXX and getXXXStringValueMethods. Reorder and group methods for easier reading. More... 3 months ago
Compose tracing messages in an uniform fashion. More... 3 months ago
Merge pull request #74 from fabio-grassi/master More... 3 months ago
Iterator<T> contract mandates that NoSuchElementException should be thrown if next is called when there are no more elements. More... 3 months ago
Remove from overridden remove method from all iterators as since Java 1.8 a fully eqeuivalent implementation is included as a default method in the Iterator<T> interface itself. More... 3 months ago
Merge pull request #73 from fabio-grassi/master More... 3 months ago
Refine SYMBOLIC-CHARACTERS treatment. More... 3 months ago
Merge pull request #71 from fabio-grassi/master More... 3 months ago