summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* Report the type of unexpected expression objectspr/150Ryan P. Kelly2014-11-201-1/+2
* - Fixed issue where the columns from a SELECT embedded in anMike Bayer2014-11-111-0/+8
* - The :attr:`.Column.key` attribute is now used as the source ofMike Bayer2014-11-101-2/+2
* - 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
* - 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
* | - Reversing a change that was made in 0.9, the "singleton" natureMike Bayer2014-10-192-17/+13
* | Fixed typopr/142mozillazg2014-10-151-2/+2
* | Merge remote-tracking branch 'origin/pr/140' into pr140Mike Bayer2014-10-112-3/+3
|\ \
| * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-021-3/+1
| * | improve exception vs. exit handlingndparker2014-09-232-2/+4
| |/
* | - :meth:`.Insert.from_select` now includes Python and SQL-expressionMike Bayer2014-10-103-29/+96
* | - apply patches to correct for + sign in with_hint() docs,Mike Bayer2014-10-101-3/+2
* | - Fixed bug where a fair number of SQL elements withinMike Bayer2014-10-091-1/+2
* | - changelog, migration for pr github:134Mike Bayer2014-10-042-1/+37
* | Merge remote-tracking branch 'origin/pr/134' into pr134Mike Bayer2014-10-045-2/+118
|\ \
| * | 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-115-23/+23
| * | implementation for <aggregate_fun> FILTER (WHERE ...)Ilja Everilä2014-09-105-2/+98
* | | - cyclomatic complexity; break up visit_select, goes from F to DMike Bayer2014-09-271-52/+69
* | | - cyclomatic complexity: _get_colparams() becomes sql.crud._get_crud_params,Mike Bayer2014-09-272-421/+511
* | | - cyclomatic complexity: _join_condition goes from E to a BMike Bayer2014-09-271-43/+54
* | | - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-251-2/+4
| |/ |/|
* | - Added new method :meth:`.Select.with_statement_hint` and ORMMike Bayer2014-09-182-4/+44
|/
* - add in all the method-chained methods to the parameter descriptionsMike Bayer2014-09-091-43/+131
* - rework the previous "order by" system in terms of the new one,Mike Bayer2014-09-084-44/+84
* - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-072-78/+69
* - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels.Mike Bayer2014-09-073-21/+33
* wip for #3148Mike Bayer2014-09-064-9/+44
* - document all the varities of _label on the base ColumnElementMike Bayer2014-09-062-12/+56
* - tiny refactors #1-#5Mike Bayer2014-09-051-3/+12
* - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-6/+6
* - add logic to compiler such that if stack is empty, we justMike Bayer2014-09-023-2/+13
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-016-41/+167
* - more updates to text docs, literal_column, column etc. in prepMike Bayer2014-09-011-9/+20
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-312-6/+14
* - this is small optimization, currently it's the best we can doMike Bayer2014-08-281-1/+2
* Fix copy-paste error in Delete docGunnlaugur Þór Briem2014-08-211-2/+2
* - fix linkMike Bayer2014-08-211-1/+1
* - The INSERT...FROM SELECT construct now implies ``inline=True``Mike Bayer2014-08-202-14/+24
* - don't add the parent attach event within _on_table_attachMike Bayer2014-08-151-1/+2
* - The ``info`` parameter has been added to the constructor forMike Bayer2014-08-131-7/+47
* - rework documentation for reflection flags; also includeMike Bayer2014-08-091-42/+99
* Providing an autoload_with info automatically sets autoload to TrueMalik Diarra2014-08-091-2/+2
* - Fixed bug in CTE where ``literal_binds`` compiler argument would notMike Bayer2014-08-021-1/+1
* - Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction withMike Bayer2014-07-291-0/+3