i think that each provider must have a function to properly escape
reserved words in sql statements

for example

"create table values (id integer)" crash in mysql and sqlite (not in
postgres) because "values" is an sql reserved word; the problem is that
mysql and sqlite escape reserved words in different ways (mysql with ``
and sqlite with "")

Attachment: signature.asc
Description: Questa รจ una parte del messaggio firmata digitalmente

_______________________________________________
gnome-db-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-db-list

Reply via email to