Skip to content

Releases: landawn/AbacusUtil

1.8.0

23 Jul 07:11
Compare
Choose a tag to compare
    Move `...util.Traverser` to `...guava.Traverser`.
    Support `Apache DBCP2`.
    Add `OffHeapCache`.
    Move Nosql XXXExecutor
`HBaseExecutor/MongoCollectionExecutor/CouchbaseExecutor` to
`abacus-da`: https://github.com/landawn/abacus-da.
    Improvements and bug fix.

1.7.12

13 Jul 19:31
Compare
Choose a tag to compare
    Refactoring: change `Mapper.update(id, props)` to
`Mapper.update(props, id)`.
    Improvements and bug fix.

1.7.11

08 Jul 06:01
Compare
Choose a tag to compare
    Remove `SQLExecutor.prepareQuery`.
    Add `CrudDao.queryForSingleXXX/stream`.
    Improvements and bug fix.

1.7.10

05 Jul 06:02
Compare
Choose a tag to compare
* Refactoring `JdbcUtil.Mapper.delete/batchDelete(...)` and add
`JdbcUtil.Mapper.deleteById/batchDeleteByIds(...)`

* Change implementation in `SQLBuilder/CQLBuilder`. Input table name
won't formatted anymore.

* Improve Java Docs

* Improvements and bug fix.

1.7.9

01 Jul 09:57
Compare
Choose a tag to compare
Add JdbcUtil.NamedQuery.

Add CrudDao.findFirst/query.

Improve Java Docs

Improvements and bug fix.

1.7.8

24 Jun 11:44
Compare
Choose a tag to compare

Fix issue #21

Rename SQLExecutor.Mapper.add/batchAdd/addOrUpdate to Mapper.insert/batchInsert/upsert.

Remove parameterized type E extends Exception from JdbcUtil.RowMapper/BiRowMapper/RowFilter/BiRowFilter/ParametersSetter/.../ResultExtractor/BiResultExtractor.

Add Fn.parseByte/parseShort/parseInt/ParseLong/parseFloat/ParseDouble.

Add JdbcUtil.Dao/.CrudDao for Java 8 or above.

Improvements and bug fix.

1.7.7

15 Jun 06:46
Compare
Choose a tag to compare
    Improvements and bug fix.

1.7.6

10 Jun 00:35
Compare
Choose a tag to compare
    Support `JsonXmlField`.
    Support setting parameters by `Map/Entity` for named query in
`JdbcUtil.Dao`.
    Improvements and bug fix.

1.7.5

08 Jun 06:50
Compare
Choose a tag to compare
Change quotation char for column alias from ' to " in `SQLBuilder`.

Improvements and bug fix.

1.7.4

08 Jun 06:50
Compare
Choose a tag to compare
1.7.5

Change quotation char for column alias from ' to " in `SQLBuilder`.

Improvements and bug fix.