GNOME Bugzilla – Bug 93922
Have providers supporting GDA_SQL
Last modified: 2007-01-17 11:04:52 UTC
It would be nice so that clients can just use one SQL dialect (GDA_SQL), and then create GdaCommand's of type GDA_SQL, which will then be parsed in the providers and converted to their own SQL.
I believe that this idea (XSQL) has been tried in libgda and failed. However, libgda now has API to build queries without using SQL.