Skip to content

Releases: bes2008/sqlhelper

v3.0.0

06 Feb 14:48
Compare
Choose a tag to compare

Features

  1. supports UXDB (优炫数据库)
  2. supports like escaper API
  3. supply custom vendor database id provider
  4. add common batch update/insert/delete API
  5. use useLastPageIfPageOut instead of useLastPageIfPageNoOut
  6. use Pipeline to refactor mybatis plugin
  7. supply common SelectCountResultSetExtractor
  8. change total to long type
  9. supports rebuild mybatis BoundSql

Dependencies

  1. upgrade dependency langx-java to version 2.0.0

v2.4.0

28 Nov 03:41
Compare
Choose a tag to compare

Features

  1. Supports subquery pagination in mybatis, mybatis-plus, spring-jdbc, apache commons-utils applications

Bugs

  1. #107 avoid order by clause be slice if has placeholder ? exists when build select count statement

Dependencies

  1. Upgrade langx-java to 1.2.4 version

2.3.1

18 Nov 02:40
Compare
Choose a tag to compare

Improvement

  1. sqlhelper-cli use catalog,schema from connection
  2. will not setvalue for a privimate type when the value is null
  3. load all configuration when startup, finish it by upgrade langx-java to 1.2.1

Dependencies

  1. upgrade langx-java to version 1.2.1

2.3.0

15 Nov 10:38
Compare
Choose a tag to compare

Features

  1. CLI initial version

Dependencies

  1. upgrade easyjson to version 2.1.0
  2. upgrade langx-java to version 1.2.0

2.2.0

30 Oct 13:23
Compare
Choose a tag to compare

Features

  1. Supports Apache Commons-DBUtils
  2. Get the last page if the pageNo greate than the maxPageCount

2.1.2

25 Oct 09:44
Compare
Choose a tag to compare

Bugs

  1. Oracle exception: ORA-00904 ROW_ 标示符无效

2.1.1

24 Oct 05:45
Compare
Choose a tag to compare

Bugs

  1. avoid startup failure when any dialect design error

2.1.0

21 Oct 08:30
Compare
Choose a tag to compare

Features

  1. Supports MyBatis CachingExecutor
  2. Supports HerdDb
  3. improve code quality

2.0.7

18 Oct 09:14
Compare
Choose a tag to compare

Features

  1. Supports Spring-JDBC's NamedParameterJdbcTemplate
  2. Simplify the invocation of sql pagination SqlPaginations
  3. refactor PagingRequestContext
  4. Supports mybatis-plus
  5. Supports more databases: KarelDB, OrientDB, Neo4j

2.0.6

11 Oct 17:14
Compare
Choose a tag to compare

Features

  1. Supports more databases: AntDB, OceanBase, OBASE, EsgynDB, RadonDB, GoldenDB, HHDB, Informix, SinoDB
  2. Supports ResultSetExtractor API
  3. Refactor SqlSymbolMapper API
  4. Adapter Sqlhelper ResultSetExtractor to API spring-jdbc ResultSetExtractor API
  5. Don't cache when the database is not support limit variables
  6. Add sqlhelper-common module
  7. Supports Table DDL dump API
  8. Add alias for Oracle

Dependencies

  1. Upgrade langx-java to verion 0.0.9