summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite/test_dialect.py
Commit message (Expand)AuthorAgeFilesLines
* add exclusion for unusual chars in column namesMike Bayer2022-12-191-0/+1
* ensure all visit methods accept **kwMike Bayer2022-12-161-0/+51
* add spaces, leading underscore to oracle checksMike Bayer2022-12-021-3/+63
* Try running pyupgrade on the codeFederico Caselli2022-11-161-1/+0
* add Oracle-specific parameter escapes for expanding paramsMike Bayer2022-10-241-0/+9
* implement batched INSERT..VALUES () () for executemanyMike Bayer2022-09-241-0/+154
* Use ``;`` instead of ``select 1`` to ping PostgreSQLFederico Caselli2022-09-151-0/+11
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-1/+1
* provide connectionfairy on initializeMike Bayer2021-11-291-2/+4
* fully support isolation_level parameter in base dialectMike Bayer2021-11-181-0/+43
* fully implement future engine and remove legacyMike Bayer2021-11-071-0/+1
* First round of removal of python 2Federico Caselli2021-11-011-7/+1
* Add support for aiosqliteFederico Caselli2021-03-241-6/+8
* expand and further generalize bound parameter translateMike Bayer2021-02-141-0/+49
* Gracefully degrade on v$transaction not readableMike Bayer2020-12-181-1/+1
* Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-111-3/+4
|\
| * correct for "autocommit" deprecation warningMike Bayer2020-12-111-3/+4
* | Implement Oracle SERIALIZABLE + real read of isolation levelMike Bayer2020-12-091-0/+22
|/
* Support pool.connect() event firing before all elseMike Bayer2020-11-191-0/+76
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-4/+4
* Implement autocommit isolation level for cx_oracleGord Thompson2020-03-231-1/+56
* Leave bytestring exception messages as bytestringsMike Bayer2019-01-101-0/+25
* Post black reformattingMike Bayer2019-01-061-6/+11
* Run black -l 79 against all source filesMike Bayer2019-01-061-24/+30
* Don't commit failed transactionMike Bayer2017-10-181-1/+5
* Generalize autocommit testingMike Bayer2017-08-291-0/+43
* Double percent signs based on paramstyle, not dialectMike Bayer2017-04-051-1/+33
* - pg8000 wants to raise a ProgrammingError for a PK violationMike Bayer2015-05-151-0/+2
* - Added support for the case of the misbehaving DBAPI that hasMike Bayer2015-05-151-0/+39