| Commit message (Expand) | Author | Age | Files | Lines |
| * | that's all of engine | Mike Bayer | 2013-05-04 | 2 | -10/+11 |
| * | cleanup | Mike Bayer | 2013-05-04 | 1 | -79/+78 |
| * | test_execute up for sqlite, pg, oursql, mysql 2.7 + 3.3 | Mike Bayer | 2013-05-04 | 1 | -1/+2 |
| * | - OK we have -w sql passing for: sqlite, postgresql, oursql 2.7 + 3.3, mysqld... | Mike Bayer | 2013-05-04 | 1 | -1/+1 |
| * | and int types here... | Mike Bayer | 2013-05-04 | 1 | -1/+2 |
| * | update test | Mike Bayer | 2013-05-04 | 1 | -12/+3 |
| * | cleanup and formatting | Mike Bayer | 2013-05-04 | 1 | -67/+68 |
| * | - unicode literals need to just be handled differently if they have utf-8 | Mike Bayer | 2013-05-04 | 2 | -42/+44 |
| * | formatting stuff | Mike Bayer | 2013-05-04 | 1 | -49/+51 |
| * | merge default | Mike Bayer | 2013-05-01 | 2 | -2/+6 |
| |\ |
|
| | * | - disable tests failing with pypy2, [ticket:2719] | Mike Bayer | 2013-05-01 | 2 | -2/+6 |
| * | | merge default | Mike Bayer | 2013-04-30 | 2 | -3/+65 |
| |\ \
| |/ |
|
| | * | - Fixed a regression from 0.7 where the contextmanager feature | Mike Bayer | 2013-04-30 | 1 | -1/+63 |
| | * | missing comma | Mike Bayer | 2013-04-30 | 1 | -2/+2 |
| * | | merge default | Mike Bayer | 2013-04-29 | 1 | -13/+6 |
| |\ \
| |/ |
|
| | * | Updated mysqlconnector dialect to check for disconnect based | Mike Bayer | 2013-04-29 | 1 | -13/+6 |
| * | | postgresql dialect tests | Mike Bayer | 2013-04-28 | 1 | -29/+30 |
| * | | no need for all these scripts, not worth maintaining | Mike Bayer | 2013-04-28 | 10 | -1245/+0 |
| * | | - test_types, test_compiler, with sqlite at least | Mike Bayer | 2013-04-28 | 2 | -48/+25 |
| * | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 88 | -1228/+1245 |
| |/ |
|
| * | the callcount went up here, still less than with no C extensions, not prepared | Mike Bayer | 2013-04-26 | 1 | -7/+7 |
| * | Fixes to the ``sqlalchemy.ext.serializer`` extension, including | Mike Bayer | 2013-04-26 | 1 | -28/+44 |
| * | and a lot of tests. five fail without the change | Mike Bayer | 2013-04-26 | 1 | -0/+264 |
| * | everything passes with this!!!!!!! holy crap !!!!! and its the simplest of all | Mike Bayer | 2013-04-25 | 1 | -20/+83 |
| * | - attempt to replace the whole idea of "join_to_left" with a more | Mike Bayer | 2013-04-24 | 1 | -2/+2 |
| * | break into multiple tests | Mike Bayer | 2013-04-24 | 1 | -7/+98 |
| * | formatting | Mike Bayer | 2013-04-24 | 1 | -47/+48 |
| * | - merge exists() patch + changelog | Mike Bayer | 2013-04-23 | 1 | -0/+15 |
| |\ |
|
| | * | adding convenience method exists() to Query (see # 2673) | Diana Clarke | 2013-03-29 | 1 | -0/+15 |
| * | | Fully implemented the IS and IS NOT operators with | Mike Bayer | 2013-04-22 | 1 | -1/+28 |
| * | | tweak this some more to handle the array being empty again | Mike Bayer | 2013-04-22 | 1 | -0/+11 |
| * | | - change to [ticket:2681], pre-coerce the array to list | Mike Bayer | 2013-04-22 | 1 | -10/+3 |
| * | | The operators for the Postgresql ARRAY type supports | Mike Bayer | 2013-04-22 | 1 | -60/+106 |
| * | | merge cymysql branch | Mike Bayer | 2013-04-21 | 1 | -0/+1 |
| |\ \ |
|
| | * \ | merge from default | Hajime Nakagami | 2013-04-20 | 5 | -3/+234 |
| | |\ \ |
|
| | * | | | testing.crashes on cymysql >= 0.6 | Hajime Nakagami | 2013-04-20 | 1 | -1/+1 |
| | * | | | skip with cymysql 0.6 | Hajime Nakagami | 2013-04-20 | 1 | -0/+1 |
| * | | | | - Improvements to the operation of the pymysql dialect on | Mike Bayer | 2013-04-21 | 1 | -20/+6 |
| * | | | | Merged in bentrofatter/sqlalchemy-2663 (pull request #49) | Mike Bayer | 2013-04-21 | 1 | -1/+10 |
| |\ \ \ \ |
|
| | * | | | | Removed commented line from test_types.py | Ben Trofatter | 2013-03-19 | 1 | -1/+0 |
| | * | | | | Added workaround for pymysql3 double wrapping ProgrammingErrors to pymysql di... | Ben Trofatter | 2013-03-18 | 1 | -1/+11 |
| * | | | | | Fixed bug where many-to-many relationship with uselist=False | Mike Bayer | 2013-04-21 | 1 | -2/+37 |
| * | | | | | - remove lots of old tests here that are covered | Mike Bayer | 2013-04-21 | 1 | -278/+116 |
| * | | | | | - establish ordering here for the hstore repr test | Mike Bayer | 2013-04-20 | 1 | -4/+5 |
| * | | | | | order the properties here to get the SQL to be deterministic | Mike Bayer | 2013-04-20 | 1 | -7/+7 |
| * | | | | | - these pickle the assoc proxy by itself tests can't really pass | Mike Bayer | 2013-04-20 | 2 | -7/+13 |
| | |_|/ /
|/| | | |
|
| * | | | | Improved the behavior of instance management regarding | Mike Bayer | 2013-04-20 | 2 | -0/+158 |
| * | | | | - this pymssql test needs to be against the pymssql dialect | Mike Bayer | 2013-04-18 | 1 | -1/+1 |
| * | | | | - test + changelog for [ticket:2691] | Mike Bayer | 2013-04-18 | 1 | -1/+23 |
| * | | | | - additional test + correction for [ticket:2699] | Mike Bayer | 2013-04-18 | 1 | -1/+52 |
| | |/ /
|/| | |
|