python. storm
add sqlite3 collation with python 2.5 and storm
By abate - Posted on October 1st, 2008
Tagged:
Recently I started a small project to build an incremental sql database of meta information related to debian packages. In the process I discovered that the newly available feature of sqlite3 to add custom collation doesn't work well with the sqlite3 bindings present in python 2.5 . The reason is that in order to load a collation at run time, you must explicitly enable the extension loading mechanism. The binding present in python 2.5 (fixed in python 2.6) do not expose this C function.

Recent comments
4 days 14 hours ago
2 weeks 2 days ago
4 weeks 4 days ago
7 weeks 1 day ago
8 weeks 4 days ago
38 weeks 14 hours ago
41 weeks 6 days ago