On Mon, Feb 9, 2009 at 3:19 PM, W Allan Edwards <silicon_pla...@hotmail.com> wrote: > I thought sqlite was originally designed and developed by Dr. Hipp so he > could learn database technology? (SQL database stuff) Then after years and > years and 3 versions later the thing has found it's way into all kinds of > devices due to a unique design approach? As the code turns, it is now > meeting up with all kinds of interesting complications to deal with, such as > compile configurations to meet demands for individual.
If you check the story, Dr. Hipp was already very knowledgeable on database technology before starting SQLite. And SQLite version 2 (the one I started working with, dunno about v1) was already famous everywhere (on the right circles), even if at the time there was no .NET wrappers. [...] > Oddly enough, you would think for desktop Linux (Ubuntu) with the average pc > carrying 2 gigs of ram today they would compile the dang thing with all > configurations on. : - ) Guess I proved that one wrong. Maybe the config > file should have a feature that checks the amount of RAM on a machine then > turns all features if it is over say... 4 megabytes? hehe Almost seems now > you need a sqliter.. but 300 million installs later can't be wrong. Actually, at least since Ubuntu 8.04, SQLite is compiled with -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3, and a quick check on the library shows that the required sqlite3_column_origin_name() and sqlite3_column_origin_name16() functions are there. On my [K]Ubuntu 8.04 the version is 3.4.2-2, but on 8.10 is 3.5.9-3 (the -2 and -3 are the distro subversioning). This to say that you are probably guessing wrong and should carry this subject to the .Net package authors, as all this has nothing to do with SQLite itself (the SQLite "team", has nothing to do with .NET wrappers or how distros package it). Regards, ~Nuno Lucas _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users