On 3 July 2010 10:08, Andrea Zagli <[email protected]> wrote: > on gda-sql: (v. 4.0.7) > > - HINT: when you execute a ddl query (for example "drop table") i think it > must automatically execute the command "\meta"
You're rigth, I'll see how this can be implemented. > > - POSSIBLE BUG: if you execute "delete from xxx" it returns the number of > deleted records (it's right); if after you execute "drop table xxx" it > returns again the number of deleted records of the previous operation (it's > wrong) (and if you execute other ddl queries it do the same) (i tried only > with an sqlite db) This has been corrected in git/master: http://git.gnome.org/browse/libgda/commit/?id=5b8092d7d032ad4a5be20d2e339a9958f741c950 Thanks, Vivien _______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
