summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* Fix LegacyRow/Row index accessMike Bayer2021-04-081-11/+16
* Add pgcode / sqlstate for asyncpg error messageMike Bayer2021-04-051-0/+24
* unfail test_uuid_array for pg8000Mike Bayer2021-04-031-1/+1
* Merge "Apply quoting to render_derived() names"mike bayer2021-04-011-0/+22
|\
| * Apply quoting to render_derived() namesMike Bayer2021-04-011-0/+22
* | Correct for Variant + ARRAY cases in psycopg2Mike Bayer2021-04-011-7/+26
|/
* Fix MSSQL / Oracle limit/offset regressionsFederico Caselli2021-03-313-30/+51
* Repair PGInspectorMike Bayer2021-03-311-10/+53
* Refine domain nullable rules for PostgreSQL reflectionMike Bayer2021-03-301-0/+21
* Fixed reflection of identity columns in tablesFederico Caselli2021-03-251-21/+25
* Repair pysqlcipher and use sqlcipher3Mike Bayer2021-03-241-1/+15
* Add support for aiosqliteFederico Caselli2021-03-241-1/+1
* Remove unneeded importMike Bayer2021-03-161-5/+0
* Merge "CAST the elements in ARRAYs when using psycopg2"mike bayer2021-03-162-14/+317
|\
| * CAST the elements in ARRAYs when using psycopg2Federico Caselli2021-03-152-14/+317
* | Turn off pyodbc setinputsizes() by defaultMike Bayer2021-03-161-0/+148
|/
* Fix aggregate_order_by issueGord Thompson2021-03-041-3/+22
* Merge "Deprecate and rename schema .copy() methods"mike bayer2021-02-191-1/+1
|\
| * Deprecate and rename schema .copy() methodsGord Thompson2021-02-181-1/+1
* | Fix test that incorrectly used ; as query separatorFederico Caselli2021-02-181-1/+1
|/
* Accept ColumnCollection in update_on_conflict(set_=Gord Thompson2021-02-152-4/+18
* Repair tests for older SQLite, timing, pypyMike Bayer2021-02-031-5/+3
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-034-0/+453
* don't fail if purge recyclebin fails/mutex on registryMike Bayer2021-02-021-2/+5
* set identifier length for MySQL constraints to 64Mike Bayer2021-01-301-0/+47
* Use schema._copy_expression() fully in column collection constraintsGord Thompson2021-01-291-0/+59
* Allow Oracle CLOB/NCLOB/BLOB in returningMike Bayer2021-01-281-0/+66
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-265-18/+34
* include negation symbol in numeric default matchMike Bayer2021-01-231-88/+47
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-213-369/+0
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-203-0/+369
* Merge "Disallow non-native psycopg2 Unicode in Python 3; update docs"mike bayer2021-01-191-0/+20
|\
| * Disallow non-native psycopg2 Unicode in Python 3; update docsFederico Caselli2021-01-191-0/+20
* | Merge "``Identity`` implies ``nullable=False``."mike bayer2021-01-171-0/+19
|\ \
| * | ``Identity`` implies ``nullable=False``.Federico Caselli2021-01-161-0/+19
* | | introduce generalized decorator to prevent invalid method callsMike Bayer2021-01-163-0/+58
|/ /
* | Merge "Guard against re-entrant autobegin in Core, ORM"mike bayer2021-01-161-0/+4
|\ \
| * | Guard against re-entrant autobegin in Core, ORMMike Bayer2021-01-151-0/+4
| |/
* | run handle error for commit/rollback fail and cancel transactionMike Bayer2021-01-151-32/+103
|/
* update execute() arg formats in modules and testsMike Bayer2021-01-159-101/+141
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-1316-693/+608
* remove more bound metadataMike Bayer2021-01-052-17/+14
* remove metadata.bind use from test suiteMike Bayer2021-01-0312-1190/+949
* Cache asyngpg prepared statementsMike Bayer2021-01-021-0/+182
* Merge "Support casting to ``FLOAT`` in MySQL and MariaDb."mike bayer2021-01-011-3/+29
|\
| * Support casting to ``FLOAT`` in MySQL and MariaDb.Federico Caselli2020-12-301-3/+29
* | Support testing of async drivers without fallback modeFederico Caselli2020-12-301-34/+43
|/
* narrow the check for double-paren exprs in mysql create_indexMike Bayer2020-12-261-0/+40
* Repair mssql dep tests; have __only_on__ imply __backend__Mike Bayer2020-12-192-105/+107
* Merge "test fixes for oracle 18c"mike bayer2020-12-181-1/+1
|\