summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Comment supportpr_github_284Frazer McLean2016-06-131-0/+22
* 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
* - Added new checks for the common error case of passing mapped classesMike Bayer2015-08-221-0/+2
* - some cleanups in compiler.pyMike Bayer2015-08-181-50/+32
* - Fixed regression where :meth:`.ResultProxy.keys` would returnMike Bayer2015-07-191-3/+0
* add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186jakeogh2015-06-271-2/+4
* add NO MINVALUE and NO MAXVALUE support to Sequence()jakeogh2015-06-271-0/+4
* add MAXVALUE support to Sequence()jakeogh2015-06-271-0/+2
* add MINVALUE support to Sequence()jakeogh2015-06-271-0/+2
* - Added official support for a CTE used by the SELECT presentMike Bayer2015-05-081-1/+15
* - Fixed bug where the truncation of long labels in SQL could produceMike Bayer2015-04-281-1/+1
* - Fixed support for "literal_binds" mode when using limit/offsetMike Bayer2015-04-231-2/+2
* - Fixed issue where a straight SELECT EXISTS query would fail toMike Bayer2015-04-201-4/+17
* - Fixed bug in new "label resolution" feature of :ticket:`2992` whereMike Bayer2015-03-231-1/+0
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - rename _select_wrapsMike Bayer2015-03-081-13/+33
* fooMike Bayer2015-03-081-16/+5
* - the change for #918 was of course not nearly that simple.Mike Bayer2015-03-071-33/+45
* - The SQL compiler now generates the mapping of expected columnspositional_targetingMike Bayer2015-03-071-13/+29
* - Literal values within a :class:`.DefaultClause`, which is invokedMike Bayer2015-02-091-1/+2
* - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-161-66/+69
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-011-4/+25
* - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-041-3/+14
* - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-041-2/+7
* - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns`Mike Bayer2014-11-251-3/+3