After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 67343 - SQL parser
SQL parser
Status: RESOLVED FIXED
Product: libgda
Classification: Other
Component: Server library
unspecified
Other other
: Normal normal
: ---
Assigned To: Gonzalo Paniagua Javier
Rodrigo Moya
Depends on:
Blocks:
 
 
Reported: 2001-12-21 01:34 UTC by Rodrigo Moya
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rodrigo Moya 2001-12-21 01:34:28 UTC
As we're going to have non-SQL providers, it would be great to have a
generic GdaSqlParser object, which lets those providers parse SQL commands
and return data based on them, as if they were a full-featured RDBMS.

This SQL parser would also be useful for converting to/from the XML queries
stuff.
Comment 1 Rodrigo Moya 2002-08-04 21:41:10 UTC
This is done. The SQL parser written by Andru might need some work,
but we can close the bug.