summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* provide connectionfairy on initializeMike Bayer2021-11-2914-112/+95
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-267-158/+853
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-256-193/+105
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-236-193/+105
* | Clean up most py3k compatFederico Caselli2021-11-2425-151/+88
|/
* Support lightweight compiler column elements w/ slotsMike Bayer2021-11-221-1/+2
* Remove object in class definitionFederico Caselli2021-11-2210-14/+14
* Merge "fully support isolation_level parameter in base dialect" into mainmike bayer2021-11-1812-187/+53
|\
| * fully support isolation_level parameter in base dialectMike Bayer2021-11-1812-187/+53
* | Merge "Add new sections regarding schemas and reflection" into mainmike bayer2021-11-181-25/+25
|\ \
| * | Add new sections regarding schemas and reflectionjonathan vanasco2021-11-171-25/+25
| |/
* | Merge "Deprecate create_engine.implicit_returning" into mainmike bayer2021-11-181-3/+7
|\ \ | |/ |/|
| * Deprecate create_engine.implicit_returningjonathan vanasco2021-11-091-3/+7
* | Merge "removals: all unicode encoding / decoding" into mainmike bayer2021-11-118-158/+28
|\ \
| * | removals: all unicode encoding / decodingMike Bayer2021-11-108-158/+28
* | | Merge "change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quoting...mike bayer2021-11-091-0/+3
|\ \ \ | |/ / |/| |
| * | change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-091-0/+3
| |/
* | De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-095-9/+9
|/
* fully implement future engine and remove legacyMike Bayer2021-11-073-17/+3
* simplify and publicize the asyncpg JSON(B) codec registrsationMike Bayer2021-11-031-29/+55
* Revert "Gracefully degrade unsupported types with asyncpg"mike bayer2021-11-031-29/+14
* formatting updatesMike Bayer2021-11-031-2/+3
* Merge "Gracefully degrade unsupported types with asyncpg" into mainmike bayer2021-11-031-14/+29
|\
| * Gracefully degrade unsupported types with asyncpgGord Thompson2021-11-021-14/+29
* | Merge "Fixed issue in visit_on_duplicate_key_update within a composed express...mike bayer2021-11-031-1/+1
|\ \
| * | Fixed issue in visit_on_duplicate_key_update within a composed expressionCristian Sabaila2021-11-021-1/+1
| |/
* | map Float to asyncpg.FLOAT, test for infinityMike Bayer2021-11-021-0/+9
|/
* First round of removal of python 2Federico Caselli2021-11-016-158/+27
* Update psycopg2 dialect to use the DBAPI interface to executeFederico Caselli2021-10-312-10/+41
* Merge "Remove deprecated dialects and drivers" into mainmike bayer2021-10-3118-3597/+5
|\
| * Remove deprecated dialects and driversFederico Caselli2021-10-3118-3597/+5
* | The ``has_table`` method now also checks viewsFederico Caselli2021-10-312-4/+14
|/
* Merge "Improve array support on pg8000" into mainmike bayer2021-10-282-1/+9
|\
| * Improve array support on pg8000Federico Caselli2021-10-272-1/+9
* | Fixes: #5020jonathan vanasco2021-10-271-7/+68
* | add additional "oracle mode" reserved wordsMike Bayer2021-10-261-3/+19
|/
* fix: Update reserved words list of MySQL / MariaDB dialectKevin Kirsche2021-10-205-308/+563
* re-enable asnycmy >= 0.2.3; disable aiomysql totallyMike Bayer2021-10-151-3/+6
* Merge "support bind expressions w/ expanding IN; apply to psycopg2" into mainmike bayer2021-10-153-21/+24
|\
| * support bind expressions w/ expanding IN; apply to psycopg2Mike Bayer2021-10-153-21/+24
* | Fix reflection of FK against a unique indexGord Thompson2021-10-141-24/+135
|/
* Fix has_table() false negative for #temp tablesGord Thompson2021-10-121-8/+12
* Merge "Add autocommit documentation for Azure SQL DW"mike bayer2021-10-061-3/+42
|\
| * Add autocommit documentation for Azure SQL DWGord Thompson2021-09-281-3/+42
* | Merge "Bugfix: MySQL expression: may be bindparam or other expression"mike bayer2021-10-051-1/+1
|\ \
| * | Bugfix: MySQL expression: may be bindparam or other expressionAnton Kovalevich2021-10-051-1/+1
* | | Handle SSL SYSCALL error: Bad Address in postgresql/pyscopg2Zeke Brechtel2021-10-051-1/+2
|/ /
* | repair any_() / all_() "implicit flip" behavior for NoneMike Bayer2021-10-041-14/+4
* | Merge "Fixes: #3160"mike bayer2021-10-011-6/+25
|\ \
| * | Fixes: #3160jonathan vanasco2021-09-281-6/+25
| |/