Skip to content

Releases: future-architect/uroborosql

v0.7.0 bugfix release.

v0.6.1 bugfix release.

Enhancement and bugfix release

30 Jan 16:38
Compare
Choose a tag to compare

Enhancement and bugfix release

13 Dec 07:06
Compare
Choose a tag to compare

Enhancement

  • #77 Add StreamBatch API
  • #78 auto remove first delimiter(comma)

bugfix

  • #79, #80 Fixed Statement closed leak.

Enhancement API that makes it easy to use.

17 Nov 04:57
Compare
Choose a tag to compare

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.

31 Oct 06:23
Compare
Choose a tag to compare
  • bugfix
    #68 Revised schema acquisition method in TableMetadata#createTableEntityMetadata (ConnectionManager, Table)

v0.3.2 bugfix release.

10 Oct 04:46
Compare
Choose a tag to compare

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.

02 Oct 03:22
Compare
Choose a tag to compare

v0.3.1 is bug fix release.

  • bug fix

    • #59 DataSource Connection Pool resource leak
    • #60 CaseFormat#LOWER_SNAKE_CASE convert miss.
  • enhancement

    • #63 Add SqlFluent#paramBean method

Refining API

08 Sep 13:35
Compare
Choose a tag to compare
  • 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

26 May 13:19
Compare
Choose a tag to compare
  • Improvement Coverage Report
  • Improvement SQL REPL(add jline)
  • Add ORMapper API

and many bugfix.