summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* - Added a new type :class:`.postgresql.OID` to the Postgresql dialect.Mike Bayer2014-06-202-2/+15
* - Fixed bug where column names added to ``mysql_length`` parameterMike Bayer2014-06-181-3/+7
* - remove drizzle dialectMike Bayer2014-05-305-589/+123
* - changelog + docs for pg8000 transaction isolation levelMike Bayer2014-05-303-2/+39
* Merge branch 'master' of https://github.com/tlocke/sqlalchemy into tlocke-masterMike Bayer2014-05-301-21/+40
|\
| * PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88Tony Locke2014-05-221-14/+11
| * Autocommit isolation level for postgresql+pg8000Tony Locke2014-05-221-0/+24
| * Updated doc string for postgresql+pg8000 dialectTony Locke2014-05-211-10/+8
| * pg8000.dbapi is now just pg8000Tony Locke2014-05-211-1/+1
* | update commentsMike Bayer2014-05-301-4/+6
* | Merge branch 'psycopg_disconnect' of https://github.com/dirkmueller/sqlalchemyMike Bayer2014-05-301-1/+5
|\ \
| * | Another Variant for detecting if a connection is closedpr/87Dirk Mueller2014-05-111-1/+5
* | | - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, whichMike Bayer2014-05-251-0/+1
* | | - repair oracle compilation for new limit/offset system.Mike Bayer2014-05-241-15/+26
* | | - fix some identity map accessorsMike Bayer2014-05-241-1/+1
* | | - more tests, including backend testsMike Bayer2014-05-161-17/+34
* | | Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i...Mike Bayer2014-05-167-40/+44
|\ \ \ | |_|/ |/| |
| * | Remove unused importDobes Vandermeer2014-04-251-1/+0
| * | Remove unused importDobes Vandermeer2014-04-251-1/+0
| * | Pull out offset/limit to a local variable to reduce the impact of the ineffic...Dobes Vandermeer2014-04-251-8/+10
| * | Remove unused importDobes Vandermeer2014-04-251-1/+0
| * | Use _offset_clause and _limit_clause, which are always Visitable and usually ...Dobes Vandermeer2014-04-255-25/+26
| * | Extract limit/offset to variablesDobes Vandermeer2014-04-251-5/+7
| * | Proof-of-concept implementation of supporting bindparam for offset and limit ...Dobes Vandermeer2014-04-243-7/+9
* | | - changelog for #2785Mike Bayer2014-05-161-3/+6
* | | Merge branch 'zero_indexes-param-for-postgresql-ARRAY-type' of https://bitbuc...Mike Bayer2014-05-161-1/+16
|\ \ \
| * | | zero_indexes-param-for-postgresql-ARRAY-typeAlexey Terentev2014-05-131-1/+16
* | | | Merged in mineo/sqlalchemy/mineo/posgtresql-postgresql-1399232068499 (pull re...Mike Bayer2014-05-121-1/+1
|\ \ \ \
| * | | | Posgtresql -> PostgreSQLWieland Hoffmann2014-05-041-1/+1
| | |_|/ | |/| |
* | | | Merged in WSMcG/sqlalchemy (pull request #15) Mike Bayer2014-05-121-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Added optional '=' to MySQL KEY_BLOCK_SIZE regexW. Sean McGivern2014-04-191-1/+1
| | |/ | |/|
* | | Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-114-4/+4
| |/ |/|
* | Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-267-13/+13
|/
* - Revised the query used to determine the current default schema nameMike Bayer2014-04-171-14/+8
* added an SSL related connection errorantti_haapala2014-04-111-1/+3
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-281-1/+4
* - Tweaked the settings for mysql-connector-python; in Py2K, theMike Bayer2014-03-271-1/+4
* - Fixed regression caused by release 0.8.5 / 0.9.3's compatibilityMike Bayer2014-03-251-1/+4
* - Added new datatype :class:`.oracle.DATE`, which is a subclass ofMike Bayer2014-03-223-4/+38
* take out the support paragraph and just put a basic introMike Bayer2014-03-091-9/+3
* Merge pull request #75 from msabramo/pymssql_update_web_sitemike bayer2014-03-091-9/+7
|\
| * dialects/mssql/pymssql.py: Remove second two paragraphs, as requested by @zzz...pr/75Marc Abramowitz2014-03-031-9/+0
| * Update pymssql dialect description, remove "limitations" sectionMarc Abramowitz2014-02-271-9/+16
| * Update URL for pymssqlMarc Abramowitz2014-02-271-1/+1
* | - changelog for pullreq github:74Mike Bayer2014-03-052-41/+91
* | Merge branch 'master' of https://github.com/Cito/sqlalchemy into tMike Bayer2014-03-051-1/+19
|\ \
| * | Restore coercion to unicode with cx_Oracle.pr/74Christoph Zwerschke2014-02-271-1/+19
| |/
* | cut out the BS as far as MySQLdb urls, put the one url everyone should be usingMike Bayer2014-03-041-22/+14
|/
* fix typorel_0_9_3Mike Bayer2014-02-191-1/+1
* - Added an additional message to psycopg2 disconnect detection,Mike Bayer2014-02-191-0/+1