On Aug 21, 2006, at 3:14 PM, Michael Bayer wrote:

> OK i made a commit in 1815 so sqlite can create dialects without  
> Pysqlite installed; the other db modules are able to do this.

OK, here's what I get now (I'm not sure why these are still failing):

======================================================================
FAIL: testcast (sql.select.SelectTest)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/Users/dmiller/Code/PyOE/resources/lib/SQLAlchemy/test/sql/ 
select.py", line 561, in testcast
     check_results(sqlite.dialect(), ['NUMERIC(10, 2)', 'NUMERIC(12,  
9)', 'DATE', 'TEXT', 'VARCHAR(20)'], '?')
   File "/Users/dmiller/Code/PyOE/resources/lib/SQLAlchemy/test/sql/ 
select.py", line 547, in check_results
     self.assertEqual(str(cast(tbl.c.v1, Numeric).compile 
(dialect=dialect)), 'CAST(casttest.v1 AS %s)' %expected_results[0])
AssertionError: 'casttest.v1' != 'CAST(casttest.v1 AS NUMERIC(10, 2))'

======================================================================
FAIL: testtextbinds (sql.select.SelectTest)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/Users/dmiller/Code/PyOE/resources/lib/SQLAlchemy/test/sql/ 
select.py", line 318, in testtextbinds
     dialect=dialect
   File "/Users/dmiller/Code/PyOE/resources/lib/SQLAlchemy/test/sql/ 
select.py", line 58, in runtest
     self.assert_(cc == result, str(c) + "\n does not match \n" +  
result)
AssertionError: select * from foo where lala=:bar and hoho=:whee
does not match
select * from foo where lala=? and hoho=?


I excluded the ReflectionTest failure since that's different. sqlsoup  
is also giving me tons of failure notices as well, but I assume you  
haven't worked on that yet. If you want those messages too I can send  
them too.

~ Daniel

-------------------------------------------------------------------------
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&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to