Re: Targetting SQLite versions

2006-05-15 Thread Michael Radziej
Hey Malcolm, I was not aware that this behaviour changed between minor versions :-( You're right: after updating from 3.2.1 to 3.2.8 no problems. Ubuntu breeze currently provides 3.2.1, dapper will provide 3.2.8. Malcolm Tredinnick wrote: > (1) If you are using a sufficiently old version of SQL

Re: Targetting SQLite versions

2006-05-15 Thread Malcolm Tredinnick
On Mon, 2006-05-15 at 20:43 +1000, Malcolm Tredinnick wrote: > Michael Radjiez quite reasonably raised a problem with a recent change I > made to fix a bug with QuerySet.count() (it was previously ignoring any > "distinct" modifiers). The problem is that if you are using a version of > SQLite prio

Targetting SQLite versions

2006-05-15 Thread Malcolm Tredinnick
Michael Radjiez quite reasonably raised a problem with a recent change I made to fix a bug with QuerySet.count() (it was previously ignoring any "distinct" modifiers). The problem is that if you are using a version of SQLite prior to version 3.2.6 (released in September 2005), QuerySet.distinct().