summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* everything passes with this!!!!!!! holy crap !!!!! and its the simplest of allMike Bayer2013-04-251-20/+83
* - attempt to replace the whole idea of "join_to_left" with a moreMike Bayer2013-04-241-2/+2
* break into multiple testsMike Bayer2013-04-241-7/+98
* formattingMike Bayer2013-04-241-47/+48
* - merge exists() patch + changelogMike Bayer2013-04-231-0/+15
|\
| * adding convenience method exists() to Query (see # 2673)Diana Clarke2013-03-291-0/+15
* | Fully implemented the IS and IS NOT operators withMike Bayer2013-04-221-1/+28
* | tweak this some more to handle the array being empty againMike Bayer2013-04-221-0/+11
* | - change to [ticket:2681], pre-coerce the array to listMike Bayer2013-04-221-10/+3
* | The operators for the Postgresql ARRAY type supportsMike Bayer2013-04-221-60/+106
* | merge cymysql branchMike Bayer2013-04-211-0/+1
|\ \
| * \ merge from defaultHajime Nakagami2013-04-205-3/+234
| |\ \
| * | | testing.crashes on cymysql >= 0.6Hajime Nakagami2013-04-201-1/+1
| * | | skip with cymysql 0.6Hajime Nakagami2013-04-201-0/+1
* | | | - Improvements to the operation of the pymysql dialect onMike Bayer2013-04-211-20/+6
* | | | Merged in bentrofatter/sqlalchemy-2663 (pull request #49)Mike Bayer2013-04-211-1/+10
|\ \ \ \
| * | | | Removed commented line from test_types.pyBen Trofatter2013-03-191-1/+0
| * | | | Added workaround for pymysql3 double wrapping ProgrammingErrors to pymysql di...Ben Trofatter2013-03-181-1/+11
* | | | | Fixed bug where many-to-many relationship with uselist=FalseMike Bayer2013-04-211-2/+37
* | | | | - remove lots of old tests here that are coveredMike Bayer2013-04-211-278/+116
* | | | | - establish ordering here for the hstore repr testMike Bayer2013-04-201-4/+5
* | | | | order the properties here to get the SQL to be deterministicMike Bayer2013-04-201-7/+7
* | | | | - these pickle the assoc proxy by itself tests can't really passMike Bayer2013-04-202-7/+13
| |_|/ / |/| | |
* | | | Improved the behavior of instance management regardingMike Bayer2013-04-202-0/+158
* | | | - this pymssql test needs to be against the pymssql dialectMike Bayer2013-04-181-1/+1
* | | | - test + changelog for [ticket:2691]Mike Bayer2013-04-181-1/+23
* | | | - additional test + correction for [ticket:2699]Mike Bayer2013-04-181-1/+52
| |/ / |/| |
* | | Fixed bug whereby ORM would run the wrong kind ofMike Bayer2013-04-111-2/+49
* | | - unit test failing on python3.3 + psycopg2, add an order byMike Bayer2013-04-111-1/+1
* | | Improvements to Connection auto-invalidationMike Bayer2013-04-111-14/+122
* | | A major fix to the way in which a select() object producesMike Bayer2013-04-115-0/+246
* | | order by...Mike Bayer2013-04-091-2/+2
* | | Fixed indirect regression regarding :func:`.has_inherited_table`,Mike Bayer2013-04-091-1/+42
* | | Fixed bug when a query of the form:Mike Bayer2013-04-092-0/+110
* | | - reinstate insert returning back into test_insert.py; defaultdialectMike Bayer2013-04-012-4/+10
* | | merge defaultMike Bayer2013-04-015-668/+837
|\ \ \
| * | | moving insert returning test back into CRUD test class until I figure out why...Diana Clarke2013-03-302-7/+5
| * | | whitespaceDiana Clarke2013-03-301-3/+3
| * | | move the update tests from CRUDTest into sql/test_update.py (see #2630)Diana Clarke2013-03-302-105/+173
| * | | fixing tests for --db=mysql: VARCHAR requires a length on dialect mysqlDiana Clarke2013-03-302-6/+6
| * | | starting on the update tests next, pep8 pass first (see #2630)Diana Clarke2013-03-302-301/+272
| * | | move the insert tests from CRUDTest into sql/test_insert.py (see #2630)Diana Clarke2013-03-292-219/+310
| * | | move the delete tests from CRUDTest into sql/test_delete.py (see #2630)Diana Clarke2013-03-292-46/+87
| | |/ | |/|
* | | - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-011-0/+67
|/ /
* | - test all pymssql messages hereMike Bayer2013-03-291-7/+23
* | Merged in sontek/sqlalchemy/add_better_disconnect_checks (pull request #47)Mike Bayer2013-03-291-0/+6
|\ \
| * | cleaned up errors, only check for connection timeout for nowJohn Anderson2013-03-181-2/+2
| * | Added disconnect checks for timeout, unable to read, and unable to writeJohn Anderson2013-03-181-0/+6
| |/
* | Merged in msabramo/sqlalchemy (pull request #48)Mike Bayer2013-03-241-1/+4
|\ \
| * | Make MonkeyPatchedBinaryTest not fail on Python 2.5 (which doesn't haveMarc Abramowitz2013-03-201-1/+2