From 9891c1bb38c47b05ba3c40b80ad17d1a206e4e5c Mon Sep 17 00:00:00 2001
From: znone <glyc@sina.com.cn>
Date: Wed, 03 Mar 2021 13:51:22 +0000
Subject: [PATCH] PostgreSQL: support composite types.

---
 README_CN.md |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/README_CN.md b/README_CN.md
index 2bfe98c..6fdaa3c 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -418,7 +418,8 @@
 | date | qtl::postgres::date |
 | timestamp | qtl::postgres::timestamp |
 | interval | qtl::postgres::interval |
-| array | std::vector |
+| array | std::vector<br>std::array<br>T[N] |
+| composite types | std::tuple<br>std::pair |
 
 ### PostgreSQL的字段数据绑定
 
@@ -436,7 +437,8 @@
 | date | qtl::postgres::date |
 | timestamp | qtl::postgres::timestamp |
 | interval | qtl::postgres::interval |
-| array | std::vector |
+| array | std::vector<br>std::array<br>T[N] |
+| composite types | std::tuple<br>std::pair |
 
 ### ODBC相关的C++类
 - qtl::postgres::database

--
Gitblit v1.9.3