| Commit message (Expand) | Author | Age | Files | Lines |
| * | - use self.parent, not table here as there's an attributeerror | Mike Bayer | 2014-11-25 | 1 | -1/+1 |
| * | - add a new option --force-write-profiles to rewrite profiles even if they | Mike Bayer | 2014-11-25 | 2 | -3/+10 |
| * | - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns` | Mike Bayer | 2014-11-25 | 3 | -45/+65 |
| * | - The :meth:`.PropComparator.of_type` modifier has been | Mike Bayer | 2014-11-24 | 3 | -7/+29 |
| * | - add some logging to path_registry to help debug eager loading | Mike Bayer | 2014-11-24 | 2 | -0/+13 |
| * | - correct this to rewrite a multiple profile line correctly | Mike Bayer | 2014-11-14 | 1 | -1/+5 |
| * | - Fixed a leak which would occur in the unsupported and highly | Mike Bayer | 2014-11-13 | 1 | -0/+2 |
| * | - don't do inline string interpolation when logging | Jon Nelson | 2014-11-11 | 2 | -2/+2 |
| * | - Fixed issue where the columns from a SELECT embedded in an | Mike Bayer | 2014-11-11 | 1 | -0/+8 |
| * | - in lieu of adding a new system of translating bound parameter names | Mike Bayer | 2014-11-10 | 2 | -0/+60 |
| * | - The :attr:`.Column.key` attribute is now used as the source of | Mike Bayer | 2014-11-10 | 1 | -2/+2 |
| * | Small improvement on FlushError can't update error messagepr/149 | Paulo Bu | 2014-11-06 | 1 | -4/+4 |
| * | Small improvement on FlushError can't delete error messagepr/148 | Paulo Bu | 2014-11-05 | 1 | -2/+2 |
| * | - Fixed bug regarding expression mutations which could express | Mike Bayer | 2014-11-05 | 1 | -0/+7 |
| * | - ensure kwargs are passed for limit clause on a compound select as well, | Mike Bayer | 2014-10-31 | 1 | -1/+1 |
| * | - added new backend for pysqlcipher, as we will probably get | Mike Bayer | 2014-10-29 | 2 | -1/+117 |
| * | changed connnection to connectionpr/146 | jlgoldb2 | 2014-10-26 | 1 | -1/+1 |
| * | - Fixed bug in single table inheritance where a chain of joins | Mike Bayer | 2014-10-23 | 1 | -4/+2 |
| * | - Fixed bug where the ON clause for :meth:`.Query.join`, | Mike Bayer | 2014-10-23 | 1 | -2/+5 |
| * | - changelog for pullreq github:139 | Mike Bayer | 2014-10-21 | 1 | -4/+22 |
| * | Merge remote-tracking branch 'origin/pr/139' into pr139 | Mike Bayer | 2014-10-21 | 1 | -4/+7 |
| |\ |
|
| | * | allow Table.tometadata changing the table name | ndparker | 2014-09-23 | 1 | -4/+7 |
| * | | Merge remote-tracking branch 'origin/pr/137' into pr137 | Mike Bayer | 2014-10-21 | 1 | -7/+12 |
| |\ \ |
|
| | * | | change functionspr/137 | jona | 2014-09-16 | 1 | -7/+12 |
| * | | | - Reversing a change that was made in 0.9, the "singleton" nature | Mike Bayer | 2014-10-19 | 2 | -17/+13 |
| * | | | - Fixed bug where :meth:`.Session.expunge` would not fully detach | Mike Bayer | 2014-10-19 | 2 | -5/+18 |
| * | | | - for #3230, scale back the check to only look at columns that | Mike Bayer | 2014-10-19 | 1 | -15/+20 |
| * | | | - A warning is emitted in the case of multiple relationships thatticket_3230 | Mike Bayer | 2014-10-19 | 1 | -0/+51 |
| * | | | - Exception messages have been spiffed up a bit. The SQL statement | Mike Bayer | 2014-10-17 | 1 | -9/+12 |
| * | | | - The :meth:`.Query.update` method will now convert string key | Mike Bayer | 2014-10-16 | 2 | -13/+56 |
| * | | | Fixed typopr/142 | mozillazg | 2014-10-15 | 1 | -2/+2 |
| * | | | - Improvements to the mechanism used by :class:`.Session` to locate | Mike Bayer | 2014-10-14 | 1 | -43/+53 |
| * | | | - The ``__module__`` attribute is now set for all those SQL and | Mike Bayer | 2014-10-14 | 1 | -1/+3 |
| * | | | - Mysqlconnector as of version 2.0, probably as a side effect of | Mike Bayer | 2014-10-12 | 1 | -6/+40 |
| * | | | - the test_except test was doing an unnecessary workaround of some kind, | Mike Bayer | 2014-10-12 | 1 | -7/+3 |
| * | | | - roll back part of pr 140 to get exception wrapping working again | Mike Bayer | 2014-10-12 | 1 | -3/+7 |
| * | | | Merge remote-tracking branch 'origin/pr/140' into pr140 | Mike Bayer | 2014-10-11 | 13 | -39/+29 |
| |\ \ \ |
|
| | * | | | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 11 | -61/+21 |
| | * | | | improve exception vs. exit handling | ndparker | 2014-09-23 | 11 | -8/+38 |
| | | |/
| |/| |
|
| * | | | add more order by here | Mike Bayer | 2014-10-11 | 1 | -1/+1 |
| * | | | - embedding an existing predicate into a new one only | Mike Bayer | 2014-10-11 | 1 | -2/+1 |
| * | | | - Fixed long-standing bug in Oracle dialect where bound parameter | Mike Bayer | 2014-10-11 | 1 | -1/+2 |
| * | | | - change this literal so that the bound name doesn't have a numeric | Mike Bayer | 2014-10-11 | 1 | -2/+2 |
| * | | | - :meth:`.Insert.from_select` now includes Python and SQL-expression | Mike Bayer | 2014-10-10 | 4 | -30/+132 |
| * | | | - apply patches to correct for + sign in with_hint() docs, | Mike Bayer | 2014-10-10 | 1 | -3/+2 |
| * | | | - The ON clause rendered when using :meth:`.Query.join`, | Mike Bayer | 2014-10-09 | 1 | -0/+10 |
| * | | | - Fixed bug where a fair number of SQL elements within | Mike Bayer | 2014-10-09 | 1 | -1/+2 |
| * | | | - clean up unicode docs and clarify that client_encoding | Mike Bayer | 2014-10-07 | 1 | -13/+53 |
| * | | | - adjustment for ref #3200 as we need an immutabledict() here so | Mike Bayer | 2014-10-07 | 1 | -1/+1 |
| * | | | - Fixed "'NoneType' object has no attribute 'concrete'" error | Mike Bayer | 2014-10-06 | 1 | -1/+1 |