On Thu, Nov 27, 2008 at 11:07:31PM +0100, Markus Gritsch wrote:
> Currently the precedence is
> 1. sqlite3
> 2. pysqlite2
> 3. sqlite
>
> Since sqlite3 is bundled with Python, it get's outdated by more recent
> versions of pysqlite2 quite quickly. So if it is desired to have as
> default the most recent version, the default order if no parameter is
> specified should be
>
> 1. pysqlite2
> 2. sqlite3
> 3. sqlite
I agree.
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|