summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* ReST fix: missing backtickMarius Gedminas2016-03-211-1/+1
* - backport doc improvements from 31f96c27a5fea302358ba580313a2f742c12b83d re:Mike Bayer2016-03-152-13/+27
* - add notes for pyodbc limitations with rowcount fixes #3675Mike Bayer2016-03-152-0/+41
* Removed entry that causes AttributeError (#3621) - Oracle zxJDBC fails with A...Carlos Rivas2016-02-021-2/+1
* - happy new yearMike Bayer2016-01-2948-48/+48
* - documenation updates to clarify specific SQLite versionsMike Bayer2016-01-211-2/+14
* - update oracle JDBC driver URL, fixes #3554Mike Bayer2016-01-201-2/+1
* Fix ArrayOfEnum's handling of empty arrays.Chase2016-01-201-1/+1
* Remove quote on first DATEPART paramaterGuillaume DOUMENC2016-01-121-1/+1
* - An adjustment to the regular expression used to parse MySQL views,Mike Bayer2015-12-221-1/+1
* Add new reserved words for MySQL 5.7.Hanno Schlichting2015-12-221-0/+2
* - Fixed bug in MySQL reflection where the "fractional sections portion"Mike Bayer2015-12-071-0/+5
* - Added the error "20006: Write to the server failed" to the listMike Bayer2015-11-301-1/+2
* - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"Diana Clarke2015-11-301-1/+1
* fix postgresql exclude contraint to check when= against None rather than __bo...aisch2015-11-301-1/+1
* - A descriptive ValueError is now raised in the event that SQL serverMike Bayer2015-11-301-2/+10
* - Fixed the ``.python_type`` attribute of :class:`.postgresql.INTERVAL`Mike Bayer2015-11-191-0/+6
* - extend pullreq github:213 to also include DATETIMEOFFSET and TIME,Mike Bayer2015-11-141-2/+2
* Pass precision value to mssql.DATETIME2 when it is 0Jacobo de Vera2015-11-141-1/+1
* Updated PostgreSQL links to point to "current" rather than hardcoded versionJeff Widman2015-11-101-2/+2
* Update links in SQLAlchemy docs that point to postgres docs to use 'devel' ra...Jeff Widman2015-11-101-2/+2
* - cross-linking for pool recycle featureMike Bayer2015-10-301-0/+5
* Update base.pyPeter Demin2015-10-081-1/+1
* - Fixed bug in Oracle dialect where reflection of tables and otherMike Bayer2015-10-051-0/+3
* - document workaround type for ARRAY of ENUM, fixes #3467Mike Bayer2015-08-181-0/+45
* - Fixed two issues regarding Sybase reflection, allowing tablesMike Bayer2015-08-101-6/+9
* - 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