GNOME Bugzilla – Bug 589103
GdaServerProvider requires quoted table names and field names.
Last modified: 2009-07-20 09:06:01 UTC
This test case shows that using GDA_SERVER_OPERATION_CREATE_TABLE and GDA_SERVER_OPERATION_ADD_COLUMN currently requires mixed-case SQL identifiers to be quoted. If not, lowercase table names or field names are created, as can be seen in PgAdmin3, for instance. This is not a problem with the SQLite provider, as you can see by commenting out the alternative connection line. Vivien mentioned on the mailing list that quoting should not be necessary with this API.
*** This bug has been marked as a duplicate of 589102 ***