GNOME Bugzilla – Bug 661684
GdaSqlBuilder: Fields with - are unquoted.
Last modified: 2011-10-17 20:54:51 UTC
Created attachment 198953 [details] test_libgda_field_with_hyphen.c If a field name contains a hyphen (-), GdaSqlBuilder does not put the name in quotes when it builds the SQL string. It therefore fails. Of course, it is unwise to put such a special character in a field name, but it can happen. Here is a simple test case.
Can you check correction in commit http://git.gnome.org/browse/libgda/commit/?id=63de0c4ebbc833de87b5ca0cacd7b2160e0f9ae9 Vivien
Yes, that has fixed it. Many thanks.