MS-SQL hardly works at all in 2.4. i have recently committed a variety of changes to the trunk that will also be in release 2.5, where MS-SQL should be largely functional. in the docs, I indicated that there is "preliminary support" for firebird and MS-SQL, this is due to the fact that these modules were contributed by users and i do not have a test platform in which to run them on (however, I recently installed MS-SQL here so i was able to fix it up significantly).
On Jul 6, 2006, at 11:21 AM, Chris Perkins wrote: > 2) Running the unittests - I follow the directions in > README.unittests, but the result is: > Ran 302 tests in 4.828s > FAILED (failures=11, errors=147) > I assume that this is not the expected result. I am on Windows XP, > using 1684 from svn. > It appears to pass (most of) the first 50 or so tests, then starts to > fail/error nearly all of them, starting at orm.mapper.EagerTest. > However, if I run only the orm.mapper.EagerTest, it passes. Any idea > what's going on? Should all of the tests pass? run smaller numbers of tests at a time and use --verbose, to see where it might be tripping up. I almost never run the unittests on Windows XP so any weird conditions that might pop up are not as well known on that platform. usually, the test failing thing happens when a table fails to get removed from one test suite to the next, then the subsequent tests blow up, dont do their tables correctly, etc. that or, the database connection itself gets corrupted (which shouldnt be happening at this point). are you using sqlite for the tests ? 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