Skip to content

Releases: future-architect/uroborosql

🐛Bugfixes release

07 Feb 01:38
Compare
Choose a tag to compare

Source diff: 0.10.0 -> 0.10.1

🌟 Enhancements

  • #149 Add SqlFluent#sqlId()
  • #150 Add SqlFluent#param(String, Supplier)

🐛 Bugfixes

  • #155 Fixed: does not exclude the results of SqlAgent#find() in @Transient
  • #154 Change SQL generated by DefaultEntityHandler to enclose SQL identifier in quotes

🚀Enhancements and bugfixes release

16 Jan 02:25
Compare
Choose a tag to compare

Source diff: 0.9.0 -> 0.10.0

🌟 Enhancements

  • #143 Changed to SqlBatch#paramStream to accept beans stream
  • #145 Add inserts(entities) to SqlAgent

🐛 Bugfixes

  • #144 Fixed an issue where .queryWith("...").stream().map(r -> r).iterator() caused an error

Enhancements and bugfix release.

06 Jan 15:56
Compare
Choose a tag to compare
  • enhancement
    #140 I want to turn file monitoring off with NioSqlManager

  • bugfix
    #132 If a retry occurs in postgresql, SQL execution after the second time fails
    #134 Change of behavior of PropertyMapperManager#getValue()
    #137 CallableStatement do not set fetchsize

See https://github.com/future-architect/uroborosql/milestone/12?closed=1

Maintenance release.

26 May 03:21
Compare
Choose a tag to compare

Fixed few bugfixes.

  • #129 SqlAgentImpl#query(SqlContext) doesn't close ResultSet when SqlFilter/SqlFilterManager#doQuery throws any Exception
  • #131 If SQL string is specified in SqlContext, SqlFilter#doTransformSql will not be called

Maintenance release.

25 Apr 15:49
Compare
Choose a tag to compare

security enhancement.

#124 Expand support for cipher algorism of SecretColumnFilter

Many enhancements and bugfix release.

16 Apr 01:45
Compare
Choose a tag to compare
  • enhancement
    #90 Make it possible to switch SQL files to be loaded using Dialect.
    #110 I would like ResultSetConverter to convert CLOB, BLOB, and Array to a manageable type instead of getting it as an object.
    #116 EntityHandler add emptyStringEqualsNull property.
    #118 SecretColumnSqlFilter supports URI.
    #122 remove multi byte string for log message and exception message.

  • improvement
    #117 add nio sqlmanager.

  • bugfix
    #109 Fixed a problem that SecretResultSet#close caused NullPointerException.
    #111 Stored function call fails in Oracle.
    #114 SqlAgent#close() should be commit/rollback before Connection#close().

  • other
    #123 add license header.

See https://github.com/future-architect/uroborosql/milestone/11?closed=1

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.