0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Sep 14, 2025 — Sep 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small fix. More... about 13 years ago
Small fix. More... about 13 years ago
[maven-release-plugin] prepare for next development iteration More... almost 14 years ago
[maven-release-plugin] prepare release org.java-sql-generator-0.3.2 More... almost 14 years ago
Removed warnings. More... almost 14 years ago
Refactored DEFAULT and NULL handling in INSERT/UPDATE statements into its own class. More... almost 14 years ago
ColumnNameList no longer inherits from ValueExpression, since it really isn't a value. More... almost 14 years ago
Removed erroneously added TODO. More... almost 14 years ago
Added support for PostgreSQL RETURNING clause. Added preliminary tests for modification statements. More... almost 14 years ago
[maven-release-plugin] prepare for next development iteration More... almost 14 years ago
[maven-release-plugin] prepare release org.java-sql-generator-0.3.1 More... almost 14 years ago
Merge pull request #16 from eskatos/feature/h2 More... almost 14 years ago
Added H2Database Vendor support. More... almost 14 years ago
Merge pull request #15 from eskatos/feature/sqlite More... almost 14 years ago
Added SQLite Vendor support More... almost 14 years ago
[maven-release-plugin] prepare for next development iteration More... almost 14 years ago
[maven-release-plugin] prepare release org.java-sql-generator-0.3 More... almost 14 years ago
Gonna try Maven release with Qi4j reference after all. More... almost 14 years ago
Preparing for release (and unincluding the Qi4j reference) More... almost 14 years ago
Added support for GENERATED ALWAYS/BY DEFAULT AS IDENTITY clause. More... almost 14 years ago
Updated to Qi4j 2.0-beta-1. More... about 14 years ago
Legacy syntax is no longer automatically used in situations where is OFFSET but no LIMIT in MySQL. More... almost 15 years ago
Fixed a typo from documentation. More... almost 15 years ago
Added support for MySQL legacy syntax for LIMIT/OFFSET. Based on MySQL manual, the legacy syntax must be used when there is OFFSET but no LIMIT. More... almost 15 years ago
Made the legacy PgSQL LIMIT/OFFSET processing more elegant. Same goes for MySQL processing of the same expressions. More... almost 15 years ago
First version of supporting the OFFSET/FETCH expressions defined in SQL 2008 standard. Additionally, the MySQL vendor will know to use the LIMIT/OFFSET of the MySQL dialect. Finally, the PostgreSQL vendor will know to use the LIMIT/OFFSET dialect when commanded to (only needed if you are dealing with PostgreSQL 8.3 or earlier. More... almost 15 years ago
Modified date-time processing. More... almost 15 years ago
Added new toString functionality to README. More... almost 15 years ago
Updated README file. More... almost 15 years ago
Made tests verify that the same string is returned from both SQL syntax element's toString() and SQLVendor.toString(...) methods. More... almost 15 years ago