Hello,
the SQLite3 bindings got a big update and now support user defined
collation sequences and SQL functions written in Scheme. They also do
automagical recompilation of stale statements now.
For technical reasons I had to break the "valid NULL statement" workaround
for these changes, though. If you are using a CVS version of SQLite3
anyway, this is no problem for you, if not, you should maybe wait with the
update of the sqlite3 egg until the next SQLite3 release comes out.
The updated documentation and egg can be found at
http://www.chust.org/projects/sqlite3-1.5.html
http://www.chust.org/projects/sqlite3-1.5.egg
cu,
Thomas