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 614734 - Extend SqliteConnection to handle double and nullable values.
Extend SqliteConnection to handle double and nullable values.
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: 1.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-03 12:54 UTC by Ruben Vermeersch
Modified: 2010-04-05 17:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Extend SqliteConnection to handle double and nullable values. (1.53 KB, patch)
2010-04-03 12:54 UTC, Ruben Vermeersch
committed Details | Review

Description Ruben Vermeersch 2010-04-03 12:54:00 UTC
This patch adds support for storing nullables and doubles in SQLite. Tested to
work, this is a requirement for the stuff we're hacking on.
Comment 1 Ruben Vermeersch 2010-04-03 12:54:03 UTC
Created attachment 157808 [details] [review]
Extend SqliteConnection to handle double and nullable values.
Comment 2 Ruben Vermeersch 2010-04-03 12:55:08 UTC
Patch written by Mike Gemünde.
Comment 3 Alexander Kojevnikov 2010-04-04 01:37:44 UTC
Review of attachment 157808 [details] [review]:

Looks good.