| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | - add a topological rule here to place PARTITIONS after PARTITION_BY, | Mike Bayer | 2014-02-19 | 1 | -1/+2 |
| * | - Added new MySQL-specific :class:`.mysql.DATETIME` which includes | Mike Bayer | 2014-02-19 | 1 | -17/+73 |
| * | Merge branch 'master' of https://bitbucket.org/50onred/sqlalchemy/overview in... | Mike Bayer | 2014-02-19 | 1 | -2/+2 |
| |\ |
|
| | * | Fixes MySQL dialect partitioning | Marcus McCurdy | 2014-02-14 | 1 | -2/+2 |
| * | | - update mysql connector python link, #2938 | Mike Bayer | 2014-02-18 | 1 | -1/+1 |
| * | | - Support has been improved for Postgresql reflection behavior on very old | Mike Bayer | 2014-02-18 | 1 | -22/+27 |
| * | | update docs re: cx_oracle unicode as of 0.9.2, no more outputtypehandlers | Mike Bayer | 2014-02-18 | 2 | -22/+33 |
| * | | - rewrite SQLite reflection tests into one consistent fixture, which tests | Mike Bayer | 2014-02-16 | 1 | -25/+31 |
| * | | - The SQLite dialect will now skip unsupported arguments when reflecting | Mike Bayer | 2014-02-16 | 1 | -1/+8 |
| * | | - changelog + documentation for pullreq github:65 | Mike Bayer | 2014-02-16 | 1 | -6/+57 |
| * | | Merge branch 'master' of https://github.com/eblume/sqlalchemy into t | Mike Bayer | 2014-02-16 | 2 | -154/+165 |
| |\ \ |
|
| | * | | SQLite dialect - support relection from affinitypr/65 | Erich Blume | 2014-02-03 | 1 | -11/+36 |
| | * | | PEP-8 compliance for dialects/sqlite/base.py | Erich Blume | 2014-01-30 | 2 | -143/+129 |
| * | | | Merge pull request #64 from LevonXXL/master | mike bayer | 2014-02-16 | 1 | -0/+4 |
| |\ \ \ |
|
| | * | | | python_type for ARRAY (PGArray)pr/64 | Terentev | 2014-02-03 | 1 | -0/+4 |
| * | | | | - add documentation regarding native hstore flag, psycopg2 | Mike Bayer | 2014-02-16 | 1 | -4/+31 |
| * | | | | - expand docs on MySQL table arguments beyond just storage engines | Mike Bayer | 2014-02-15 | 1 | -30/+63 |
| * | | | | - Added server version detection to the newly added dialect startup | Mike Bayer | 2014-02-14 | 1 | -1/+2 |
| * | | | | - Revised this very old issue where the Postgresql "get primary key" | Mike Bayer | 2014-02-14 | 1 | -1/+15 |
| | |_|/
|/| | |
|
| * | | | Parse server version info more robustlypr/69 | Matt (work) | 2014-02-11 | 1 | -1/+8 |
| * | | | - Fixed bug which prevented MySQLdb-based dialects (e.g. | Mike Bayer | 2014-02-03 | 1 | -0/+1 |
| |/ / |
|
| * | | - add a few missing methods to the cymysql dialect | Mike Bayer | 2014-02-02 | 1 | -0/+8 |
| * | | - Added :paramref:`.MetaData.reflect.**dialect_kwargs` | Mike Bayer | 2014-02-02 | 1 | -38/+149 |
| * | | - Fixed bug whereby SQLite compiler failed to propagate compiler arguments | Mike Bayer | 2014-01-31 | 1 | -2/+2 |
| |/ |
|
| * | - Added new test coverage for so-called "down adaptions" of SQL types, | Mike Bayer | 2014-01-22 | 2 | -8/+10 |
| * | - some test fixes | Mike Bayer | 2014-01-19 | 1 | -2/+4 |
| * | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 7 | -33/+77 |
| * | - changelog for pullreq:11 | Mike Bayer | 2014-01-18 | 1 | -1/+1 |
| * | Merge branch 'patch-msql-pkc-clustered' of bitbucket.org:dharland/sqlalchemy ... | Mike Bayer | 2014-01-18 | 1 | -8/+71 |
| |\ |
|
| | * | Bug Fix: Stop generating bad sql if an empty UniqueConstraint() is given | donkopotamus | 2014-01-17 | 1 | -0/+2 |
| | * | Support mssql_clustered option on UniqueConstraint (plus docs and test) | donkopotamus | 2014-01-17 | 1 | -4/+29 |