summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* Add reflection of PostgreSQL index access methods (USING clause)pr/179Pete Hollobon2015-06-041-3/+13
* Add reflection of PostgreSQL index storage optionsPete Hollobon2015-06-041-3/+9
* Add support for PostgreSQL index storage parametersPete Hollobon2015-06-031-0/+17
* Update to correct TDS version; FreeTDS only supports up to 7.3. 8.0 is not a ...pr/176Allen, Timothy2015-05-281-2/+6
* - Fixed bug where known boolean values used byMike Bayer2015-05-262-0/+8
* - Added a new dialect flag to the MSSQL dialectMike Bayer2015-05-241-28/+107
* - document fully how to use autoincrement w/ SQLite includingMike Bayer2015-05-221-7/+67
* - Added support for the case of the misbehaving DBAPI that hasMike Bayer2015-05-151-0/+17
* - Fixed a regression that was incorrectly fixed in 1.0.0b4Mike Bayer2015-04-243-4/+0
* - Fixed support for "literal_binds" mode when using limit/offsetMike Bayer2015-04-235-10/+12
* Update base.pypr/168effem-git2015-04-231-2/+2
* - pymssql has PEP249 Binary contructor since 2.1.1pr/166Ramiro Morales2015-04-051-4/+5
* - Fixed a long-standing bug where the :class:`.Enum` type as usedMike Bayer2015-04-041-1/+1
* - Fixed bug where updated PG index reflection as a result ofMike Bayer2015-04-011-31/+53
* - also add this to Oracle, and defensively to firebird and sybaseMike Bayer2015-03-243-0/+5
* - Turned off the "simple order by" flag on the MSSQL dialect; thisMike Bayer2015-03-241-0/+1
* - Fixed unicode support for PyMySQL when using an "executemany"Mike Bayer2015-03-221-0/+5
* - more updates to the unicode mess to frame this inMike Bayer2015-03-225-75/+63
* some doc defensesMike Bayer2015-03-213-2/+10
* - Repaired the commit for issue #2771 which was inadvertently commentedMike Bayer2015-03-201-1/+1
* Merge branch 'mysqlclient' of https://bitbucket.org/methane/sqlalchemy into pr48Mike Bayer2015-03-201-0/+9
|\
| * Add mention about mysqlclientINADA Naoki2015-03-141-2/+4
* | - add a note that we aren't really doing zxjdbc right now even thoughMike Bayer2015-03-202-0/+5
* | - reorganize MySQL docs re: unicode, other cleanup and updatesMike Bayer2015-03-208-21/+79
* | Merge branch 'support-emoji-on-mysql' of https://bitbucket.org/graingert/sqla...Mike Bayer2015-03-202-1/+21
|\ \
| * | add utf8mb4 recommendationThomas Grainger2015-03-181-0/+12
| * | map MySQL encodings to python encodings fixes #2771Thomas Grainger2015-03-181-1/+9
* | | Merge remote-tracking branch 'origin/pr/158' into pr158Mike Bayer2015-03-201-1/+3
|\ \ \ | |/ / |/| |
| * | fix Python 2-specific byte conversionpr/158David Marin2015-02-051-1/+3
* | | - The "auto close" for :class:`.ResultProxy` is now a "soft" close.Mike Bayer2015-03-171-1/+1
| |/ |/|
* | - The Postgresql :class:`.postgresql.ENUM` type will emit aMike Bayer2015-03-112-16/+97
* | - copyright 2015Mike Bayer2015-03-1047-47/+47
* | - repair doclevelMike Bayer2015-03-101-1/+1
* | - changelog and docs for pullreq bitbucket:45Mike Bayer2015-03-101-0/+18
* | Merge branch 'postgres-concurrently' of https://bitbucket.org/iurisilvio/sqla...Mike Bayer2015-03-101-2/+9
|\ \
| * | Dialect option `postgresql_concurrently` to `Index` construct.Iuri de Silvio2015-02-251-2/+9
* | | - changelog / doc for sqlite partial indexesMike Bayer2015-03-101-0/+20
* | | Merge branch 'sqlite-partial-indexes' of https://bitbucket.org/groner/sqlalch...Mike Bayer2015-03-101-2/+16
|\ \ \
| * | | Partial index support with sqlite dialects.Kai Groner2015-01-261-2/+16
* | | | - rename _select_wrapsMike Bayer2015-03-082-3/+2
* | | | - the change for #918 was of course not nearly that simple.Mike Bayer2015-03-072-4/+5
* | | | - The SQL compiler now generates the mapping of expected columnspositional_targetingMike Bayer2015-03-071-2/+3
* | | | Merge remote-tracking branch 'origin/pr/132' into pr132Mike Bayer2015-03-021-14/+77
|\ \ \ \ | |_|/ / |/| | |
| * | | Changed pg8000 dialect to cope with native JSONpr/132Tony Locke2015-01-031-1/+12
| * | | Make pg8000 version detection more robustTony Locke2014-12-161-6/+11
| * | | pg8000 client_encoding in create_engine()Tony Locke2014-12-161-7/+54
* | | | - The MySQL dialect now supports CAST on types that are constructedMike Bayer2015-02-091-3/+6
* | | | - add a fix to MySQL re: #3074 tests, make sure we check table is presentMike Bayer2015-02-091-1/+2
* | | | - A warning is emitted when :func:`.cast` is used with the MySQLMike Bayer2015-02-091-0/+7
* | | | - add versionadded for service_nameMike Bayer2015-02-081-0/+2