Skip to content

Commit 30796ba

Browse files
committed
Fix comment (LENGTH clause was removed)
1 parent e6be6f3 commit 30796ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dsql/parse.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2330,7 +2330,7 @@ db_initial_desc($alterDatabaseNode)
23302330
| db_initial_desc db_initial_option($alterDatabaseNode)
23312331
;
23322332

2333-
// With the exception of LENGTH, all clauses here are handled only at the client.
2333+
// All clauses here are handled only at the client.
23342334
%type db_initial_option(<alterDatabaseNode>)
23352335
db_initial_option($alterDatabaseNode)
23362336
: PAGE_SIZE equals u_numeric_constant

0 commit comments

Comments
 (0)