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 141300 - Added gda_field_attributes_equal() for comparison
Added gda_field_attributes_equal() for comparison
Status: RESOLVED FIXED
Product: libgda
Classification: Other
Component: Client library
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Rodrigo Moya
gnome-db Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-04-28 15:39 UTC by Murray Cumming
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gda_field_compare.patch (4.25 KB, patch)
2004-04-28 15:40 UTC, Murray Cumming
none Details | Review

Description Murray Cumming 2004-04-28 15:39:24 UTC
This patch adds gda_field_attributes_equal(). It is analogous to functions such
as gtk_color_equal().
Comment 1 Murray Cumming 2004-04-28 15:40:19 UTC
Created attachment 27166 [details] [review]
gda_field_compare.patch
Comment 2 Murray Cumming 2004-04-29 20:04:41 UTC
By the way, C string management is not really my thing, so feel free to make
this prettier.
Comment 3 Murray Cumming 2004-04-29 22:49:24 UTC
Committed.