summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug regarding expression mutations which could expressMike Bayer2014-11-051-0/+7
* - ensure kwargs are passed for limit clause on a compound select as well,Mike Bayer2014-10-311-1/+1
* - added new backend for pysqlcipher, as we will probably getMike Bayer2014-10-292-1/+117
* changed connnection to connectionpr/146jlgoldb22014-10-261-1/+1
* - Fixed bug in single table inheritance where a chain of joinsMike Bayer2014-10-231-4/+2
* - Fixed bug where the ON clause for :meth:`.Query.join`,Mike Bayer2014-10-231-2/+5
* - changelog for pullreq github:139Mike Bayer2014-10-211-4/+22
* Merge remote-tracking branch 'origin/pr/139' into pr139Mike Bayer2014-10-211-4/+7
|\
| * allow Table.tometadata changing the table namendparker2014-09-231-4/+7
* | Merge remote-tracking branch 'origin/pr/137' into pr137Mike Bayer2014-10-211-7/+12
|\ \
| * | change functionspr/137jona2014-09-161-7/+12
* | | - Reversing a change that was made in 0.9, the "singleton" natureMike Bayer2014-10-192-17/+13
* | | - Fixed bug where :meth:`.Session.expunge` would not fully detachMike Bayer2014-10-192-5/+18
* | | - 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-191-0/+51
* | | - Exception messages have been spiffed up a bit. The SQL statementMike Bayer2014-10-171-9/+12
* | | - The :meth:`.Query.update` method will now convert string keyMike Bayer2014-10-162-13/+56
* | | Fixed typopr/142mozillazg2014-10-151-2/+2
* | | - Improvements to the mechanism used by :class:`.Session` to locateMike Bayer2014-10-141-43/+53
* | | - The ``__module__`` attribute is now set for all those SQL andMike Bayer2014-10-141-1/+3
* | | - Mysqlconnector as of version 2.0, probably as a side effect ofMike Bayer2014-10-121-6/+40
* | | - the test_except test was doing an unnecessary workaround of some kind,Mike Bayer2014-10-121-7/+3
* | | - 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-111-1/+2
* | | - 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-104-30/+132
* | | - apply patches to correct for + sign in with_hint() docs,Mike Bayer2014-10-101-3/+2
* | | - The ON clause rendered when using :meth:`.Query.join`,Mike Bayer2014-10-091-0/+10
* | | - Fixed bug where a fair number of SQL elements withinMike Bayer2014-10-091-1/+2
* | | - 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-071-1/+1
* | | - Fixed "'NoneType' object has no attribute 'concrete'" errorMike Bayer2014-10-061-1/+1
* | | - The execution options passed to an :class:`.Engine` either viaMike Bayer2014-10-061-0/+1
* | | - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-043-13/+77
* | | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s...Mike Bayer2014-10-044-10/+58
|\ \ \
| * | | Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-174-10/+58
* | | | - changelog, migration for pr github:134Mike Bayer2014-10-042-1/+37
* | | | Merge remote-tracking branch 'origin/pr/134' into pr134Mike Bayer2014-10-046-2/+119
|\ \ \ \
| * | | | method documentation typo fixpr/134Ilja Everilä2014-09-111-1/+1
| * | | | documentation indentation fixIlja Everilä2014-09-111-2/+2
| * | | | allow windowing filtered functionsIlja Everilä2014-09-111-0/+20
| * | | | renamed aggregatefilter to funcfilter, since it is thatIlja Everilä2014-09-116-24/+24
| * | | | implementation for <aggregate_fun> FILTER (WHERE ...)Ilja Everilä2014-09-106-2/+99
* | | | | - rework tests for attached databases into individual tests,Mike Bayer2014-09-291-3/+5
* | | | | - A revisit to this issue first patched in 0.9.5, apparentlyMike Bayer2014-09-291-5/+9