| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | - ensure kwargs are passed for limit clause on a compound select as well, | Mike Bayer | 2014-10-31 | 1 | -1/+1 |
* | - 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 |
* | | - Reversing a change that was made in 0.9, the "singleton" nature | Mike Bayer | 2014-10-19 | 2 | -17/+13 |
* | | Fixed typopr/142 | mozillazg | 2014-10-15 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'origin/pr/140' into pr140 | Mike Bayer | 2014-10-11 | 2 | -3/+3 |
|\ \ |
|
| * | | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 1 | -3/+1 |
| * | | improve exception vs. exit handling | ndparker | 2014-09-23 | 2 | -2/+4 |
| |/ |
|
* | | - :meth:`.Insert.from_select` now includes Python and SQL-expression | Mike Bayer | 2014-10-10 | 3 | -29/+96 |
* | | - apply patches to correct for + sign in with_hint() docs, | Mike Bayer | 2014-10-10 | 1 | -3/+2 |
* | | - Fixed bug where a fair number of SQL elements within | Mike Bayer | 2014-10-09 | 1 | -1/+2 |
* | | - changelog, migration for pr github:134 | Mike Bayer | 2014-10-04 | 2 | -1/+37 |
* | | Merge remote-tracking branch 'origin/pr/134' into pr134 | Mike Bayer | 2014-10-04 | 5 | -2/+118 |
|\ \ |
|
| * | | method documentation typo fixpr/134 | Ilja Everilä | 2014-09-11 | 1 | -1/+1 |
| * | | documentation indentation fix | Ilja Everilä | 2014-09-11 | 1 | -2/+2 |
| * | | allow windowing filtered functions | Ilja Everilä | 2014-09-11 | 1 | -0/+20 |
| * | | renamed aggregatefilter to funcfilter, since it is that | Ilja Everilä | 2014-09-11 | 5 | -23/+23 |
| * | | implementation for <aggregate_fun> FILTER (WHERE ...) | Ilja Everilä | 2014-09-10 | 5 | -2/+98 |