actions='#', fixed issue 1253, thanks yaribaud
This commit is contained in:
@@ -1687,7 +1687,7 @@ SQLITE = set((
|
||||
))
|
||||
|
||||
|
||||
MONGODB_NONRESERVED = set(('ID_', 'SAFE',))
|
||||
MONGODB_NONRESERVED = set(('SAFE',))
|
||||
|
||||
# remove from here when you add a list.
|
||||
JDBCSQLITE = SQLITE
|
||||
|
||||
Reference in New Issue
Block a user