summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* Use tuple for function package namesMike Bayer2021-03-191-1/+1
* Correct for coercion from list args to positional for caseMike Bayer2021-03-192-3/+3
* Merge "Deannoate functions before matching .__class__"mike bayer2021-03-191-1/+1
|\
| * Deannoate functions before matching .__class__Mike Bayer2021-03-191-1/+1
* | Ensure ClauseAdapter treats FunctionElement as a ColumnElementMike Bayer2021-03-181-1/+6
|/
* Raise at Core / ORM concrete inh level for label overlapMike Bayer2021-03-181-6/+15
* Merge "Use explicit names for mapper _get_clause parameters"mike bayer2021-03-173-6/+15
|\
| * Use explicit names for mapper _get_clause parametersMike Bayer2021-03-173-6/+15
* | Added back ``items`` and ``values`` to ``ColumnCollection`` class.Federico Caselli2021-03-171-0/+6
* | Merge "turn off eager configure_mappers() outside of Query, Load"mike bayer2021-03-161-2/+10
|\ \ | |/ |/|
| * turn off eager configure_mappers() outside of Query, LoadMike Bayer2021-03-161-2/+10
* | CAST the elements in ARRAYs when using psycopg2Federico Caselli2021-03-153-0/+12
|/
* Apply percent sign escaping to op(), custom_op()Mike Bayer2021-03-091-3/+5
* Merge "Ignore flake8 F401 on specific files"mike bayer2021-03-072-179/+179
|\
| * Ignore flake8 F401 on specific filesFederico Caselli2021-03-032-179/+179
* | Merge "Fix named CHECK constraint name omitted on repeated creates"mike bayer2021-03-074-41/+12
|\ \
| * | Fix named CHECK constraint name omitted on repeated createsGord Thompson2021-03-064-41/+12
| |/
* | improve targeting and labeling for unary() in columns clauseMike Bayer2021-03-061-30/+10
|/
* Merge "support stringify for plain CTE"mike bayer2021-02-281-5/+16
|\
| * support stringify for plain CTEMike Bayer2021-02-271-5/+16
* | implement visit_unsupported_compilation for TypeCompilerMike Bayer2021-02-251-0/+6
|/
* Merge "Deprecate and rename schema .copy() methods"mike bayer2021-02-191-6/+70
|\
| * Deprecate and rename schema .copy() methodsGord Thompson2021-02-181-6/+70
* | Extract table names when comparing to nrte errorMike Bayer2021-02-181-2/+7
|/
* Merge "Support legacy select(<iterable>) in addition to select(<list>) in v1.4"mike bayer2021-02-151-1/+5
|\
| * Support legacy select(<iterable>) in addition to select(<list>) in v1.4Oliver Rice2021-02-151-1/+5
* | Accept ColumnCollection in update_on_conflict(set_=Gord Thompson2021-02-151-1/+1
* | Merge "Allow update.returing() to work with from_statement()"mike bayer2021-02-141-1/+7
|\ \ | |/ |/|
| * Allow update.returing() to work with from_statement()Mike Bayer2021-02-141-1/+7
* | expand and further generalize bound parameter translateMike Bayer2021-02-141-0/+18
|/
* Further refine labeling for renamed columnsMike Bayer2021-02-123-32/+50
* Merge "Apply consistent labeling for all future style ORM queries"mike bayer2021-02-122-60/+90
|\
| * Apply consistent labeling for all future style ORM queriesMike Bayer2021-02-112-60/+90
* | test Function(?:Element)._bind_param() with in_()Mike Bayer2021-02-111-2/+4
|/
* Track a second from_linter for lateral subqueriesMike Bayer2021-02-051-5/+37
* Accommodate column-based naming conventions for pk constraintMike Bayer2021-02-043-11/+47
* Merge "Implement support for functions as FROM with columns clause support"mike bayer2021-02-0312-128/+785
|\
| * Implement support for functions as FROM with columns clause supportMike Bayer2021-02-0312-128/+785
* | Add coercions to literal()Mike Bayer2021-02-033-4/+25
|/
* set identifier length for MySQL constraints to 64Mike Bayer2021-01-301-1/+7
* Merge "Use schema._copy_expression() fully in column collection constraints"mike bayer2021-01-291-7/+17
|\
| * Use schema._copy_expression() fully in column collection constraintsGord Thompson2021-01-291-7/+17
* | Clarify Column.index / Column.unique parametersMike Bayer2021-01-291-12/+95
|/
* Render NULL for bindparam w/ None value/literal_binds, warnMike Bayer2021-01-281-4/+10
* Merge "Fix many spell glitches in docstrings and comments"mike bayer2021-01-269-19/+19
|\
| * Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-249-20/+20
* | Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-264-33/+191
|/
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-217-514/+75
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-207-75/+514
* chain joins from SelectState context, not SelectMike Bayer2021-01-201-1/+14