Skip to content

Releases: vanioinformatika/easydao

easydao-3.4.1

04 Mar 12:23
d99e7f9
Compare
Choose a tag to compare

Fix:

NPE when Lob field is present #30

easydao-3.4.0

10 Feb 13:16
571ec26
Compare
Choose a tag to compare

readAll method reads records ordered by PK

Migration from Bintray maven Repo to the GitHub Packages

10 Feb 12:56
430245d
Compare
Choose a tag to compare

This code is identical version of the v3.3.4

easydao-3.3.4

06 Feb 08:27
Compare
Choose a tag to compare

Fixes #14 #22 and #23

easydao-3.3.2

07 Jan 13:59
Compare
Choose a tag to compare

Fixes

  • #21 Don't generate deprecated constructors to the DAO sources

easydao-3.3.1

07 Jan 13:29
Compare
Choose a tag to compare

Fixes:

  • #18 NPE when missing optional property

easydao-3.3.0

07 Jan 13:27
Compare
Choose a tag to compare

Improvement:

  • new property: addDbNameToPackageNames – if true, database name will be added at the end of the java package names

easydao-3.2.1

07 Jan 13:24
Compare
Choose a tag to compare

Fixes:

  • Fixes Dao..update method generation with Oracle virtual columns

easydao-3.2.0

07 Jan 13:22
Compare
Choose a tag to compare

Improvment

  • #16 make field type overridable

easydao-3.1.0

12 Apr 16:01
Compare
Choose a tag to compare
  • Handling Oracle virtual (read-only) fields #13
  • Handling Oracle interval type as Java Integer