| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | | | - cyclomatic complexity; break up visit_select, goes from F to D | Mike Bayer | 2014-09-27 | 1 | -52/+69 |
| * | | | - cyclomatic complexity: _get_colparams() becomes sql.crud._get_crud_params, | Mike Bayer | 2014-09-27 | 2 | -421/+511 |
| * | | | - cyclomatic complexity: _join_condition goes from E to a B | Mike Bayer | 2014-09-27 | 1 | -43/+54 |
| * | | | - refactor of declarative, break up into indiviudal methods | Mike Bayer | 2014-09-25 | 1 | -2/+4 |
| | |/
|/| |
|
| * | | - Added new method :meth:`.Select.with_statement_hint` and ORM | Mike Bayer | 2014-09-18 | 2 | -4/+44 |
| |/ |
|
| * | - add in all the method-chained methods to the parameter descriptions | Mike Bayer | 2014-09-09 | 1 | -43/+131 |
| * | - rework the previous "order by" system in terms of the new one, | Mike Bayer | 2014-09-08 | 4 | -44/+84 |
| * | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148 | Mike Bayer | 2014-09-07 | 2 | -78/+69 |
| * | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels. | Mike Bayer | 2014-09-07 | 3 | -21/+33 |
| * | wip for #3148 | Mike Bayer | 2014-09-06 | 4 | -9/+44 |
| * | - document all the varities of _label on the base ColumnElement | Mike Bayer | 2014-09-06 | 2 | -12/+56 |
| * | - tiny refactors #1-#5 | Mike Bayer | 2014-09-05 | 1 | -3/+12 |
| * | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -6/+6 |