[Mono-bugs] [Bug 380252] Mono.Data.SQLite crashes on call to SqliteDataAdapter.Fill(DataTable table) with simple SELECT
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Mar 3 22:03:11 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=380252
http://bugzilla.novell.com/show_bug.cgi?id=380252#c3
Daniel Johnson <djohnson at ease.us.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
CC| |djohnson at ease.us.com
Info Provider|moliveira at geostats.com |
--- Comment #3 from Daniel Johnson <djohnson at ease.us.com> 2010-03-04 03:03:09 UTC ---
I don't know the history of API changes in sqlite. However, in sqlite version
3.6, the entry point sqlite3_column_origin_name isn't exposed on any of the
precompiled binaries I've found available online for Mac OS X.
To use that entry point, I had to get source and build with
CFLAGS="-DENABLE_COLUMN_METADATA", per
http://www.sqlite.org/c3ref/column_database_name.html
The pre-installed SQLite I found on Mac OS 10.5 was 3.0.8, and does not expose
sqlite3_column_origin_name.
See also:
http://n2.nabble.com/System-Data-SQLite-changes-that-may-interest-Mono-users-td677121.html
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list