summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* It's the 'kwargs' which are iterable, not 'keys'pr/147Malthe Borch2014-10-301-2/+1
* - added new backend for pysqlcipher, as we will probably getMike Bayer2014-10-295-4/+137
* changelogMike Bayer2014-10-261-0/+9
* changed connnection to connectionpr/146jlgoldb22014-10-261-1/+1
* typoMike Bayer2014-10-231-1/+1
* move this into behavioral changesMike Bayer2014-10-231-83/+88
* - Fixed bug in single table inheritance where a chain of joinsMike Bayer2014-10-234-5/+165
* - Fixed bug where the ON clause for :meth:`.Query.join`,Mike Bayer2014-10-233-2/+43
* - changelog for pullreq github:139Mike Bayer2014-10-213-4/+70
* Merge remote-tracking branch 'origin/pr/139' into pr139Mike Bayer2014-10-212-4/+51
|\
| * add simple tests for new name argument for Table.tometadata()pr/139ndparker2014-10-041-0/+44
| * allow Table.tometadata changing the table namendparker2014-09-231-4/+7
* | - changelogMike Bayer2014-10-211-0/+10
* | Merge remote-tracking branch 'origin/pr/137' into pr137Mike Bayer2014-10-212-7/+20
|\ \
| * | change functionspr/137jona2014-09-161-7/+12
| * | add failing testjona2014-09-121-0/+8
* | | - Reversing a change that was made in 0.9, the "singleton" natureMike Bayer2014-10-195-18/+69
* | | - Fixed bug where :meth:`.Session.expunge` would not fully detachMike Bayer2014-10-195-6/+113
* | | - control the module name of the exception here for py3k compatMike Bayer2014-10-191-7/+14
* | | - for #3230, scale back the check to only look at columns thatMike Bayer2014-10-191-15/+20
* | | - A warning is emitted in the case of multiple relationships thatticket_3230Mike Bayer2014-10-196-25/+302
* | | - flake8Mike Bayer2014-10-181-919/+1097
* | | - Exception messages have been spiffed up a bit. The SQL statementMike Bayer2014-10-176-32/+57
* | | pep8Mike Bayer2014-10-171-38/+54
* | | - The :meth:`.Query.update` method will now convert string keyMike Bayer2014-10-165-24/+258
* | | - fix importsMike Bayer2014-10-161-21/+24
* | | Fixed typopr/142mozillazg2014-10-151-2/+2
* | | - Improvements to the mechanism used by :class:`.Session` to locateMike Bayer2014-10-145-50/+336
* | | - move BindTest into orm/test_bindsMike Bayer2014-10-142-193/+194
* | | - The ``__module__`` attribute is now set for all those SQL andMike Bayer2014-10-143-2/+50
* | | - merge 0.9.8 release dateMike Bayer2014-10-131-0/+1
* | | - additional issues fixed in mysqlconnector 2.0.1Mike Bayer2014-10-131-15/+0
* | | - this test passes now in more recent mysqlconnectorMike Bayer2014-10-131-4/+2
* | | - Mysqlconnector as of version 2.0, probably as a side effect ofMike Bayer2014-10-125-102/+123
* | | - the test_except test was doing an unnecessary workaround of some kind,Mike Bayer2014-10-122-15/+4
* | | - roll back part of pr 140 to get exception wrapping working againMike Bayer2014-10-121-3/+7
* | | Merge remote-tracking branch 'origin/pr/140' into pr140Mike Bayer2014-10-1113-39/+29
|\ \ \
| * | | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-0211-61/+21
| * | | improve exception vs. exit handlingndparker2014-09-2311-8/+38
| | |/ | |/|
* | | add more order by hereMike Bayer2014-10-111-1/+1
* | | - embedding an existing predicate into a new one onlyMike Bayer2014-10-111-2/+1
* | | - Fixed long-standing bug in Oracle dialect where bound parameterMike Bayer2014-10-113-1/+33
* | | - change this literal so that the bound name doesn't have a numericMike Bayer2014-10-111-2/+2
* | | - :meth:`.Insert.from_select` now includes Python and SQL-expressionMike Bayer2014-10-109-33/+323
* | | - apply patches to correct for + sign in with_hint() docs,Mike Bayer2014-10-101-3/+2
* | | - add a migration note for ref #3222Mike Bayer2014-10-092-0/+65
* | | - The ON clause rendered when using :meth:`.Query.join`,Mike Bayer2014-10-093-2/+144
* | | - Fixed bug where a fair number of SQL elements withinMike Bayer2014-10-093-1/+37
* | | - clean up unicode docs and clarify that client_encodingMike Bayer2014-10-071-13/+53
* | | - adjustment for ref #3200 as we need an immutabledict() here soMike Bayer2014-10-072-1/+13