summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modernize tests - legacy_selectGord Thompson2021-07-213-8/+14
* Merge "Modernize tests - union"mike bayer2021-07-131-1/+1
|\
| * Modernize tests - unionGord Thompson2021-07-121-1/+1
* | Merge "Extract format_constraint truncation rules to ON CONFLICT"mike bayer2021-07-131-0/+26
|\ \ | |/ |/|
| * Extract format_constraint truncation rules to ON CONFLICTMike Bayer2021-07-131-0/+26
* | Merge "implement independent CTEs"mike bayer2021-07-121-1/+25
|\ \
| * | implement independent CTEsMike Bayer2021-07-121-1/+25
| |/
* | Merge "Modernize tests - select(whereclause)"mike bayer2021-07-124-133/+173
|\ \
| * | Modernize tests - select(whereclause)Gord Thompson2021-07-044-133/+173
* | | repair schema_translate_map for schema type use casesMike Bayer2021-07-111-0/+48
| |/ |/|
* | Replace all http:// links to https://Federico Caselli2021-07-042-3/+3
|/
* Modernize testsGord Thompson2021-07-033-40/+49
* Ensure compiler uses quote_schema hook for translates rendersMike Bayer2021-06-301-12/+44
* apply quoting to "ON CONSTRAINT" symbolMike Bayer2021-06-301-0/+26
* Don't require space after MySQL pk commentDaniƫl van Eeden2021-06-281-0/+8
* Merge "apply render_schema_translates to identity insert directives"mike bayer2021-06-231-0/+21
|\
| * apply render_schema_translates to identity insert directivesMike Bayer2021-06-211-0/+21
* | Add impl property to PostgreSQL / Oracle INTERVAL classMajorDallas2021-06-222-0/+8
* | Implement MySQL-specific MATCHAnton Kovalevich2021-06-211-15/+149
|/
* set autocommit for psycopg2 pre-pingMike Bayer2021-06-111-30/+52
* Merge "Pass URL object, not the string, to on_connect_url"mike bayer2021-06-061-0/+9
|\