We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d754c62 commit f459efeCopy full SHA for f459efe
1 file changed
README.md
@@ -27,7 +27,7 @@ You can add the following dependencies to your pom.xml to include [PgBulkInsert]
27
<dependency>
28
<groupId>de.bytefish</groupId>
29
<artifactId>pgbulkinsert</artifactId>
30
- <version>8.1.3</version>
+ <version>8.1.4</version>
31
</dependency>
32
```
33
@@ -45,6 +45,7 @@ You can add the following dependencies to your pom.xml to include [PgBulkInsert]
45
* timestamptz
46
* date
47
* time
48
+ * interval
49
* [Character Types](http://www.postgresql.org/docs/current/static/datatype-character.html)
50
* text
51
* [JSON Types](https://www.postgresql.org/docs/current/static/datatype-json.html)
0 commit comments