Skip to content

Commit 183a051

Browse files
authoredFeb 6, 2020
Add begin and end keywords in the reserved names to be escaped (rbock#310)
1 parent c021c49 commit 183a051

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎scripts/ddl2cpp

+2
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ nsList = namespace.split('::')
312312

313313
def escape_if_reserved(name):
314314
reserved_names = [
315+
'BEGIN',
316+
'END',
315317
'GROUP',
316318
'ORDER',
317319
]

0 commit comments

Comments
 (0)
Please sign in to comment.