summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/selectable.py
Commit message (Expand)AuthorAgeFilesLines
* Add with_for_update() support in session.refresh()Mike Bayer2017-05-241-0/+13
* Add links to with_only_columns to Select.column, append_columnMike Bayer2017-05-121-19/+16
* Use consistent method signature for Alias.self_group()Mike Bayer2017-04-031-4/+4
* Only use schema_translate_map on SchemaItem subclassesMike Bayer2017-02-281-0/+3
* Support python3.6Mike Bayer2017-01-131-32/+32
* Merge "Tighten rules for order_by(Label) resolution"mike bayer2017-01-091-2/+3
|\
| * Tighten rules for order_by(Label) resolutionMike Bayer2017-01-061-2/+3
* | update for 2017 copyrightMike Bayer2017-01-041-1/+1
|/
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-13/+13
* Repair foreign_keys population for Join._refresh_for_new_columnMike Bayer2016-09-151-1/+1
* Fixed example of upsert in the HasCTE.cte docstring bypr/302Vladimir Magamedov2016-08-271-18/+28
* Merge "Add TABLESAMPLE clause support."mike bayer2016-06-151-0/+92
|\
| * Add TABLESAMPLE clause support.saarni2016-06-151-0/+92
* | Interpret lateral, alias as from clausesMike Bayer2016-06-151-2/+2
|/
* Deprecate FromClause.count()Mike Bayer2016-06-141-16/+25
* Ensure CTE internals are handled during cloneMike Bayer2016-06-101-0/+8
* Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for PostgresqlSergey Skopin2016-06-081-5/+12
* Add SKIP LOCKED support for Postgresql, OracleJack Zhou2016-06-021-3/+14
* - Added :meth:`.Select.lateral` and related constructs to allowMike Bayer2016-03-291-0/+58
* - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-281-10/+26
* - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-111-120/+168
* - happy new yearMike Bayer2016-01-291-1/+1
* - A deep improvement to the recently added :meth:`.TextClause.columns`Mike Bayer2016-01-141-1/+2
* - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-121-1/+17
* - fix typo in suffix_with() docs, fixes #3502Mike Bayer2015-07-291-1/+1
* - Fixed a regression that was incorrectly fixed in 1.0.0b4Mike Bayer2015-04-241-3/+4
* - Fixed issue where a straight SELECT EXISTS query would fail toMike Bayer2015-04-201-1/+2
* Fix typospr/165Ernest Walzel2015-03-261-1/+1
* - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-211-1/+2
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - pick around gaining modest dings in callcounts here and thereMike Bayer2015-03-091-2/+3
* - random performance whacking vs. 0.9, in particular we have to watchMike Bayer2015-03-081-15/+14
* - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-041-42/+89
* - apply patches to correct for + sign in with_hint() docs,Mike Bayer2014-10-101-3/+2
* - cyclomatic complexity: _join_condition goes from E to a BMike Bayer2014-09-271-43/+54
* - Added new method :meth:`.Select.with_statement_hint` and ORMMike Bayer2014-09-181-4/+32
* - 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-081-4/+6
* wip for #3148Mike Bayer2014-09-061-6/+9
* - document all the varities of _label on the base ColumnElementMike Bayer2014-09-061-2/+2
* - add logic to compiler such that if stack is empty, we justMike Bayer2014-09-021-0/+1
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-16/+45
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-242/+266
* - Fixed a SQLite join rewriting issue where a subquery that is embeddedMike Bayer2014-07-151-0/+1
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Fixed bug in INSERT..FROM SELECT construct where selecting from aMike Bayer2014-05-251-1/+1
* - more tests, including backend testsMike Bayer2014-05-161-30/+54
* Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i...Mike Bayer2014-05-161-7/+68
|\
| * Remove unused importDobes Vandermeer2014-05-091-6/+29
| * Remove unused importDobes Vandermeer2014-04-251-1/+1