Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump gson from 2.3 to 2.8.9dependabot/maven/com.google.code.gson-gson-2.8.9 | dependabot[bot] | 2022-05-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Bumps [gson](https://github.com/google/gson) from 2.3 to 2.8.9. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-2.3...gson-parent-2.8.9) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | [maven-release-plugin] prepare for next development iterationHEADmaster | James Moger | 2021-05-02 | 1 | -2/+2 |
| | |||||
* | [maven-release-plugin] prepare release release-2.2.1release-2.2.1 | James Moger | 2021-05-02 | 1 | -2/+2 |
| | |||||
* | Adjust POM for maven-release-plugin | James Moger | 2021-05-02 | 1 | -1/+1 |
| | |||||
* | Update changelog | James Moger | 2021-05-02 | 1 | -1/+10 |
| | |||||
* | Bump mysql-connector-java from 6.0.5 to 8.0.16 (#42) | dependabot[bot] | 2021-05-02 | 1 | -1/+1 |
| | | | | | | | | | | Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 6.0.5 to 8.0.16. - [Release notes](https://github.com/mysql/mysql-connector-j/releases) - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES) - [Commits](https://github.com/mysql/mysql-connector-j/compare/6.0.5...8.0.16) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | Bump junit from 4.11 to 4.13.1 (#41) | dependabot[bot] | 2021-05-02 | 1 | -1/+1 |
| | | | | | | | | | | Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | Bump xstream from 1.4.9 to 1.4.16 (#40) | dependabot[bot] | 2021-05-02 | 1 | -1/+1 |
| | | | | | | | | | Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.9 to 1.4.16. - [Release notes](https://github.com/x-stream/xstream/releases) - [Commits](https://github.com/x-stream/xstream/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | Fix Derby expected class size after merging #35 | James Moger | 2021-05-02 | 1 | -1/+1 |
| | |||||
* | Fix for Oracle column default value (#35) | Humberto Dias | 2021-05-02 | 1 | -1/+3 |
| | | | | | | | | | | | * Fix for MySql driver class name * Fix for Oracle Column with Default Value * Revert "Fix for MySql driver class name" This reverts commit 66077fcb5a03fb01ae6b11ed6eaba56f2b246b44. Co-authored-by: Humberto Dias <humberto.dias@techne.com.br> | ||||
* | simple join select (#39) | uchicom | 2021-05-02 | 3 | -3/+29 |
| | | | | | | | * simple join select * test for simple join select * test for simple join select | ||||
* | Merge pull request #32 from culmat/patch-3 | James Moger | 2017-05-23 | 1 | -1/+4 |
|\ | | | | | Avoid NullPointerException | ||||
| * | Avoid NullPointerException | Matthias Cullmann | 2017-05-23 | 1 | -1/+4 |
|/ | | | replacement for #31 | ||||
* | Merge pull request #30 from culmat/patch-1 | James Moger | 2017-05-17 | 1 | -1/+1 |
|\ | | | | | Update README.md | ||||
| * | Update README.md | Matthias Cullmann | 2017-05-17 | 1 | -1/+1 |
|/ | | | mvn version update | ||||
* | Documentation | James Moger | 2017-01-31 | 1 | -2/+4 |
| | |||||
* | Switch Maven build to ssh url | James Moger | 2017-01-31 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | James Moger | 2017-01-31 | 1 | -2/+2 |
| | |||||
* | [maven-release-plugin] prepare release release-2.2.0release-2.2.0 | James Moger | 2017-01-31 | 1 | -2/+2 |
| | |||||
* | Unit test adjustments for MySQL 5.7 | James Moger | 2017-01-31 | 3 | -3/+3 |
| | |||||
* | Adjust CREATE TABLE column constraint syntax for MySQL 5.7 strict mode | James Moger | 2017-01-31 | 4 | -16/+62 |
| | |||||
* | Cleanup CLOB test table | James Moger | 2017-01-31 | 1 | -0/+1 |
| | |||||
* | Allow definition of numeric default values by string | James Moger | 2017-01-31 | 1 | -1/+11 |
| | |||||
* | Update version in pom | James Moger | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | Update to MySQL driver 6.0.5 | James Moger | 2017-01-30 | 4 | -4/+4 |
| | |||||
* | Update to SQLite 3.16.1 | James Moger | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | Update Postgres driver to 9.4.1212 | James Moger | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | Update to Derby 10.13.1.1 | James Moger | 2017-01-30 | 1 | -3/+3 |
| | |||||
* | Update to H2 1.4.193 | James Moger | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | Added bitwise AND and XOR DSL for where clauses | James Moger | 2017-01-30 | 13 | -1/+294 |
| | |||||
* | Merge pull request #26 from MakotoHirano/master | James Moger | 2017-01-30 | 1 | -1/+5 |
|\ | | | | | fix query can automatically treat null clause depends on value | ||||
| * | fix query can automatically treat null clause depends on value | MakotoHirano | 2016-11-18 | 1 | -1/+5 |
| | | |||||
* | | Merge pull request #28 from elseorand/master | James Moger | 2017-01-30 | 1 | -1/+1 |
|\ \ | |/ |/| | fix db2 JDBC driver class name | ||||
| * | fix db2 JDBC driver class name | elseorand | 2017-01-26 | 1 | -1/+1 |
|/ | |||||
* | Update HSQL to 2.3.4 | James Moger | 2016-06-03 | 1 | -1/+1 |
| | |||||
* | Update H2 to 1.4.192 | James Moger | 2016-06-03 | 1 | -1/+1 |
| | |||||
* | Use root-relative links for changelog versions (reverted from commit ↵ | James Moger | 2016-04-09 | 1 | -32/+32 |
| | | | | ea0d51fb2531a6b4d1171c25b53add9a84cd6a4f) | ||||
* | Use root-relative links for changelog versions | James Moger | 2016-04-09 | 1 | -32/+32 |
| | |||||
* | Add bugtraq definition | James Moger | 2016-04-07 | 1 | -0/+5 |
| | |||||
* | Update readme and changelog | James Moger | 2016-04-07 | 2 | -2/+3 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | James Moger | 2016-04-07 | 1 | -2/+2 |
| | |||||
* | [maven-release-plugin] prepare release release-2.1.1release-2.1.1 | James Moger | 2016-04-07 | 1 | -2/+2 |
| | |||||
* | Fixes #24: Add where(String) method to improve interop | James Moger | 2016-04-07 | 3 | -0/+22 |
| | |||||
* | Update readme and changelog | James Moger | 2016-04-06 | 2 | -3/+4 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | James Moger | 2016-04-06 | 1 | -2/+2 |
| | |||||
* | [maven-release-plugin] prepare release release-2.1.0release-2.1.0 | James Moger | 2016-04-06 | 1 | -5/+4 |
| | |||||
* | Add methods to return group by field counts | James Moger | 2016-04-06 | 7 | -4/+199 |
| | |||||
* | Update version to 2.1.0-SNAPSHOT | James Moger | 2016-04-06 | 1 | -1/+1 |
| | |||||
* | Corrected full testsuite execution syntax | James Moger | 2016-04-05 | 1 | -1/+1 |
| | |||||
* | Restore manifest stamping | James Moger | 2016-04-05 | 1 | -1/+14 |
| |