Skip to content

Releases: seailz/Database4J

v2.3

20 Aug 12:00
Compare
Choose a tag to compare

Full Changelog: 2.2.2...2.3

Features

feat: Added options to retrieve every object from a table

v2.2.2

24 Jul 13:13
Compare
Choose a tag to compare

Full Changelog: 2.1...2.2.2

Fixes

Fixed reading multiple objects

v2.2.1

24 Jul 07:10
38078c6
Compare
Choose a tag to compare

Full Changelog: 2.1...2.2.1

Added the option to insert multiple objects at the same time

v2.1

24 Jul 07:05
Compare
Choose a tag to compare

Full Changelog: 2.0.3...2.1

Updates

Instead of only receiving the first Object/value that the database found, now when using the get() method, you can instead opt for the getList() method which will return all the Objects/values that the database finds.

v2.0.3

20 Jul 10:22
Compare
Choose a tag to compare

Full Changelog: 2.0.1...2.0.3

fix: Fixed a small syntax error when adding a column to a table, where it didn't provide the size of the column

v2.0.1

19 Jul 17:16
Compare
Choose a tag to compare

Full Changelog: 1.2.2...2.0.1

Fixed a minor syntax error within the deletion method that was causing the method to throw an exception.

v2.0

30 Jun 08:51
Compare
Choose a tag to compare

Full Changelog: 1.2.2...2.0

Added support for reading/writing Java Objects to a table

v1.2.2

11 Jun 02:56
Compare
Choose a tag to compare

Full Changelog: 1.1...1.2.2

v1.1

09 Jun 09:53
Compare
Choose a tag to compare

v1.0

09 Jun 09:47
0eaf584
Compare
Choose a tag to compare

1.0 Release