summaryrefslogtreecommitdiff
path: root/doc/build/dialects
Commit message (Expand)AuthorAgeFilesLines
* Add JSON support for mssqlGord Thompson2020-08-191-1/+5
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+7
* Use importlib_metadata; add namespace for mariadbMike Bayer2020-08-131-2/+2
* Add a docs link to the CockroachDB dialectRafi Shamim2020-05-241-41/+44
* Deprecate unsupported dialects and dbapiFederico Caselli2020-04-292-8/+6
* Run search and replace of symbolic module namesMike Bayer2020-04-141-1/+1
* Fix almost all read-level sphinx warningsMike Bayer2020-04-111-4/+0
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-5/+0
* Clean up list of external dialectsGord Thompson2020-03-071-22/+57
* Fixes for public_factory and mysql/pg dml functionsMike Bayer2020-02-082-4/+4
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-173-13/+0
* Update index.rstTom Nolan2020-01-151-0/+1
* Add dialect for Apache SolrAhmed Adel2019-12-031-0/+1
* Squashed commit of the following:Mike Bayer2019-11-061-0/+2
* Squashed commit of the following:Mike Bayer2019-10-281-0/+1
* link to Google BigQuery dialectAidan Feldman2019-10-111-0/+1
* list sqlalchemy-access as external dialectGord Thompson2019-10-081-1/+3
* Add support for try_cast function on sqlalchemy.dialects.mssqlLeonel Atencio2019-08-121-0/+7
* Note DBAPIs and dialects that we don't supportMike Bayer2019-07-051-0/+12
* link to PyHive as a dialectAidan Feldman2019-02-271-1/+1
* Add NCHAR to Oracle dialectMike Bayer2019-02-191-1/+4
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* Feature mysqlclientMike Bayer2019-01-181-3/+3
* Update index.rst - Added link to Drill dialect.Charles S. Givre2019-01-081-0/+1
* - remove non-working dialects some of which are 404'sMike Bayer2018-12-241-44/+6
* Fixed typo in docsadriennefranke2018-12-051-1/+1
* Sqlite jsonIlja Everilä2018-07-101-1/+3
* - add docs for PG REGCLASSMike Bayer2018-07-091-8/+2
* - add sap-hanaMike Bayer2018-05-031-0/+1
* Add postgresql.MONEYCleber J Santos2017-11-161-1/+4
* Add SQL Server TIMESTAMP / ROWVERSION datatypesMike Bayer2017-10-041-0/+5
* - remove intersphinx usage, the overhead of re-fetchingMike Bayer2017-07-091-6/+6
* Implement MySQL's ON DUPLICATE KEY UPDATEMichael Doronin2017-07-031-0/+9
* added link for CrateDB supportJodok Batlogg2017-06-231-0/+1
* Add placeholder XML supportMike Bayer2017-05-261-18/+21
* Repair formatting throughout documentationKataev Denis2017-05-227-20/+20
* pytds based connector for MS-SQLGrzegorz Makarewicz2017-02-121-0/+2
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-2/+2
* Update index.rstpr/289Shige Takeda2016-07-111-1/+1
* Update index.rstShige Takeda2016-07-111-0/+1
* Consistently use the official PostgreSQL casingLele Gaifax2016-07-021-2/+2
* Add ON CONFLICT support for PostgresqlRobin Thomas2016-06-141-0/+8
* - Add support for PostgreSQL with PyGreSQLChristoph Zwerschke2016-04-151-5/+11
* - generalize the verbiage on LargeBinary so that it doesn'tMike Bayer2016-01-201-2/+0
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-062-3/+2
* Merge remote-tracking branch 'origin/pr/196' into pr196pr196Mike Bayer2015-10-221-1/+1
|\
| * Link to maintained redshift dialectpr/196Thomas Grainger2015-08-191-1/+1
* | - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-271-0/+1
* | - add PG-specific aggregate_order_by(), references #3132Mike Bayer2015-08-271-0/+2
* | - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-251-2/+2
|/