2009/10/4 Johannes Schmid <[email protected]>: > Hi! > >> >> When database providers render a GdaServerOperation to SQL when >> performing the operation, the SQL identifiers are copied without any >> transformation, so it's up to you to correctly set the SQL identifiers >> values (such as table name), so the anwser is no, you don't have to. > > Wouldn't it be useful if GdaSqlBuilder would automatically check if the > SQL identifiers need quoting and quote them if needed? As I programmer I > would expect that it takes care of it as it takes care for quoting SQL > keywords.
Id does when you use gda_sql_builder_add_id(), see for example http://git.gnome.org/cgit/libgda/tree/samples/SqlBuilder/example.c. Vivien _______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
