summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* Accept ColumnCollection in update_on_conflict(set_=Gord Thompson2021-02-153-6/+38
* Merge "Allow update.returing() to work with from_statement()"mike bayer2021-02-141-3/+3
|\
| * Allow update.returing() to work with from_statement()Mike Bayer2021-02-141-3/+3
* | expand and further generalize bound parameter translateMike Bayer2021-02-142-73/+15
|/
* Merge "Add identifier_preparer per-execution context for schema translates"mike bayer2021-02-085-12/+15
|\
| * Add identifier_preparer per-execution context for schema translatesMike Bayer2021-02-085-12/+15
* | Use slots in the aiomysql proxy classesFederico Caselli2021-02-061-1/+9
|/
* Merge remote-tracking branch 'origin/pr/5883'Mike Bayer2021-02-051-1/+1
|\
| * Fix broken link to cx_Oracle documentationPaul Lettich2021-01-271-1/+1
* | Merge "un-deprecate Oracle 2pc"mike bayer2021-02-032-9/+19
|\ \
| * | un-deprecate Oracle 2pcMike Bayer2021-02-032-9/+19
| |/
* | Implement support for functions as FROM with columns clause supportMike Bayer2021-02-033-25/+178
* | don't fail if purge recyclebin fails/mutex on registryMike Bayer2021-02-021-4/+7
* | set identifier length for MySQL constraints to 64Mike Bayer2021-01-301-0/+1
* | Use schema._copy_expression() fully in column collection constraintsGord Thompson2021-01-292-5/+15
* | Allow Oracle CLOB/NCLOB/BLOB in returningMike Bayer2021-01-281-3/+47
|/
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-2415-25/+25
* include negation symbol in numeric default matchMike Bayer2021-01-231-2/+2
* Revert "Implement support for functions as FROM with columns clause support"Mike Bayer2021-01-211-13/+0
* Implement support for functions as FROM with columns clause supportMike Bayer2021-01-201-0/+13
* Merge "Disallow non-native psycopg2 Unicode in Python 3; update docs"mike bayer2021-01-191-56/+64
|\
| * Disallow non-native psycopg2 Unicode in Python 3; update docsFederico Caselli2021-01-191-56/+64
* | Merge "``Identity`` implies ``nullable=False``."mike bayer2021-01-172-5/+6
|\ \
| * | ``Identity`` implies ``nullable=False``.Federico Caselli2021-01-162-5/+6
* | | introduce generalized decorator to prevent invalid method callsMike Bayer2021-01-163-0/+30
|/ /
* | run handle error for commit/rollback fail and cancel transactionMike Bayer2021-01-151-6/+18
|/
* Merge "update execute() arg formats in modules and tests"mike bayer2021-01-153-6/+14
|\
| * update execute() arg formats in modules and testsMike Bayer2021-01-153-6/+14
* | Merge "Add mssql+turbodbc to external dialect list"mike bayer2021-01-151-0/+10
|\ \ | |/ |/|
| * Add mssql+turbodbc to external dialect listGord Thompson2021-01-131-0/+10
* | reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-137-25/+93
|/
* Update connect args for pymysql 1.0.0; aiomysql fixesMike Bayer2021-01-073-8/+17
* Check for column expr in Oracle RETURNING checkMike Bayer2021-01-041-0/+1
* happy new yearMike Bayer2021-01-0452-52/+52
* remove metadata.bind use from test suiteMike Bayer2021-01-031-0/+24
* Cache asyngpg prepared statementsMike Bayer2021-01-021-21/+157
* Merge "Support casting to ``FLOAT`` in MySQL and MariaDb."mike bayer2021-01-011-1/+17
|\
| * Support casting to ``FLOAT`` in MySQL and MariaDb.Federico Caselli2020-12-301-1/+17
* | Support testing of async drivers without fallback modeFederico Caselli2020-12-302-6/+22
|/
* narrow the check for double-paren exprs in mysql create_indexMike Bayer2020-12-261-4/+6
* Fix issues with JSON and float/numericGord Thompson2020-12-202-13/+29
* Repair mssql dep tests; have __only_on__ imply __backend__Mike Bayer2020-12-191-0/+20
* Merge "test fixes for oracle 18c"mike bayer2020-12-182-2/+17
|\
| * test fixes for oracle 18cMike Bayer2020-12-182-2/+17
* | Gracefully degrade on v$transaction not readableMike Bayer2020-12-181-4/+35
|/
* Merge "Support IF EXISTS/IF NOT EXISTS for DDL constructs"mike bayer2020-12-143-3/+21
|\
| * Support IF EXISTS/IF NOT EXISTS for DDL constructsRamonWill2020-12-143-3/+21
* | Remove autoload=True referencesGord Thompson2020-12-123-9/+8
* | Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-113-15/+17
|\ \
| * | correct for "autocommit" deprecation warningMike Bayer2020-12-113-15/+17