提交 a21503c9 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Fix grammar in help.csv

上级 c3befc2c
...@@ -1248,8 +1248,7 @@ SET CLUSTER '' ...@@ -1248,8 +1248,7 @@ SET CLUSTER ''
" "
"Commands (Other)","SET BINARY_COLLATION"," "Commands (Other)","SET BINARY_COLLATION","
SET BINARY_COLLATION SET BINARY_COLLATION { UNSIGNED | SIGNED }
{ UNSIGNED | SIGNED } ] }
"," ","
Sets the collation used for comparing BINARY columns, the default is SIGNED Sets the collation used for comparing BINARY columns, the default is SIGNED
for version 1.3 and older, and UNSIGNED for version 1.4 and newer. for version 1.3 and older, and UNSIGNED for version 1.4 and newer.
...@@ -1263,8 +1262,7 @@ SET BINARY_COLLATION SIGNED ...@@ -1263,8 +1262,7 @@ SET BINARY_COLLATION SIGNED
" "
"Commands (Other)","SET BUILTIN_ALIAS_OVERRIDE"," "Commands (Other)","SET BUILTIN_ALIAS_OVERRIDE","
SET BUILTIN_ALIAS_OVERRIDE SET BUILTIN_ALIAS_OVERRIDE { TRUE | FALSE }
{ TRUE | FALSE } ] }
"," ","
Allows the overriding of the builtin system date/time functions Allows the overriding of the builtin system date/time functions
for unit testing purposes. for unit testing purposes.
...@@ -1436,7 +1434,6 @@ This setting can be appended to the database URL: ""jdbc:h2:test;JAVA_OBJECT_SER ...@@ -1436,7 +1434,6 @@ This setting can be appended to the database URL: ""jdbc:h2:test;JAVA_OBJECT_SER
SET JAVA_OBJECT_SERIALIZER 'com.acme.SerializerClassName' SET JAVA_OBJECT_SERIALIZER 'com.acme.SerializerClassName'
" "
"Commands (Other)","SET LAZY_QUERY_EXECUTION"," "Commands (Other)","SET LAZY_QUERY_EXECUTION","
SET LAZY_QUERY_EXECUTION int SET LAZY_QUERY_EXECUTION int
"," ","
...@@ -3206,7 +3203,6 @@ ARRAY ...@@ -3206,7 +3203,6 @@ ARRAY
An array of values. An array of values.
Mapped to ""java.lang.Object[]"" (arrays of any non-primitive type are also supported). Mapped to ""java.lang.Object[]"" (arrays of any non-primitive type are also supported).
Use a value list (1, 2) or ""PreparedStatement.setObject(.., new Object[] {..})"" to store values, Use a value list (1, 2) or ""PreparedStatement.setObject(.., new Object[] {..})"" to store values,
and ""ResultSet.getObject(..)"" or ""ResultSet.getArray(..)"" to retrieve the values. and ""ResultSet.getObject(..)"" or ""ResultSet.getArray(..)"" to retrieve the values.
"," ","
...@@ -4377,7 +4373,6 @@ Later flags overrides first ones, for example 'ic' equivalent to case sensitive ...@@ -4377,7 +4373,6 @@ Later flags overrides first ones, for example 'ic' equivalent to case sensitive
REGEXP_LIKE('Hello World', '[A-Z ]*', 'i') REGEXP_LIKE('Hello World', '[A-Z ]*', 'i')
" "
"Functions (String)","REPEAT"," "Functions (String)","REPEAT","
REPEAT(string, int) REPEAT(string, int)
"," ","
...@@ -5517,4 +5512,3 @@ Contains all values from start to end (this is a dynamic table). ...@@ -5517,4 +5512,3 @@ Contains all values from start to end (this is a dynamic table).
"," ","
SYSTEM_RANGE(0, 100) SYSTEM_RANGE(0, 100)
" "
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论