summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix this testMike Bayer2013-05-261-1/+1
* Add missing import that caused test_notice_logging to fail if this suite was ...Chris Withers2013-05-261-0/+1
* Fixed a bug where the routine to detect the correct kwargsMike Bayer2013-05-231-2/+22
* Regression from this ticket caused the unsupported keywordMike Bayer2013-05-152-0/+21
* Fixed a regression from 0.7 caused by this ticket, whichMike Bayer2013-05-131-0/+54
* - cleanupMike Bayer2013-05-051-17/+20
* cleanupMike Bayer2013-05-041-32/+60
* cleanupMike Bayer2013-05-041-79/+78
* cleanupMike Bayer2013-05-041-67/+68
* formatting stuffMike Bayer2013-05-041-49/+51
* - disable tests failing with pypy2, [ticket:2719]Mike Bayer2013-05-012-2/+6
* - Fixed a regression from 0.7 where the contextmanager featureMike Bayer2013-04-301-1/+63
* missing commaMike Bayer2013-04-301-2/+2
* Updated mysqlconnector dialect to check for disconnect basedMike Bayer2013-04-291-13/+6
* the callcount went up here, still less than with no C extensions, not preparedMike Bayer2013-04-261-7/+7
* Fixes to the ``sqlalchemy.ext.serializer`` extension, includingMike Bayer2013-04-261-28/+44
* and a lot of tests. five fail without the changeMike Bayer2013-04-261-0/+264
* 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