Hi,

My database layer needs to support PostgreSQL, MS SQL Server and
SQLite and as much as possible I try to use the same SQL statements
without modification. I found that for some of my uses, I needed extra
functions or aliases to builtin sqlite functions and so I wrote them.
Since others may find it useful, I have released it for others to use
at http://code.jellycan.com/files/sqlite3_extra.c It piggybacks onto
the sqlite3.c amalgamation file so that I can avoid recreating code
that already exists in sqlite - if you are not using the amalgamation
then you may need to modify it to suit.

Hope it is useful to someone.

Regards,
Brodie
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to