summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/test/assertsql.py
Commit message (Collapse)AuthorAgeFilesLines
* - simplify the OurSQL dialect regarding py3k, this version gives it a fairlyMike Bayer2010-02-281-2/+2
| | | | | | | fighting chance on python 3. there's an oursql bug where it can't raise an exception on executemany() correctly. - needed to add "plain_query" wrappers for all the reflection methods. not sure why this was not needed earlier.
* oracle+zxjdbc returning supportPhilip Jenvey2009-08-181-0/+3
|
* merge 0.6 series to trunk.Mike Bayer2009-08-061-1/+0
|
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+283
See README.unittests for information on how to run the tests. [ticket:970]