Release Notes - 1.0

1.0.2-funcrel

Other Updates

Details
A new object "JDBI Unknown SQL Query" has been added.

1.0.1-funcrel

Other Updates

Details
Added Vendor property to JDBI SQL Query objects.

1.0.0-funcrel

Note

Moving from beta to funcrel.

Thorough testing of applications is done to verify the implemented support of JDBI3 and JDBI V2, Fluent and Declarative APIs.

1.0.0-beta2

Other Updates

Details
Minor improvement made to provide support for SQLObject APIs/Declarative APIs. See https://doc.castsoftware.com/display/TECHNOS/JDBI+-+1.0#JDBI1.0-DeclarativeAPI .

1.0.0-beta1

New Support

Summary Details
Support for JDBI v2 Support provided for JDBI v2 - Fluent APIs. New set of CRUD APIs are added.

1.0.0-alpha2

New Support

Summary Details
Support for Jdbi Declarative/SQL Object APIs Implemented support for Jdbi Declarative APIs, which are defined using @SqlQuery, @SqlUpdate, @SqlBatch, @SqlCall and @SqlScript annotations. See https://doc.castsoftware.com/display/TECHNOS/JDBI+-+1.0#JDBI1.0-DeclarativeAPI .

1.0.0-alpha1

New Support

Summary Details
Support for Jdbi Fluent/Core APIs Implemented support for Jdbi Core APIs such as Handle, Query, Call, Batch, Update and Script.