summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* - forgot to implement py3k logic for JSON.NULLMike Bayer2015-08-181-23/+21
* - as the Concatenable mixin was changed to support calling down toMike Bayer2015-08-181-1/+4
* - document workaround type for ARRAY of ENUM, fixes #3467Mike Bayer2015-08-182-0/+45
* - merge of ticket_3514 None-handling branchMike Bayer2015-08-171-1/+58
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-176-707/+756
* - Fixed two issues regarding Sybase reflection, allowing tablesMike Bayer2015-08-101-6/+9
* - Fixed issue where the SQL Server dialect would reflect a string-Mike Bayer2015-07-301-1/+1
* - Fixed support for cx_Oracle version 5.2, which was trippingMike Bayer2015-07-291-2/+5
* - An adjustment to the new Postgresql feature of reflecting storageMike Bayer2015-07-241-1/+3
* - Fixed bug in SQLite dialect where reflection of UNIQUE constraintsMike Bayer2015-07-211-1/+1
* - add a note, references #3487Mike Bayer2015-07-151-0/+10
* - Fixed issue when using :class:`.VARBINARY` type in conjunction withMike Bayer2015-06-221-2/+20
* - Re-fixed this issue first released in 1.0.5 to fix psycopg2cffiMike Bayer2015-06-221-1/+1
* - for #3455Mike Bayer2015-06-191-4/+17
* Merge remote-tracking branch 'origin/pr/179' into pr179Mike Bayer2015-06-191-3/+36
|\
| * 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
* | - Repaired the :class:`.ExcludeConstraint` construct to support commonMike Bayer2015-06-162-11/+36
* | - add test cases for pullreq github:182, where we add a newMike Bayer2015-06-141-2/+11
* | - Repaired some typing and test issues related to the pypyMike Bayer2015-06-052-5/+30
* | - document SQlite dotted name issue, fixes #3441Mike Bayer2015-06-051-0/+101
|/
* 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