| Commit message (Expand) | Author | Age | Files | Lines |
| * | - test_types, test_compiler, with sqlite at least | Mike Bayer | 2013-04-28 | 3 | -20/+18 |
| * | - endless isinstance(x, str)s.... | Mike Bayer | 2013-04-28 | 11 | -183/+212 |
| * | result | Mike Bayer | 2013-04-28 | 1 | -2/+2 |
| * | cleanup | Mike Bayer | 2013-04-27 | 1 | -45/+21 |
| * | import of "sqlalchemy" and "sqlalchemy.orm" works. | Mike Bayer | 2013-04-27 | 9 | -58/+34 |
| * | plugging away | Mike Bayer | 2013-04-27 | 15 | -147/+107 |
| * | work through dialects | Mike Bayer | 2013-04-27 | 6 | -42/+38 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 87 | -939/+980 |
| * | - add documentation note for [ticket:1841] | Mike Bayer | 2013-04-27 | 1 | -1/+3 |
| * | oracle doesn't have TRUE/FALSE, put 1/0 here, see how that goes | Mike Bayer | 2013-04-26 | 1 | -0/+6 |
| * | need to test for (list, tuple) here and not hasattr("__iter__") | Mike Bayer | 2013-04-26 | 1 | -1/+4 |
| * | fix here, was only failing in the py3k version | Mike Bayer | 2013-04-26 | 1 | -1/+1 |
| * | Fixes to the ``sqlalchemy.ext.serializer`` extension, including | Mike Bayer | 2013-04-26 | 2 | -4/+16 |
| * | - further cleanup. in particular, the left clause is never None. But we still | Mike Bayer | 2013-04-25 | 1 | -24/+12 |
| * | we can always adapt to right also. suppose if right | Mike Bayer | 2013-04-25 | 1 | -5/+1 |
| * | heh dont need that either | Mike Bayer | 2013-04-25 | 1 | -7/+1 |
| * | dont need this | Mike Bayer | 2013-04-25 | 1 | -6/+0 |
| * | cleanup | Mike Bayer | 2013-04-25 | 2 | -58/+15 |
| * | everything passes with this!!!!!!! holy crap !!!!! and its the simplest of all | Mike Bayer | 2013-04-25 | 3 | -60/+84 |
| * | - attempt to replace the whole idea of "join_to_left" with a more | Mike Bayer | 2013-04-24 | 2 | -36/+24 |
| * | - merge exists() patch + changelog | Mike Bayer | 2013-04-23 | 1 | -0/+20 |
| |\ |
|
| | * | adding convenience method exists() to Query (see # 2673) | Diana Clarke | 2013-03-29 | 1 | -0/+20 |
| * | | Added a conditional to the unpickling process for ORM | Mike Bayer | 2013-04-23 | 1 | -1/+2 |
| * | | - only search in the exception before the first newline, to avoid | Mike Bayer | 2013-04-23 | 1 | -2/+3 |
| * | | Opened up the checking for "disconnect" with psycopg2/libpq | Mike Bayer | 2013-04-22 | 1 | -18/+21 |
| * | | Fully implemented the IS and IS NOT operators with | Mike Bayer | 2013-04-22 | 1 | -12/+34 |
| * | | tweak this some more to handle the array being empty again | Mike Bayer | 2013-04-22 | 1 | -5/+3 |
| * | | - change to [ticket:2681], pre-coerce the array to list | Mike Bayer | 2013-04-22 | 1 | -16/+6 |
| * | | The operators for the Postgresql ARRAY type supports | Mike Bayer | 2013-04-22 | 1 | -1/+13 |
| * | | - changelog | Mike Bayer | 2013-04-21 | 1 | -1/+1 |
| * | | merge cymysql branch | Mike Bayer | 2013-04-21 | 2 | -1/+2 |
| |\ \ |
|
| | * \ | merge from default | Hajime Nakagami | 2013-04-20 | 13 | -81/+132 |
| | |\ \ |
|
| | * | | | mysql+cymysql dialect supports_sane_rowcount = False | Hajime Nakagami | 2013-04-13 | 1 | -0/+1 |
| | * | | | a bit revert | Hajime Nakagami | 2013-04-13 | 1 | -8/+0 |
| | * | | | merge from default | Hajime Nakagami | 2013-04-13 | 10 | -54/+109 |
| | |\ \ \ |
|
| | * | | | | select not return rowcount at mysql+cymysql | Hajime Nakagami | 2013-04-06 | 1 | -1/+1 |
| | * | | | | merge from default | Hajime Nakagami | 2013-04-06 | 39 | -318/+376 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | merge from default | Hajime Nakagami | 2013-03-07 | 7 | -101/+152 |
| | |\ \ \ \ \ |
|
| | * | | | | | | do_execute() hook in cymysql dialect | Hajime Nakagami | 2013-03-07 | 1 | -0/+8 |
| * | | | | | | | - Improvements to the operation of the pymysql dialect on | Mike Bayer | 2013-04-21 | 2 | -17/+10 |
| * | | | | | | | Merged in bentrofatter/sqlalchemy-2663 (pull request #49) | Mike Bayer | 2013-04-21 | 2 | -0/+17 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Added workaround for pymysql3 double wrapping ProgrammingErrors to pymysql di... | Ben Trofatter | 2013-03-18 | 2 | -0/+17 |
| * | | | | | | | | Fixed bug where many-to-many relationship with uselist=False | Mike Bayer | 2013-04-21 | 1 | -3/+7 |
| | |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | | - dont do a boolean check on the mapped object | Mike Bayer | 2013-04-20 | 1 | -1/+1 |
| * | | | | | | | Improved the behavior of instance management regarding | Mike Bayer | 2013-04-20 | 4 | -17/+28 |
| * | | | | | | | Fix mysql+gaerdbms dialect for changed exception format | Dan Ring | 2013-04-19 | 1 | -2/+2 |
| * | | | | | | | - this pymssql test needs to be against the pymssql dialect | Mike Bayer | 2013-04-18 | 1 | -0/+4 |
| * | | | | | | | python2.5 fix | Mike Bayer | 2013-04-18 | 2 | -4/+4 |
| * | | | | | | | - remove reference to _exc_info before reraise to reduce cycles | Mike Bayer | 2013-04-18 | 1 | -0/+3 |
| * | | | | | | | Reworked internal exception raises that emit | Mike Bayer | 2013-04-18 | 7 | -57/+89 |