GNOME Bugzilla – Bug 683162
metastore update fails for table
Last modified: 2012-09-02 18:13:00 UTC
Created attachment 223147 [details] gda_meta_update_tables.c With master, but not with the LIBGDA_5_0 branch, this test case emits this warning, though not a GError: ** (process:6645): WARNING **: Column 4 out of range (0-3), ignoring its specified type After some git bisecting, I think this started with this commit: http://git.gnome.org/browse/libgda/commit/?id=dacaa9e33b62c5ba2118e2b248a5ab4c56bf49a6 Here is the backtrace at that warning:
+ Trace 230776
I noticed this in Glom's test_selfhosting_new_then_change_columns regression test which then goes on to have a GError: SUGGEST META UPDATE Returned FALSE: Data models should have the same number of columns
Can you check with commit http://git.gnome.org/browse/libgda/commit/?id=ad93194f0bef89f32760792aa74718c0e5c4c45b Thanks!
Yes, all the warnings and the GError are gone now, both in that test case and in the Glom regression test. Many thanks.