| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | - 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 |
| * | - add logic to compiler such that if stack is empty, we just | Mike Bayer | 2014-09-02 | 3 | -2/+13 |
| * | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 6 | -41/+167 |
| * | - more updates to text docs, literal_column, column etc. in prep | Mike Bayer | 2014-09-01 | 1 | -9/+20 |
| * | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 2 | -6/+14 |
| * | - this is small optimization, currently it's the best we can do | Mike Bayer | 2014-08-28 | 1 | -1/+2 |
| * | Fix copy-paste error in Delete doc | Gunnlaugur Þór Briem | 2014-08-21 | 1 | -2/+2 |
| * | - fix link | Mike Bayer | 2014-08-21 | 1 | -1/+1 |
| * | - The INSERT...FROM SELECT construct now implies ``inline=True`` | Mike Bayer | 2014-08-20 | 2 | -14/+24 |
| * | - don't add the parent attach event within _on_table_attach | Mike Bayer | 2014-08-15 | 1 | -1/+2 |
| * | - The ``info`` parameter has been added to the constructor for | Mike Bayer | 2014-08-13 | 1 | -7/+47 |
| * | - rework documentation for reflection flags; also include | Mike Bayer | 2014-08-09 | 1 | -42/+99 |
| * | Providing an autoload_with info automatically sets autoload to True | Malik Diarra | 2014-08-09 | 1 | -2/+2 |
| * | - Fixed bug in CTE where ``literal_binds`` compiler argument would not | Mike Bayer | 2014-08-02 | 1 | -1/+1 |
| * | - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction with | Mike Bayer | 2014-07-29 | 1 | -0/+3 |
| * | - Added a supported :meth:`.FunctionElement.alias` method to functions, | Mike Bayer | 2014-07-24 | 2 | -6/+50 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 18 | -1807/+1988 |
| * | - Fixed a SQLite join rewriting issue where a subquery that is embedded | Mike Bayer | 2014-07-15 | 3 | -8/+12 |
| * | - wrestle with conv() and tests some more | Mike Bayer | 2014-07-14 | 2 | -42/+53 |
| * | - allow the compilation rule that gets the formatted name | Mike Bayer | 2014-07-14 | 3 | -14/+24 |
| * | - Fix bug in naming convention feature where using a check | Mike Bayer | 2014-07-14 | 4 | -19/+49 |
| * | -Fixed bug in common table expressions whereby positional bound | Mike Bayer | 2014-07-14 | 1 | -7/+10 |
| * | - Fixed bug where multi-valued :class:`.Insert` construct would fail | Mike Bayer | 2014-07-14 | 1 | -2/+4 |
| * | - Added a "str()" step to the dialect_kwargs iteration for | Mike Bayer | 2014-07-14 | 1 | -1/+1 |
| * | - Fixed bug in :class:`.Enum` and other :class:`.SchemaType` | Mike Bayer | 2014-07-13 | 1 | -6/+9 |
| * | - The :meth:`.TypeEngine.with_variant` method will now accept a | Mike Bayer | 2014-07-10 | 1 | -1/+1 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 18 | -18/+36 |
| * | - add postgresql_regconfig argument to PG dialect for match() operator, | jonathan vanasco | 2014-07-08 | 2 | -3/+3 |
| * | - add link to dialect docs for SQLite autoincrement from column autoincrement, | Mike Bayer | 2014-07-03 | 1 | -2/+5 |