http://bugzilla.novell.com/show_bug.cgi?id=380252

http://bugzilla.novell.com/show_bug.cgi?id=380252#c3


Daniel Johnson <djohn...@ease.us.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
                 CC|                            |djohn...@ease.us.com
      Info Provider|molive...@geostats.com      |

--- Comment #3 from Daniel Johnson <djohn...@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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to