summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | | | - cx_Oracle.makedsn can now be passed service_name; squashSławek Ehlert2014-04-021-2/+20
| |_|/ |/| |
* | | - The MySQL dialect now renders TIMESTAMP with NULL / NOT NULL inMike Bayer2015-02-051-48/+40
* | | - Repaired support for Postgresql UUID types in conjunction withMike Bayer2015-02-011-3/+35
* | | - Added support for the :class:`postgresql.JSONB` datatype whenMike Bayer2015-01-311-10/+16
* | | Merge remote-tracking branch 'origin/pr/145' into pr145Mike Bayer2015-01-311-2/+14
|\ \ \
| * | | Psycopg2 JSONB support.pr/145Mateusz Susik2014-10-241-2/+14
* | | | - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-261-3/+6
* | | | Added psycopg2cffi dialectShaun Stanworth2015-01-263-4/+61
| |_|/ |/| |
* | | - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-203-2/+4
* | | - Custom dialects that implement :class:`.GenericTypeCompiler` canMike Bayer2015-01-167-170/+176
* | | - Fixed bug where Postgresql dialect would fail to render anMike Bayer2015-01-161-2/+7