From 7bd9402772ec1d1f711ca9d9c3e0ccbb25a62a6c Mon Sep 17 00:00:00 2001 From: terrymanu Date: Fri, 29 Jan 2016 12:13:44 +0800 Subject: [PATCH] update docs --- sharding-jdbc-doc/content/post/limitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharding-jdbc-doc/content/post/limitations.md b/sharding-jdbc-doc/content/post/limitations.md index f3f70989c4e80..1bec492400dd7 100644 --- a/sharding-jdbc-doc/content/post/limitations.md +++ b/sharding-jdbc-doc/content/post/limitations.md @@ -21,7 +21,7 @@ weight = 5 - 不支持自定义类型映射 ### `Statement`和`PreparedStatement`接口 -- 不支返回多个结果集的语句 +- 不支持返回多结果集的语句(即存储过程,非`SELECT`多条数据) - 不支持国际化字符的操作 ### 对于`ResultSet`接口