summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* Warn when caching is disabled / documentMike Bayer2021-12-061-1/+1
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-263-47/+278
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-253-172/+376
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-233-172/+376
* | Clean up most py3k compatFederico Caselli2021-11-2412-151/+120
|/
* Support lightweight compiler column elements w/ slotsMike Bayer2021-11-221-0/+9
* Remove object in class definitionFederico Caselli2021-11-229-19/+19
* Merge "fully support isolation_level parameter in base dialect" into mainmike bayer2021-11-181-16/+0
|\
| * fully support isolation_level parameter in base dialectMike Bayer2021-11-181-16/+0
* | Merge "Deprecate create_engine.implicit_returning" into mainmike bayer2021-11-185-370/+359
|\ \ | |/ |/|
| * Deprecate create_engine.implicit_returningjonathan vanasco2021-11-095-370/+359
* | Merge "removals: all unicode encoding / decoding" into mainmike bayer2021-11-115-46/+17
|\ \
| * | removals: all unicode encoding / decodingMike Bayer2021-11-105-46/+17
* | | qualify asyncpg API tests for python 3.8Mike Bayer2021-11-101-0/+1
* | | Merge "change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quoting...mike bayer2021-11-095-62/+84
|\ \ \ | |/ / |/| |
| * | change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-095-62/+84
| |/
* | De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-094-24/+27
|/
* fully implement future engine and remove legacyMike Bayer2021-11-075-39/+4
* simplify and publicize the asyncpg JSON(B) codec registrsationMike Bayer2021-11-031-0/+20
* Fixed issue in visit_on_duplicate_key_update within a composed expressionCristian Sabaila2021-11-022-5/+11
* First round of removal of python 2Federico Caselli2021-11-017-127/+6
* Remove deprecated dialects and driversFederico Caselli2021-10-316-109/+8
* Improve array support on pg8000Federico Caselli2021-10-271-9/+19
* fix: Update reserved words list of MySQL / MariaDB dialectKevin Kirsche2021-10-202-13/+102
* Merge "support bind expressions w/ expanding IN; apply to psycopg2" into mainmike bayer2021-10-151-38/+185
|\
| * support bind expressions w/ expanding IN; apply to psycopg2Mike Bayer2021-10-151-38/+185
* | Fix reflection of FK against a unique indexGord Thompson2021-10-141-0/+53
|/
* Fix has_table() false negative for #temp tablesGord Thompson2021-10-121-0/+47
* Merge "Bugfix: MySQL expression: may be bindparam or other expression"mike bayer2021-10-051-0/+21
|\
| * Bugfix: MySQL expression: may be bindparam or other expressionAnton Kovalevich2021-10-051-0/+21
* | Handle SSL SYSCALL error: Bad Address in postgresql/pyscopg2Zeke Brechtel2021-10-051-0/+36
|/
* support utf8mb3 char encoding fully for mysqlclient, othersMike Bayer2021-10-021-7/+27
* organize datetime types for correct implsMike Bayer2021-10-011-54/+69
* correct charset for mariadb connector with mdb 10.6Georg Richter2021-10-011-3/+3
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-302-9/+8
* remove declarative warningsMike Bayer2021-09-291-1/+1
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-5/+5
* Merge "Add `asyncmy` support"mike bayer2021-09-171-2/+2
|\
| * Add `asyncmy` supportlong2ice2021-09-171-2/+2
* | Merge "test_for_update to recognise skip_locked for MariaDB-10.6"mike bayer2021-09-161-2/+2
|\ \ | |/ |/|
| * test_for_update to recognise skip_locked for MariaDB-10.6Daniel Black2021-09-081-2/+2
* | Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-113-4/+4
* | ignore and warn for native_enum=False with pg.ENUM datatypeMike Bayer2021-09-101-4/+19
|/
* ensure pysqlite dialect enumerates correct isolation levelsMike Bayer2021-08-301-0/+17
* Qualify server version call in PostgreSQLarredond2021-08-241-0/+48
* fix linter JOIN logic; fix PostgreSQL ARRAY op comparisonMike Bayer2021-08-151-0/+33
* Merge "dont qualify literal_binds with literal_execute"mike bayer2021-08-072-0/+40
|\
| * dont qualify literal_binds with literal_executeMike Bayer2021-08-072-0/+40
* | Modernize tests - dml_valuesGord Thompson2021-07-265-60/+79
|/
* Modernize tests - dml_whereclauseGord Thompson2021-07-264-27/+13