summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-1/+1
* Merge "Removals: strings for join(), loader_options()." into mainmike bayer2021-12-101-25/+2
|\
| * Removals: strings for join(), loader_options().Mike Bayer2021-12-081-25/+2
* | Fix typo in docstringLele Gaifax2021-12-091-1/+1
|/
* Merge "Warn when caching is disabled / document" into mainmike bayer2021-12-078-11/+147
|\
| * Warn when caching is disabled / documentMike Bayer2021-12-068-11/+147
* | fix typo in exists documentationFederico Caselli2021-12-051-1/+1
* | The where method of exists now accepts multiple cluase.Federico Caselli2021-12-041-2/+8
|/
* Removals: MetaData.bind, Table.bind, all other .bindMike Bayer2021-12-028-595/+52
* provide connectionfairy on initializeMike Bayer2021-11-291-1/+5
* 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