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 536418 - Provide gda-sql-parser-enum-types.[ch]
Provide gda-sql-parser-enum-types.[ch]
Status: RESOLVED FIXED
Product: libgda
Classification: Other
Component: c++ bindings
3.99.x
Other All
: Normal enhancement
: ---
Assigned To: Rodrigo Moya
gnome-db Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-03 12:19 UTC by Johannes Schmid
Modified: 2008-06-10 07:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add gda-sql-parser-enum-types.[ch] rules to Makefile.am (3.14 KB, patch)
2008-06-03 12:21 UTC, Johannes Schmid
none Details | Review
Add gda-sql-parser-enum-types.[ch] rules to Makefile.am (3.68 KB, patch)
2008-06-03 12:29 UTC, Johannes Schmid
none Details | Review

Description Johannes Schmid 2008-06-03 12:19:11 UTC
These are necessary for the C++ bindings because GdaStatement uses some enums that are declared in the sql-parser/ subdirectory.

Patch attached!
Comment 1 Johannes Schmid 2008-06-03 12:21:43 UTC
Created attachment 112051 [details] [review]
Add gda-sql-parser-enum-types.[ch] rules to Makefile.am
Comment 2 Johannes Schmid 2008-06-03 12:29:08 UTC
Created attachment 112052 [details] [review]
Add gda-sql-parser-enum-types.[ch] rules to Makefile.am

Old patch did not install the headers correctly - this one should work.

Patch was made for Openismus Gmbh
Comment 3 malerba 2008-06-10 07:40:20 UTC
Patch applied, thanks!