mirror of
https://github.com/rbock/sqlpp11.git
synced 2025-12-30 17:50:10 -06:00
Add begin and end keywords in the reserved names to be escaped (#310)
This commit is contained in:
@@ -312,6 +312,8 @@ nsList = namespace.split('::')
|
||||
|
||||
def escape_if_reserved(name):
|
||||
reserved_names = [
|
||||
'BEGIN',
|
||||
'END',
|
||||
'GROUP',
|
||||
'ORDER',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user