summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | fix this testMike Bayer2013-05-261-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge pull request #1 from cjw296/small-fixesmike bayer2013-05-262-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Show the conflicting column in the warning!Chris Withers2013-05-261-2/+2
| * | | | | | | | | fix incorrect method nameChris Withers2013-05-261-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | - fixing AbstractConcreteBase import in docstring, [ticket:2717]Diana Clarke2013-05-261-1/+1
|/ / / / / / / /
* | | | | | | | Fixed a bug where the routine to detect the correct kwargsMike Bayer2013-05-231-24/+22
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Regression from this ticket caused the unsupported keywordMike Bayer2013-05-151-0/+6
| |_|_|_|_|/ |/| | | | |
* | | | | | Fixed a regression from 0.7 caused by this ticket, whichMike Bayer2013-05-131-1/+8
| |_|_|_|/ |/| | | |
* | | | | - moderinzed the docs for the foreign_keys parameter a bit,Mike Bayer2013-05-101-20/+53
| |_|_|/ |/| | |
* | | | - Fixed a regression from 0.7 where the contextmanager featureMike Bayer2013-04-301-3/+4
| |_|/ |/| |
* | | bumpMike Bayer2013-04-291-1/+1
* | | Updated mysqlconnector dialect to check for disconnect basedMike Bayer2013-04-291-1/+2
| |/ |/|
* | - fix long-outdated documentation for sql_mode/ansiquotes,Mike Bayer2013-04-291-26/+15
|/
* - add documentation note for [ticket:1841]Mike Bayer2013-04-271-1/+3
* oracle doesn't have TRUE/FALSE, put 1/0 here, see how that goesMike Bayer2013-04-261-0/+6
* need to test for (list, tuple) here and not hasattr("__iter__")Mike Bayer2013-04-261-1/+4
* fix here, was only failing in the py3k versionMike Bayer2013-04-261-1/+1
* Fixes to the ``sqlalchemy.ext.serializer`` extension, includingMike Bayer2013-04-262-4/+16
* - further cleanup. in particular, the left clause is never None. But we stillMike Bayer2013-04-251-24/+12
* we can always adapt to right also. suppose if rightMike Bayer2013-04-251-5/+1
* heh dont need that eitherMike Bayer2013-04-251-7/+1
* dont need thisMike Bayer2013-04-251-6/+0
* cleanupMike Bayer2013-04-252-58/+15
* everything passes with this!!!!!!! holy crap !!!!! and its the simplest of allMike Bayer2013-04-253-60/+84
* - attempt to replace the whole idea of "join_to_left" with a moreMike Bayer2013-04-242-36/+24
* - merge exists() patch + changelogMike Bayer2013-04-231-0/+20
|\
| * adding convenience method exists() to Query (see # 2673)Diana Clarke2013-03-291-0/+20
* | Added a conditional to the unpickling process for ORMMike Bayer2013-04-231-1/+2
* | - only search in the exception before the first newline, to avoidMike Bayer2013-04-231-2/+3
* | Opened up the checking for "disconnect" with psycopg2/libpqMike Bayer2013-04-221-18/+21
* | Fully implemented the IS and IS NOT operators withMike Bayer2013-04-221-12/+34
* | tweak this some more to handle the array being empty againMike Bayer2013-04-221-5/+3
* | - change to [ticket:2681], pre-coerce the array to listMike Bayer2013-04-221-16/+6
* | The operators for the Postgresql ARRAY type supportsMike Bayer2013-04-221-1/+13
* | - changelogMike Bayer2013-04-211-1/+1
* | merge cymysql branchMike Bayer2013-04-212-1/+2
|\ \
| * \ merge from defaultHajime Nakagami2013-04-2013-81/+132
| |\ \
| * | | mysql+cymysql dialect supports_sane_rowcount = FalseHajime Nakagami2013-04-131-0/+1
| * | | a bit revertHajime Nakagami2013-04-131-8/+0
| * | | merge from defaultHajime Nakagami2013-04-1310-54/+109
| |\ \ \
| * | | | select not return rowcount at mysql+cymysqlHajime Nakagami2013-04-061-1/+1
| * | | | merge from defaultHajime Nakagami2013-04-0639-318/+376
| |\ \ \ \
| * \ \ \ \ merge from defaultHajime Nakagami2013-03-077-101/+152
| |\ \ \ \ \
| * | | | | | do_execute() hook in cymysql dialectHajime Nakagami2013-03-071-0/+8
* | | | | | | - Improvements to the operation of the pymysql dialect onMike Bayer2013-04-212-17/+10
* | | | | | | Merged in bentrofatter/sqlalchemy-2663 (pull request #49)Mike Bayer2013-04-212-0/+17
|\ \ \ \ \ \ \
| * | | | | | | Added workaround for pymysql3 double wrapping ProgrammingErrors to pymysql di...Ben Trofatter2013-03-182-0/+17
* | | | | | | | Fixed bug where many-to-many relationship with uselist=FalseMike Bayer2013-04-211-3/+7
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | - dont do a boolean check on the mapped objectMike Bayer2013-04-201-1/+1
* | | | | | | Improved the behavior of instance management regardingMike Bayer2013-04-204-17/+28