From 63331e37425775cb73d784a9f106915bcb93f071 Mon Sep 17 00:00:00 2001 From: Maxim Penzin Date: Fri, 8 May 2020 12:32:21 +0800 Subject: [PATCH] link to jdbc docs --- doc/tips-and-tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tips-and-tricks.md b/doc/tips-and-tricks.md index 5b223e0..5b8b08a 100644 --- a/doc/tips-and-tricks.md +++ b/doc/tips-and-tricks.md @@ -150,7 +150,7 @@ create table example( ;; => #:example{:tags ["tag1" "tag2"]} ``` -Note: PostgreSQL JDBC driver supports only 7 primitive array types, but not such as UUID[] - +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