Wha'ts the traceback on this?
Is the error coming from createWorkspaceDBTables() (in SGDIworkspace.py)?
That's the only place I see with the 'LIMIT 1' on the query and it is explicitly
catching the ProgrammingError and creating the table if it doesn't exist. |