actions='#', fixed issue 1253, thanks yaribaud

This commit is contained in:
Massimo
2013-01-08 14:38:05 -06:00
parent 3788ec3f9a
commit 1dfb6824a3
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -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