| Commit message (Expand) | Author | Age | Files | Lines |
| * | - repair a regression caused by #3282, where we no longer were | Mike Bayer | 2015-04-22 | 1 | -14/+32 |
| * | - Fixed issue where a straight SELECT EXISTS query would fail to | Mike Bayer | 2015-04-20 | 3 | -12/+36 |
| * | - Fixed issue where a :class:`.MetaData` object that used a naming | Mike Bayer | 2015-04-10 | 1 | -1/+4 |
| * | - ensure that the keys we put into the parameters dictionary | Mike Bayer | 2015-04-08 | 1 | -2/+4 |
| * | Merge branch 'bb_issue_3084' of https://bitbucket.org/xflr6/sqlalchemy into pr47 | Mike Bayer | 2015-04-03 | 2 | -3/+5 |
| |\ |
|
| | * | make sort_tables order deterministic | Sebastian Bank | 2015-03-07 | 2 | -3/+5 |
| * | | Fix typospr/165 | Ernest Walzel | 2015-03-26 | 1 | -1/+1 |
| * | | - The "auto-attach" feature of constraints such as :class:`.UniqueConstraint` | Mike Bayer | 2015-03-24 | 1 | -17/+37 |
| * | | - Fixed bug in new "label resolution" feature of :ticket:`2992` where | Mike Bayer | 2015-03-23 | 2 | -2/+3 |
| * | | - Fixed bug in new "label resolution" feature of :ticket:`2992` where | Mike Bayer | 2015-03-21 | 1 | -1/+2 |
| * | | - remove now-misleading comment that SQLite doesn't support MATCH, | Mike Bayer | 2015-03-14 | 1 | -2/+4 |
| * | | - try to document how to get columns from constraints. | Mike Bayer | 2015-03-12 | 1 | -0/+8 |
| * | | - The Postgresql :class:`.postgresql.ENUM` type will emit a | Mike Bayer | 2015-03-11 | 2 | -24/+44 |
| * | | - copyright 2015 | Mike Bayer | 2015-03-10 | 19 | -19/+19 |
| * | | - pick around gaining modest dings in callcounts here and there | Mike Bayer | 2015-03-09 | 2 | -3/+16 |
| * | | - random performance whacking vs. 0.9, in particular we have to watch | Mike Bayer | 2015-03-08 | 1 | -15/+14 |
| * | | - rename _select_wraps | Mike Bayer | 2015-03-08 | 1 | -13/+33 |
| * | | foo | Mike Bayer | 2015-03-08 | 1 | -16/+5 |
| * | | - the change for #918 was of course not nearly that simple. | Mike Bayer | 2015-03-07 | 1 | -33/+45 |
| * | | - The SQL compiler now generates the mapping of expected columnspositional_targeting | Mike Bayer | 2015-03-07 | 1 | -13/+29 |
| |/ |
|
| * | - Literal values within a :class:`.DefaultClause`, which is invoked | Mike Bayer | 2015-02-09 | 1 | -1/+2 |
| * | - The :class:`.CheckConstraint` construct now supports naming | Mike Bayer | 2015-01-30 | 2 | -28/+43 |
| * | - Fixed bug in 0.9's foreign key setup system, such that | Mike Bayer | 2015-01-28 | 1 | -9/+17 |
| * | Merge remote-tracking branch 'origin/pr/150' | Mike Bayer | 2015-01-26 | 1 | -1/+2 |
| |\ |
|
| | * | Report the type of unexpected expression objectspr/150 | Ryan P. Kelly | 2014-11-20 | 1 | -1/+2 |
| * | | - Custom dialects that implement :class:`.GenericTypeCompiler` can | Mike Bayer | 2015-01-16 | 2 | -69/+90 |
| * | | - refine the previous commit a bit | Mike Bayer | 2015-01-13 | 1 | -20/+27 |
| * | | - The multi-values version of :meth:`.Insert.values` has been | Mike Bayer | 2015-01-13 | 2 | -32/+57 |
| * | | Add native_enum flag to Enum's repr() result | Dimitris Theodorou | 2015-01-12 | 1 | -0/+1 |
| * | | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 2 | -14/+25 |
| * | | - clean up default comparator which doesn't need to be a class, | Mike Bayer | 2015-01-04 | 2 | -260/+263 |
| * | | - strategies + declarative | Mike Bayer | 2015-01-04 | 1 | -0/+1 |
| * | | - start trying to move things into __slots__. This seems to reduce theslots | Mike Bayer | 2015-01-04 | 4 | -59/+54 |
| * | | - test failures: | Mike Bayer | 2015-01-02 | 1 | -1/+1 |
| * | | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 3 | -59/+296 |
| * | | - Added a new accessor :attr:`.Table.foreign_key_constraints` | Mike Bayer | 2015-01-01 | 1 | -0/+27 |
| * | | corrections | Mike Bayer | 2014-12-27 | 2 | -2/+2 |
| * | | - corrections | Mike Bayer | 2014-12-27 | 3 | -2/+10 |
| * | | - typo fixes #3269 | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
| * | | Maul the evaulate & friends typo | Priit Laes | 2014-12-19 | 3 | -3/+3 |
| * | | - Fixed bug where using a :class:`.TypeDecorator` that implemented | Mike Bayer | 2014-12-19 | 1 | -3/+7 |
| * | | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max), | Mike Bayer | 2014-12-06 | 1 | -1/+1 |
| * | | - Added support for CTEs under Oracle. This includes some tweaks | Mike Bayer | 2014-12-04 | 2 | -45/+103 |
| * | | - The :meth:`.Operators.match` operator is now handled such that the | Mike Bayer | 2014-12-04 | 6 | -9/+47 |
| * | | - Fixed bug in :meth:`.Table.tometadata` method where the | Mike Bayer | 2014-11-29 | 2 | -11/+15 |
| * | | - use self.parent, not table here as there's an attributeerror | Mike Bayer | 2014-11-25 | 1 | -1/+1 |
| * | | - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns` | Mike Bayer | 2014-11-25 | 2 | -43/+63 |
| |/ |
|
| * | - Fixed issue where the columns from a SELECT embedded in an | Mike Bayer | 2014-11-11 | 1 | -0/+8 |
| * | - The :attr:`.Column.key` attribute is now used as the source of | Mike Bayer | 2014-11-10 | 1 | -2/+2 |
| * | - Fixed bug regarding expression mutations which could express | Mike Bayer | 2014-11-05 | 1 | -0/+7 |