Skip to content

Releases: Harleyoc1/SerDes

Database#selectAll

22 Apr 17:04
Compare
Choose a tag to compare
Database#selectAll Pre-release
Pre-release

This very minor version adds Database#selectAll(SerDes, String, Object) for selecting a List of SerDesables.

Changes

  • Added Database#selectAll(SerDes, String, Object) for selecting a List of SerDesables.

DefaultDatabase and Bug Fixes

18 Apr 22:41
Compare
Choose a tag to compare
Pre-release

This minor version adds the DefaultDatabase, fixes bugs, and contains other minor changes.

Changes

  • Added the DefaultDatabase, see its Javadoc for more info.
  • Added Nullable annotation to Field#get(Object).
  • Fixed minor bugs introduced by the ImmutableForeignField in 0.0.4.
  • Fixed bug in AbstractSerDes#deserialise(Database, Object) in which a constructor containing foreign fields would not be recognised properly.
  • Added and updated more Javadoc.

ImmutableForeignField

18 Apr 22:32
Compare
Choose a tag to compare
ImmutableForeignField Pre-release
Pre-release

Minor release adding the ImmutableForeignField with other minor changes. This should be used with caution, see its Javadoc for more info.

Changes

  • Added the ImmutableForeignField.
  • Added a lot more Javadoc to existing methods and classes.
  • Fixed a few minor bugs.
  • Cleaned up some files unintentionally left in the resources directory.

Auto Creation of Tables

15 Apr 22:48
Compare
Choose a tag to compare
Pre-release

SerDes 0.0.3

This is a minor early version (the first version published to GitHub). The primary new feature is auto creation of SQL tables via SerDes#createTable(Database).

Changes

  • Auto creation of tables (SerDes#createTable(Database))
  • Nullable field property (Field#isNullabe())
  • Fixed some minor bugs.
  • More (and updated) Javadoc.