GNOME Bugzilla – Bug 614734
Extend SqliteConnection to handle double and nullable values.
Last modified: 2010-04-05 17:42:41 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.
Created attachment 157808 [details] [review] Extend SqliteConnection to handle double and nullable values.
Patch written by Mike Gemünde.
Review of attachment 157808 [details] [review]: Looks good.