summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Support for GROUP BY CUBE, SET, ROLLUPpr_github_383Spitcyn2017-09-121-1/+4
* Allow for multiple FOLLOWING/PRECEDING in a window rangeMike Bayer2017-08-251-2/+11
* Add support for CACHE and ORDER to sequencesDavid Moore2017-07-051-0/+4
* Add new "expanding" feature to bindparam()Mike Bayer2017-04-071-6/+28
* Double percent signs based on paramstyle, not dialectMike Bayer2017-04-051-8/+20
* Apply SQL compilation to sqltext for column-level CHECK constraintMike Bayer2017-04-041-1/+3
* New features from python 2.7Катаев Денис2017-03-171-5/+5
* Implement comments for tables, columnsFrazer McLean2017-03-171-3/+26
* Add "empty in" strategies; default to "static"Mike Bayer2017-03-141-0/+24
* Don't cache savepoint identifiersMike Bayer2017-03-061-1/+7
* Support python3.6Mike Bayer2017-01-131-1/+1
* Merge "Tighten rules for order_by(Label) resolution"mike bayer2017-01-091-6/+6
|\
| * Tighten rules for order_by(Label) resolutionMike Bayer2017-01-061-6/+6
* | update for 2017 copyrightMike Bayer2017-01-041-1/+1
|/
* Propagate execution_options at compile stageMike Bayer2016-10-051-0/+15
* Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTOREMike Bayer2016-10-011-4/+24
* Escape literal string values passed to server_defaultMike Bayer2016-09-301-1/+2
* Allow stringify compiler to render unnamed columnMike Bayer2016-09-021-3/+8
* Check for supports_execution at ClauseElement baseMike Bayer2016-08-311-1/+4
* Work w/ prefetch even for selects, if presentMike Bayer2016-07-121-0/+6
* Don't reorder PrimaryKeyConstraint columns if explicitMike Bayer2016-06-201-1/+3
* Add DDLCompiler.create_table_suffix()Mark Sandan2016-06-161-1/+10
* Add TABLESAMPLE clause support.saarni2016-06-151-0/+11
* Add ON CONFLICT support for PostgresqlRobin Thomas2016-06-141-0/+6
* Support range specification in window functionPhillip Cloud2016-06-071-2/+27
* Add IS (NOT) DISTINCT FROM operatorsSebastian Bank2016-06-061-0/+2
* - Added :meth:`.Select.lateral` and related constructs to allowMike Bayer2016-03-291-6/+12
* - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-281-1/+7
* - Fixed bug where the negation of an EXISTS expression would notMike Bayer2016-03-211-1/+0
* - additional adjustment to the fix made in 8ad968f33100baeb3b13c7e0b724b6b79a...Mike Bayer2016-02-211-1/+4
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-201-7/+3
* - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-111-40/+54
* - oracle requires GLOBAL hereMike Bayer2016-02-031-1/+1
* - add literal_binds for delete() statements in addition to insert()/update()Mike Bayer2016-02-031-1/+1
* fix passing literal_binds flag through for update and insertpr/232Tim Tate2016-02-021-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - The workaround for right-nested joins on SQLite, where they are rewrittenMike Bayer2016-01-261-1/+1
* - calling str() on a core sql construct has been made more "friendly",Mike Bayer2016-01-191-0/+35
* - A deep improvement to the recently added :meth:`.TextClause.columns`Mike Bayer2016-01-141-7/+15
* - reorganize schema_translate_map to be succinct and gain the performanceMike Bayer2016-01-111-25/+12
* - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-081-23/+68
* - fix docstringsMike Bayer2016-01-081-15/+16
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-5/+11
* - Fixed 1.0 regression where the eager fetch of cursor.rowcount wasMike Bayer2016-01-051-0/+6
* - Fixed bug where CREATE TABLE with a no-column table, but a constraintMike Bayer2015-12-011-1/+1
* - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216Diana Clarke2015-11-241-2/+2
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-1/+1
* - The :func:`.type_coerce` construct is now a fully fledged CoreMike Bayer2015-09-161-0/+3
* - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-261-1/+7
* - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-251-0/+2