link to jdbc docs

This commit is contained in:
Maxim Penzin 2020-05-08 12:27:15 +08:00
parent 6604692886
commit 87d051fb56

View file

@ -150,6 +150,9 @@ create table example(
;; => #:example{:tags ["tag1" "tag2"]} ;; => #:example{:tags ["tag1" "tag2"]}
``` ```
Note: PostgreSQL JDBC driver supports only 7 primitive array types, but not such as UUID[] -
[PostgreSQL™ Extensions to the JDBC API](https://jdbc.postgresql.org/documentation/head/arrays.html).
### Working with Date and Time ### Working with Date and Time
By default, PostgreSQL's JDBC driver does not always perform conversions from `java.util.Date` to a SQL data type. By default, PostgreSQL's JDBC driver does not always perform conversions from `java.util.Date` to a SQL data type.