On 5/16/06, Michael Lackhoff <[EMAIL PROTECTED]> wrote:
DBD::SQLite has the SQLite sources included, so a newer version of the driver
means a newer version of SQLite -- and hopefully fewer bugs.

Ah.

Can you reproduce the ORDER BY bugs with a recent version of sqlite3 (v3.3.5)?

I don't know, I've long since worked around most of them in the test
suite by doing a manual Perl sort() of the data where needed.  Grep
for "sort" in "t/db-object-manager.t" and "t/deep-joins.t" to find
many examples.  If you comment out those sorts and then set
$Rose::DB::Object::Manager::Debug = 1 to see the SQL, you can see if
the data really does come back correctly sorted according to the ORDER
BY clauses in the generated queries.

-John


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to