From: Mike Bayer Date: Wed, 6 Nov 2019 14:42:42 +0000 (-0500) Subject: Squashed commit of the following: X-Git-Tag: rel_1_3_11~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=307c4c4c5cbdd59e075bbe8f45274635cdd34e9b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Squashed commit of the following: commit e7fc2b2a73789460a29534e3566880313542f218 Author: Daniel Gaspar Date: Mon Nov 4 14:49:54 2019 +0000 [docs] Fix, missing dot commit 751d269d369fb52f079eb14e7b455da402623961 Author: Daniel Gaspar Date: Mon Nov 4 14:46:01 2019 +0000 [docs] Apache Druid and Google sheets dialects Change-Id: I6462b310635210649564ce0399393ec194daf774 (cherry picked from commit 6ccf862747783346221d02d4e804f0ef11c9fc64) --- diff --git a/doc/build/dialects/index.rst b/doc/build/dialects/index.rst index 9c300e5496..475ccd4472 100644 --- a/doc/build/dialects/index.rst +++ b/doc/build/dialects/index.rst @@ -62,3 +62,5 @@ Currently maintained external dialect projects for SQLAlchemy include: * `sqlalchemy-access `_ - driver for Microsoft Access, on top of `pyodbc `_. * `elasticsearch-dbapi `_ - readonly driver for Elasticsearch. +* `pydruid `_ - driver for Apache Druid. +* `gsheets `_ - driver for Google Sheets.