summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* that's all of engineMike Bayer2013-05-042-10/+11
* cleanupMike Bayer2013-05-041-79/+78
* test_execute up for sqlite, pg, oursql, mysql 2.7 + 3.3Mike Bayer2013-05-041-1/+2
* - OK we have -w sql passing for: sqlite, postgresql, oursql 2.7 + 3.3, mysqld...Mike Bayer2013-05-041-1/+1
* and int types here...Mike Bayer2013-05-041-1/+2
* update testMike Bayer2013-05-041-12/+3
* cleanup and formattingMike Bayer2013-05-041-67/+68
* - unicode literals need to just be handled differently if they have utf-8Mike Bayer2013-05-042-42/+44
* formatting stuffMike Bayer2013-05-041-49/+51
* merge defaultMike Bayer2013-05-012-2/+6
|\
| * - disable tests failing with pypy2, [ticket:2719]Mike Bayer2013-05-012-2/+6
* | merge defaultMike Bayer2013-04-302-3/+65
|\ \ | |/
| * - Fixed a regression from 0.7 where the contextmanager featureMike Bayer2013-04-301-1/+63
| * missing commaMike Bayer2013-04-301-2/+2
* | merge defaultMike Bayer2013-04-291-13/+6
|\ \ | |/
| * Updated mysqlconnector dialect to check for disconnect basedMike Bayer2013-04-291-13/+6
* | postgresql dialect testsMike Bayer2013-04-281-29/+30
* | no need for all these scripts, not worth maintainingMike Bayer2013-04-2810-1245/+0
* | - test_types, test_compiler, with sqlite at leastMike Bayer2013-04-282-48/+25
* | - the raw 2to3 runMike Bayer2013-04-2788-1228/+1245
|/
* 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
| |/ / |/| |