link to jdbc docs
This commit is contained in:
parent
6604692886
commit
87d051fb56
1 changed files with 3 additions and 0 deletions
|
|
@ -150,6 +150,9 @@ create table example(
|
|||
;; => #: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
|
||||
|
||||
By default, PostgreSQL's JDBC driver does not always perform conversions from `java.util.Date` to a SQL data type.
|
||||
|
|
|
|||
Loading…
Reference in a new issue