[gnome-db] reserved words



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 =?ISO-8859-1?Q?=E8?= una parte del messaggio firmata digitalmente



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]