para-dao-sql

A generic SQL DAO plugin for Para (H2, MySQL, MariaDB, ProstgreSQL, MS SQL Server, Oracle, SQLite)

APACHE-2.0 License

Stars
5

Bot releases are visible (Hide)

para-dao-sql - v1.34.0

Published by albogdano about 5 years ago

b97756f [maven-release-plugin] prepare for next development iteration
3f42375 [maven-release-plugin] prepare release 1.34.0
8ec1dd6 Release v1.34.0.
278851b updated Para to 1.34.0
eea0188 travis
7077518 [maven-release-plugin] prepare for next development iteration

📦 Download JAR

para-dao-sql - v1.33.0

Published by albogdano about 5 years ago

7077518 [maven-release-plugin] prepare for next development iteration
de7c0e0 [maven-release-plugin] prepare release 1.33.0
96eb2bc Release v1.33.0.
ece8fcb [maven-release-plugin] prepare for next development iteration

📦 Download JAR

para-dao-sql - v1.32.1

Published by albogdano over 5 years ago

ece8fcb [maven-release-plugin] prepare for next development iteration
8422f7f [maven-release-plugin] prepare release 1.32.1
5479dcc Release v1.32.1.
fe86704 added support for legacy MySQL servers version 5.6.x, due to reoccurring Erudika/para#104
a9b15dc [maven-release-plugin] prepare for next development iteration

📦 Download JAR

para-dao-sql - v1.32.0

Published by albogdano over 5 years ago

a9b15dc [maven-release-plugin] prepare for next development iteration
85f1fce [maven-release-plugin] prepare release 1.32.0
78d2b1b Release v1.32.0.
b904e3f updated Para to 1.32.0
e043768 [maven-release-plugin] prepare for next development iteration

📦 Download JAR

para-dao-sql - v1.31.3

Published by albogdano over 5 years ago

e043768 [maven-release-plugin] prepare for next development iteration
10da61e [maven-release-plugin] prepare release 1.31.3
3a6d1b2 Release v1.31.3.
89dc333 enabled fail_on_write_errors by default
ce0028a added detection for MariaDB, see #2
eb94c55 [maven-release-plugin] prepare for next development iteration

📦 Download JAR

para-dao-sql - v1.31.2

Published by albogdano over 5 years ago

eb94c55 [maven-release-plugin] prepare for next development iteration
155231a [maven-release-plugin] prepare release 1.31.2
e468a78 Release v1.31.2.
6babe53 updated Para to 1.31.2, H2 to 1.4.199
ffe0d49 readme
69ea8c4 [maven-release-plugin] prepare for next development iteration

📦 Download JAR

para-dao-sql - v1.31.1

Published by albogdano over 5 years ago

69ea8c4 [maven-release-plugin] prepare for next development iteration
6b6ae48 [maven-release-plugin] prepare release 1.31.1
4b44096 Release v1.31.1.
eafa168 updated HikariCP to 3.3.1
cc0c5e8 fixed shutdown hooks, replaced with DestroyListener
b9e29d4 updated jaxb-api
bfba683 updated Para to 1.31.1
8455bf9 [maven-release-plugin] prepare for next development iteration

📦 Download JAR

para-dao-sql - v1.31.0

Published by albogdano almost 6 years ago

8455bf9 [maven-release-plugin] prepare for next development iteration
8adc637 [maven-release-plugin] prepare release 1.31.0
471d9b5 Release v1.31.0.
7f6e43b updated Para to 1.31.0, HikariCP to 3.3.0
31a77a8 happy new year
36f37a0 [maven-release-plugin] prepare for next development iteration

📦 Download JAR

para-dao-sql - v1.30.2

Published by albogdano about 6 years ago

36f37a0 [maven-release-plugin] prepare for next development iteration
d06dff7 [maven-release-plugin] prepare release 1.30.2
33645f8 Release v1.30.2.
36cf176 updated Para to 1.30.2
3dd9187 [maven-release-plugin] prepare for next development iteration

📦 Download JAR

para-dao-sql - v1.30.1

Published by albogdano about 6 years ago

3dd9187 [maven-release-plugin] prepare for next development iteration
07a0d80 [maven-release-plugin] prepare release 1.30.1
bc1b7ce Release v1.30.1.
203254c updated Para to v1.30.0, fixed H2 TCP configuration issue for server mode
8a85c45 added option to throw on write errors
bb6316d added option to throw on write errors
2d77b30 fixed data path and tests
c8f2b05 added option to enable server mode for H2
752801b readme
9bdb73f [maven-release-plugin] prepare for next development iteration

📦 Download JAR

para-dao-sql - v1.30.0

Published by albogdano over 6 years ago

⚠️ BREAKING CHANGE:

The schema has changed in v1.30.0 - columns timestamp and updated were removed,
column json_updates was added. H2DAO attempts to apply these changes automatically or error, but SqlDAO does not.
Execute the following statements one after another before switching to the new version:

ALTER TABLE {app_identifier} DROP COLUMN timestamp, updated;
ALTER TABLE {app_identifier} ADD json_updates NVARCHAR;

This is not required for tables created after v1.30.0.

5563804 updated H2 to 1.4.197, HikariCP to 3.2.0, added Dockerfile
412b850 fixed updateRows() method to not do an extra read operation, modified the schema
3626e7f refactored the pagination SQL for readAll()
6db4a56 fixed SQL update and added ALTER command to update schema
46aa5a6 fixed SQL syntax for MS SQL server and other fixes to schema
88f4666 updated Para to 1.29.2
5f877b5 fixed #44
4612b4b fixed erronous state where both H2DAO and SqlDAO are called on app create/delete events
977e7dd updated HikariCP to 3.1.0, Para core to 1.29.1
a4ffc89 fixed #41

📦 Download JAR

para-dao-sql - v1.29.0

Published by albogdano over 6 years ago

151e1a3 [maven-release-plugin] prepare for next development iteration
8cb7d3e [maven-release-plugin] prepare release 1.29.0
15289a8 fixed issues reported by SonarCloud, updated Para to 1.29.0
133a874 [maven-release-plugin] prepare for next development iteration

📦 Download JAR

para-dao-sql - v1.28.3

Published by albogdano over 6 years ago

133a874 [maven-release-plugin] prepare for next development iteration
35ee2c5 [maven-release-plugin] prepare release 1.28.3
68a19f8 moved H2DAO from para-server to here
569cd36 [maven-release-plugin] prepare for next development iteration

📦 Download JAR

para-dao-sql - v1.28.2

Published by albogdano over 6 years ago

a1b35d5 Release v1.28.2. Updated Para to 1.28.5
582e9d9 fixed errors when initializing Para, using PostgreSQL
494dff2 fixed error messages too cryptic, exception cause not printed out

📦 Download JAR

para-dao-sql - v1.28.1

Published by albogdano almost 7 years ago

7cf6d16 added .travis.yml
3413051 Code cleanup
41f540e Removes commented out HikariCP configuration
2b01e32 Fixes build and tests
b968d3e Code cleanup
03d71e8 Fixes MySQL implementation
37bd341 Initial implementation of generic SQL DAO plugin
e0ccd35 Initial commit

📦 Download JAR