Skip to content

Commit

Permalink
3.2.21
Browse files Browse the repository at this point in the history
* Improvements and bug fix.
  • Loading branch information
landawn committed Jan 30, 2023
1 parent 8158e87 commit b032890
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 3.2.21

* Improvements and bug fix.


### 3.2.20

* Improvements and bug fix.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# abacus-jdbc

[![Maven Central](https://img.shields.io/maven-central/v/com.landawn/abacus-jdbc.svg)](https://maven-badges.herokuapp.com/maven-central/com.landawn/abacus-jdbc/)
[![Javadocs](https://img.shields.io/badge/javadoc-3.2.20-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-jdbc/3.2.20/index.html)
[![Javadocs](https://img.shields.io/badge/javadoc-3.2.21-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-jdbc/3.2.21/index.html)

Hope it will bring you the programming experiences: coding with SQL/DB is just like coding with Collections.

Expand Down Expand Up @@ -192,7 +192,7 @@ userDao.deleteById(100L);
* Gradle:
```gradle
// JDK 1.8 or above:
compile 'com.landawn:abacus-jdbc:3.2.20'
compile 'com.landawn:abacus-jdbc:3.2.21'
```
## User Guide:
Expand Down
2 changes: 1 addition & 1 deletion maven/0.0.1-SNAPSHOT/abacus-jdbc-0.0.1-SNAPSHOT.pom
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.landawn</groupId>
<artifactId>abacus-common</artifactId>
<version>3.6.7</version>
<version>3.6.8</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.landawn</groupId>
<artifactId>abacus-jdbc</artifactId>
<version>3.2.21</version>
<version>3.2.22</version>
<packaging>jar</packaging>

<name>abacus-jdbc</name>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.landawn</groupId>
<artifactId>abacus-common</artifactId>
<version>3.6.7</version>
<version>3.6.8</version>
<scope>provided</scope>
</dependency>

Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/landawn/abacus/jdbc/JdbcUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
/**
*
* @author Haiyang Li
* @see {@link com.landawn.abacus.util.CSVUtil}
* @see {@link com.landawn.abacus.condition.ConditionFactory}
* @see {@link com.landawn.abacus.condition.ConditionFactory.CF}
* @see {@link com.landawn.abacus.annotation.ReadOnly}
Expand Down

0 comments on commit b032890

Please sign in to comment.