| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Added a new type :class:`.postgresql.OID` to the Postgresql dialect. | Mike Bayer | 2014-06-20 | 2 | -2/+15 |
| * | - Fixed bug where column names added to ``mysql_length`` parameter | Mike Bayer | 2014-06-18 | 1 | -3/+7 |
| * | - remove drizzle dialect | Mike Bayer | 2014-05-30 | 5 | -589/+123 |
| * | - changelog + docs for pg8000 transaction isolation level | Mike Bayer | 2014-05-30 | 3 | -2/+39 |
| * | Merge branch 'master' of https://github.com/tlocke/sqlalchemy into tlocke-master | Mike Bayer | 2014-05-30 | 1 | -21/+40 |
| |\ |
|
| | * | PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88 | Tony Locke | 2014-05-22 | 1 | -14/+11 |
| | * | Autocommit isolation level for postgresql+pg8000 | Tony Locke | 2014-05-22 | 1 | -0/+24 |
| | * | Updated doc string for postgresql+pg8000 dialect | Tony Locke | 2014-05-21 | 1 | -10/+8 |
| | * | pg8000.dbapi is now just pg8000 | Tony Locke | 2014-05-21 | 1 | -1/+1 |
| * | | update comments | Mike Bayer | 2014-05-30 | 1 | -4/+6 |
| * | | Merge branch 'psycopg_disconnect' of https://github.com/dirkmueller/sqlalchemy | Mike Bayer | 2014-05-30 | 1 | -1/+5 |
| |\ \ |
|
| | * | | Another Variant for detecting if a connection is closedpr/87 | Dirk Mueller | 2014-05-11 | 1 | -1/+5 |
| * | | | - Added the ``hashable=False`` flag to the PG :class:`.HSTORE` type, which | Mike Bayer | 2014-05-25 | 1 | -0/+1 |
| * | | | - repair oracle compilation for new limit/offset system. | Mike Bayer | 2014-05-24 | 1 | -15/+26 |
| * | | | - fix some identity map accessors | Mike Bayer | 2014-05-24 | 1 | -1/+1 |
| * | | | - more tests, including backend tests | Mike Bayer | 2014-05-16 | 1 | -17/+34 |
| * | | | Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i... | Mike Bayer | 2014-05-16 | 7 | -40/+44 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | Remove unused import | Dobes Vandermeer | 2014-04-25 | 1 | -1/+0 |
| | * | | Remove unused import | Dobes Vandermeer | 2014-04-25 | 1 | -1/+0 |
| | * | | Pull out offset/limit to a local variable to reduce the impact of the ineffic... | Dobes Vandermeer | 2014-04-25 | 1 | -8/+10 |
| | * | | Remove unused import | Dobes Vandermeer | 2014-04-25 | 1 | -1/+0 |
| | * | | Use _offset_clause and _limit_clause, which are always Visitable and usually ... | Dobes Vandermeer | 2014-04-25 | 5 | -25/+26 |
| | * | | Extract limit/offset to variables | Dobes Vandermeer | 2014-04-25 | 1 | -5/+7 |
| | * | | Proof-of-concept implementation of supporting bindparam for offset and limit ... | Dobes Vandermeer | 2014-04-24 | 3 | -7/+9 |
| * | | | - changelog for #2785 | Mike Bayer | 2014-05-16 | 1 | -3/+6 |
| * | | | Merge branch 'zero_indexes-param-for-postgresql-ARRAY-type' of https://bitbuc... | Mike Bayer | 2014-05-16 | 1 | -1/+16 |
| |\ \ \ |
|
| | * | | | zero_indexes-param-for-postgresql-ARRAY-type | Alexey Terentev | 2014-05-13 | 1 | -1/+16 |
| * | | | | Merged in mineo/sqlalchemy/mineo/posgtresql-postgresql-1399232068499 (pull re... | Mike Bayer | 2014-05-12 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | Posgtresql -> PostgreSQL | Wieland Hoffmann | 2014-05-04 | 1 | -1/+1 |
| | | |_|/
| |/| | |
|
| * | | | | Merged in WSMcG/sqlalchemy (pull request #15)
| Mike Bayer | 2014-05-12 | 1 | -1/+1 |
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | * | | | Added optional '=' to MySQL KEY_BLOCK_SIZE regex | W. Sean McGivern | 2014-04-19 | 1 | -1/+1 |
| | | |/
| |/| |
|
| * | | | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 4 | -4/+4 |
| | |/
|/| |
|
| * | | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 7 | -13/+13 |
| |/ |
|
| * | - Revised the query used to determine the current default schema name | Mike Bayer | 2014-04-17 | 1 | -14/+8 |
| * | added an SSL related connection error | antti_haapala | 2014-04-11 | 1 | -1/+3 |
| * | - Fixed ORM bug where changing the primary key of an object, then marking | Mike Bayer | 2014-03-28 | 1 | -1/+4 |
| * | - Tweaked the settings for mysql-connector-python; in Py2K, the | Mike Bayer | 2014-03-27 | 1 | -1/+4 |
| * | - Fixed regression caused by release 0.8.5 / 0.9.3's compatibility | Mike Bayer | 2014-03-25 | 1 | -1/+4 |
| * | - Added new datatype :class:`.oracle.DATE`, which is a subclass of | Mike Bayer | 2014-03-22 | 3 | -4/+38 |
| * | take out the support paragraph and just put a basic intro | Mike Bayer | 2014-03-09 | 1 | -9/+3 |
| * | Merge pull request #75 from msabramo/pymssql_update_web_site | mike bayer | 2014-03-09 | 1 | -9/+7 |
| |\ |
|
| | * | dialects/mssql/pymssql.py: Remove second two paragraphs, as requested by @zzz...pr/75 | Marc Abramowitz | 2014-03-03 | 1 | -9/+0 |
| | * | Update pymssql dialect description, remove "limitations" section | Marc Abramowitz | 2014-02-27 | 1 | -9/+16 |
| | * | Update URL for pymssql | Marc Abramowitz | 2014-02-27 | 1 | -1/+1 |
| * | | - changelog for pullreq github:74 | Mike Bayer | 2014-03-05 | 2 | -41/+91 |
| * | | Merge branch 'master' of https://github.com/Cito/sqlalchemy into t | Mike Bayer | 2014-03-05 | 1 | -1/+19 |
| |\ \ |
|
| | * | | Restore coercion to unicode with cx_Oracle.pr/74 | Christoph Zwerschke | 2014-02-27 | 1 | -1/+19 |
| | |/ |
|
| * | | cut out the BS as far as MySQLdb urls, put the one url everyone should be using | Mike Bayer | 2014-03-04 | 1 | -22/+14 |
| |/ |
|
| * | fix typorel_0_9_3 | Mike Bayer | 2014-02-19 | 1 | -1/+1 |
| * | - Added an additional message to psycopg2 disconnect detection, | Mike Bayer | 2014-02-19 | 1 | -0/+1 |