Skip to content

Commit

Permalink
dbmanager: fix #6511
Browse files Browse the repository at this point in the history
  • Loading branch information
brushtyler committed Nov 28, 2012
1 parent 6f1b27e commit a4484b2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -121,7 +121,7 @@ def fieldTypes(self):
return [
"integer", "bigint", "smallint", # integers
"real", "double", "float", "numeric", # floats
"varchar(n)", "character(n)", "text", # strings
"varchar", "varchar(n)", "character(n)", "text", # strings
"date", "datetime" # date/time
]

Expand Down

0 comments on commit a4484b2

Please sign in to comment.