summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* happy new yearMike Bayer2019-01-1119-19/+19
* Render correct DDL for unsetting table commentsMike Bayer2019-01-091-1/+5
* Post black reformattingMike Bayer2019-01-0619-526/+557
* Run black -l 79 against all source filesMike Bayer2019-01-0619-3129/+4603
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-301-4/+4
* Rewrite the convert_unicode docs and add tons of dragonsMike Bayer2018-12-211-22/+36
* Removed the leading underscore for visitor_iterator propertyAgam Rafaeli2018-12-051-4/+4
* Merge "Allow optional *args with base AnsiFunction"mike bayer2018-11-302-10/+22
|\
| * Allow optional *args with base AnsiFunctionMike Bayer2018-11-292-10/+22
* | typoRaphael2018-11-291-1/+1
|/
* Merge "Allow join() to pick the best candidate from multiple froms/entities"mike bayer2018-11-152-2/+101
|\
| * Allow join() to pick the best candidate from multiple froms/entitiesMike Bayer2018-11-142-2/+101
* | Merge "Add Sequence to StrSQLCompiler"mike bayer2018-11-131-0/+3
|\ \ | |/ |/|
| * Add Sequence to StrSQLCompilerMike Bayer2018-11-101-0/+3
* | Merge "Add new "all columns" naming convention tokens"mike bayer2018-11-113-37/+85
|\ \ | |/ |/|
| * Add new "all columns" naming convention tokensMike Bayer2018-11-103-37/+85
* | Implement SQLite ON CONFLICT for constraintsDenis Kataev2018-11-071-6/+7
|/
* Add missing spacewodim2018-10-301-1/+1
* Support tuples of heterogeneous types for empty expanding INMike Bayer2018-10-033-2/+21
* Merge "Import from collections.abc"mike bayer2018-09-272-4/+3
|\
| * Import from collections.abcxtreak2018-09-272-4/+3
* | Copy create_constraint flag for EnumMike Bayer2018-09-251-1/+1
|/
* Allow dialects to customize group by clause compilationSamuel Chou2018-09-201-9/+13
* Adapt right side in join if lateral detectedMike Bayer2018-09-181-1/+3
* document expanding bound parameters, in_(), and baked query use casesMike Bayer2018-08-272-12/+82
* Correct expanding docs to support empty listsMike Bayer2018-08-271-4/+5
* Pass desired array type from pg.array_agg to functions.array_aggMike Bayer2018-08-221-1/+2
* Add missing range_ / rows parameters to additional over() methodsMike Bayer2018-08-191-4/+8
* Add concept of "implicit boolean", treat as nativeMike Bayer2018-08-154-2/+32
* Fixed issue with :meth:`.TypeEngine.bind_expression` andMike Bayer2018-08-082-9/+43
* Add support of empty list in exanding of bindparamNicolas Rolin2018-08-071-0/+6
* Include UPDATE/DELETE extra_froms in correlationMike Bayer2018-08-041-12/+15
* Merge "Drop default-related structures after the Table is dropped."mike bayer2018-07-111-5/+11
|\
| * Drop default-related structures after the Table is dropped.Mike Bayer2018-07-101-5/+11
* | Merge "Add all "like", "between", "is" operators as comparison operators"mike bayer2018-07-101-7/+36
|\ \
| * | Add all "like", "between", "is" operators as comparison operatorsMike Bayer2018-07-101-7/+36
| |/
* | Sqlite jsonIlja Everilä2018-07-101-2/+7
|/
* support functions "as binary comparison"Mike Bayer2018-07-093-2/+114
* Merge "Support JOIN in UPDATE..FROM"mike bayer2018-06-251-4/+13
|\
| * Support JOIN in UPDATE..FROMMike Bayer2018-06-131-4/+13
* | Merge "render WITH clause after INSERT for INSERT..SELECT on Oracle, MySQL"mike bayer2018-06-241-2/+7
|\ \
| * | render WITH clause after INSERT for INSERT..SELECT on Oracle, MySQLMike Bayer2018-06-181-2/+7
| |/
* | Lookup index columns in parent table by key for copyMike Bayer2018-06-141-1/+2
|/
* Turn oracle BINARY_DOUBLE, BINARY_FLOAT, DOUBLE_PRECISION into floatsMike Bayer2018-05-251-1/+29
* Fix string formatting TypeError if tuple is passedMiguel Ventura2018-05-171-1/+1
* SQL Server is not native boolean; add new flag for CHECK constraintMike Bayer2018-05-101-1/+2
* Raise informative exception for non-sortable PKMike Bayer2018-04-091-1/+0
* Ensure all visit_sequence accepts **kw argsMike Bayer2018-04-041-1/+1
* Track if we're rendering within the CTE recursivelyMike Bayer2018-03-141-1/+9
* Clone _cte_alias instead of assigning "self"Mike Bayer2018-03-051-1/+1