summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-14/+28
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-252-53/+77
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-232-53/+77
* | Clean up most py3k compatFederico Caselli2021-11-2417-177/+121
|/
* Support lightweight compiler column elements w/ slotsMike Bayer2021-11-226-93/+162
* Remove object in class definitionFederico Caselli2021-11-2218-49/+49
* Merge "generalize cache_ok to UserDefinedType" into mainmike bayer2021-11-191-58/+191
|\
| * generalize cache_ok to UserDefinedTypeMike Bayer2021-11-171-58/+191
* | Merge "remove "native decimal" warning" into mainmike bayer2021-11-181-10/+0
|\ \
| * | remove "native decimal" warningMike Bayer2021-11-171-10/+0
| |/
* | Merge "Add new sections regarding schemas and reflection" into mainmike bayer2021-11-182-3/+3
|\ \ | |/ |/|
| * Add new sections regarding schemas and reflectionjonathan vanasco2021-11-172-3/+3
* | Add Non linear CTE supportEric Masseran2021-11-161-29/+155
|/
* Merge "removals: all unicode encoding / decoding" into mainmike bayer2021-11-112-282/+19
|\
| * removals: all unicode encoding / decodingMike Bayer2021-11-102-282/+19
* | Merge "set within_columns_clause=False for all sub-elements of select()" into...mike bayer2021-11-091-0/+3
|\ \
| * | set within_columns_clause=False for all sub-elements of select()Mike Bayer2021-11-091-0/+3
* | | Merge "change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quoting...mike bayer2021-11-091-6/+6
|\ \ \ | |_|/ |/| |
| * | change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-091-6/+6
* | | Merge "Fixes: #7295" into mainmike bayer2021-11-091-8/+8
|\ \ \ | |_|/ |/| |
| * | Fixes: #7295jonathan vanasco2021-11-061-8/+8
* | | revert mis-commit from aa026c302c6b188a7e28508f9ecb603809b9e03fMike Bayer2021-11-091-2/+0
* | | De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-091-1/+1
| |/ |/|
* | Merge "fully implement future engine and remove legacy" into mainmike bayer2021-11-0710-150/+107
|\ \
| * | fully implement future engine and remove legacyMike Bayer2021-11-0710-150/+107
| |/
* | use tuple expansion if type._is_tuple, test for Sequence if no typeMike Bayer2021-11-052-7/+19
|/
* use ExpressionElementRole for case targets in case()Mike Bayer2021-11-031-22/+12
* add missing info from groupby documentationFederico Caselli2021-11-031-0/+2
* First round of removal of python 2Federico Caselli2021-11-015-65/+10
* Revise "literal parameters" FAQ sectionMike Bayer2021-11-011-1/+23
* Merge "2.0 removals: LegacyRow, connectionless execution, close_with_result" ...mike bayer2021-10-313-53/+2
|\
| * 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-313-53/+2
* | Remove deprecated dialects and driversFederico Caselli2021-10-311-1/+1
|/
* clarify order_by(None) for Core; improve wordingMike Bayer2021-10-291-1/+8
* Improve array support on pg8000Federico Caselli2021-10-271-1/+2
* add full docs/notes for all TypeEngine/TypeDecorator interactionsMike Bayer2021-10-231-62/+207
* Merge "Add missing deprecation to ``MetaData.bind`` argument" into mainmike bayer2021-10-201-0/+6
|\
| * Add missing deprecation to ``MetaData.bind`` argumentFederico Caselli2021-10-181-0/+6
* | remove _resolve_label and related attributesMike Bayer2021-10-202-20/+7
* | process bulk_update_tuples before cache key or compilationMike Bayer2021-10-193-42/+39
* | use coercions for label element, ensure propagate_attrsMike Bayer2021-10-181-3/+15
|/
* Add missing note: bind arg will be required in 2.0 (#7195)Sergey Golitsynskiy2021-10-161-0/+6
* support bind expressions w/ expanding IN; apply to psycopg2Mike Bayer2021-10-151-30/+76
* Merge "Pickling fixes for ORM / Core" into mainmike bayer2021-10-131-0/+3
|\
| * Pickling fixes for ORM / CoreMike Bayer2021-10-131-0/+3
* | Fix recursive CTE to support nestingEric Masseran2021-10-122-38/+72
|/
* fixes for usage of the null() and similar constantsMike Bayer2021-10-084-29/+98
* Merge "Warn when trying to execute a query object with a session."mike bayer2021-10-041-1/+22
|\
| * Warn when trying to execute a query object with a session.Federico Caselli2021-10-041-1/+22
* | repair any_() / all_() "implicit flip" behavior for NoneMike Bayer2021-10-044-59/+107
|/