Skip to content

Releases: future-architect/uroborosql

🐛Bugfixes release

14 May 16:41
Compare
Choose a tag to compare

Source diff: 0.26.7 -> 0.26.8

🐛 Bugfixes

  • #319 Fixed a bug in sqlAgent#merge, mergeAndReturn that failed to update Entity with @Version annotation.

🐛Bugfixes release

05 Nov 15:29
Compare
Choose a tag to compare

Source diff: 0.26.6 -> 0.26.7

🐛 Bugfixes

  • #316 SqlEntityQuery#sum suports Optional type.
  • #317 Improved performance of comma and AND/OR removal regular expressions.

🐛Bugfixes release

05 Jun 13:15
Compare
Choose a tag to compare

Source diff: 0.26.5 -> 0.26.6

🐛 Bugfixes

  • #314 Argument escaping may be performed with wrong Dialect in SF.startsWith

🐛Bugfixes release

16 Feb 01:30
Compare
Choose a tag to compare

Source diff: 0.26.4 -> 0.26.5

🐛 Bugfixes

  • #313 Fixed retries can be turned off by specifying 0 in the retry method of SqlQuery/SqlUpdate/SqlBatch/Procedure

🌟 Enhancements release

01 Feb 15:11
Compare
Choose a tag to compare

Source diff: 0.26.3 -> 0.26.4

🌟 Enhancements

  • #312 Add timestamp/LocalDateTime/OffsetDateTime/ZonedDateTime OptimisticLocking

🌟 Enhancements release

11 Dec 17:45
Compare
Choose a tag to compare

Source diff: 0.26.2 -> 0.26.3

🌟 Enhancements

  • #309 improve batch insert performance.

🌟 Enhancements release

23 Nov 08:49
Compare
Choose a tag to compare

Source diff: 0.26.1 -> 0.26.2

🌟 Enhancements

  • #308 Improved SQL Batch insert performance issues.

🐛Bugfixes release

16 Nov 06:27
Compare
Choose a tag to compare

Source diff: 0.26.0 -> 0.26.1

🐛 Bugfixes

  • #307 Fixed to not call close() method if the connection is already closed

🌟 Enhancements release

12 Oct 01:34
Compare
Choose a tag to compare

Source diff: 0.25.2 -> 0.26.0

🌟 Enhancements

  • #306 Added API to specify update delegate for SQL update/batch process

🐛Bugfixes release

14 Sep 17:58
Compare
Choose a tag to compare

Source diff: 0.25.1 -> 0.25.2

🐛 Bugfixes

  • #305 Add Cache Clear API for DefaultEntityHandler and MappingUtils