Releases: future-architect/uroborosql
Releases · future-architect/uroborosql
v0.7.0 bugfix release.
v0.6.1 bugfix release.
Enhancement and bugfix release
Performing a lot of enhancements and bugfixes.
See
https://github.com/future-architect/uroborosql/milestone/8?closed=1
Enhancement and bugfix release
Enhancement API that makes it easy to use.
Enhancement API that makes it easy to use.
-
enhancement
- add UroboroSQL builder api
- Make the initial value of CaseFormat changeable
- add SqlQuery#findFirst
- Enable to directly set parameters of date / datetime / time types during SQL execution by using SQL REPL
- add Dialect interface enhancement
-
improvement
- LocalTransactionManager conforms to Optional
v0.3.3 bugfix release.
- bugfix
#68 Revised schema acquisition method in TableMetadata#createTableEntityMetadata (ConnectionManager, Table)
v0.3.2 bugfix release.
fixed bug.
- We corrected the part of SqlAgent#query() where Stream handling is not thread safe.
- PreparedStatement object autoclose by try with resources.
- DataSourceConnectionSupplierImpl # getConnection () should be synchronized to absorb JDBC bugs.
v0.3.1 bugfix release.
Refining API
-
enhancement
- Add SqlQuery#first(Class) method and refine.
- improve the checked exceptions of the Tx classes.
- Add SqlQuery#stream(Class) method.
- checked exceptions of the Fluent interface.
- SqlAgent#close() remove thorws SQLException.
- optimistic concurrency controls supported with SqlAgent#update (Object).
- Add DefaultSqlConfig#getConfig(DataSource).
- add PascalCase, lower_snake_case
-
bugfix
- Issue #46.
- Fixed an exception occurs when calling SqlUpdate#batch without calling SqlUpdate#addBatch never.
- In case of byte array, treat it as a single object.
- Corrected Exception to be explicit when SQL file does not exist.
v0.2.0 release
- Improvement Coverage Report
- Improvement SQL REPL(add jline)
- Add ORMapper API
and many bugfix.