--
-- euSQLite 0.3 - A SQLite wrapper
--
-- (c) 2002 Ray Smith
-- smithr@ix.net.au
--
-- converted SQLite 2.8.15 21/12/2004 C M Burch
-- converted SQLite 3.0.8 21/12/2004 C M Burch
--
-- Version 0.3 by Tone Skoda on 24th August 2005:
-- - additional wrappers were added
-- - fatal errors are automatically reported
-- - renamed my_sqlite3_* to xsqlite3_* and made them global
-- - renamed myLib to sqlite3_dll and made it global
-- - and other small additions to code