| Commit message (Expand) | Author | Age | Files | Lines |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - MySQL error 2014 "commands out of sync" appears to be raised as a | Mike Bayer | 2014-06-27 | 1 | -1/+1 |
* | - Fixed bug where column names added to ``mysql_length`` parameter | Mike Bayer | 2014-06-18 | 1 | -3/+7 |
* | - fix some identity map accessors | Mike Bayer | 2014-05-24 | 1 | -1/+1 |
* | Merge branch 'issue_3034' of https://bitbucket.org/dobesv/sqlalchemy/branch/i... | Mike Bayer | 2014-05-16 | 1 | -8/+8 |
|\ |
|
| * | Use _offset_clause and _limit_clause, which are always Visitable and usually ... | Dobes Vandermeer | 2014-04-25 | 1 | -8/+8 |
* | | Added optional '=' to MySQL KEY_BLOCK_SIZE regex | W. Sean McGivern | 2014-04-19 | 1 | -1/+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 |
* | | - expand docs on MySQL table arguments beyond just storage engines | Mike Bayer | 2014-02-15 | 1 | -30/+63 |
|/ |
|
* | - Added new test coverage for so-called "down adaptions" of SQL types, | Mike Bayer | 2014-01-22 | 1 | -3/+4 |
* | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 1 | -9/+25 |
* | - The MySQL CAST compilation now takes into account aspects of a string | Mike Bayer | 2014-01-13 | 1 | -9/+25 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - Improvements to the system by which SQL types generate within | Mike Bayer | 2013-12-18 | 1 | -8/+27 |
* | - work in progress, will squash | Mike Bayer | 2013-11-28 | 1 | -10/+3 |
* | Merge branch 'for_update_of' of github.com:mlassnig/sqlalchemy into for_updat... | Mike Bayer | 2013-11-28 | 1 | -1/+8 |
|\ |
|
| * | added LockmodeArgspr/42 | Mario Lassnig | 2013-11-28 | 1 | -1/+8 |
* | | - evaulate decimal_return_scale statelessly. Don't re-assign to self.decimal... | Mike Bayer | 2013-11-23 | 1 | -2/+0 |
* | | - The precision used when coercing a returned floating point value to | Mike Bayer | 2013-11-22 | 1 | -1/+18 |
|/ |
|
* | - Fix and test parsing of MySQL foreign key options within reflection; | Mike Bayer | 2013-10-25 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183 | Mike Bayer | 2013-10-25 | 1 | -1/+1 |
|\ |
|
| * | #2183: Metadata.reflect() foreign keys include options when the dialect expos... | ijl | 2013-10-13 | 1 | -1/+1 |
* | | - The change in :ticket:`2721`, which is that the ``deferrable`` keyword | Mike Bayer | 2013-10-18 | 1 | -1/+40 |
* | | The MySQL :class:`.mysql.SET` type now features the same auto-quoting | Mike Bayer | 2013-10-14 | 1 | -66/+87 |
* | | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 1 | -1/+2 |
|/ |
|
* | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 1 | -4/+3 |
* | move FAQ to the docs, [ticket:2133] | Mike Bayer | 2013-08-21 | 1 | -0/+2 |
* | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -2/+2 |
* | Updates to MySQL reserved words for versions 5.5, 5.6, courtesy | Mike Bayer | 2013-07-31 | 1 | -0/+10 |
* | this comment is ancient | Mike Bayer | 2013-06-09 | 1 | -5/+0 |
* | Add basic support of unique constraints reflectionpr/4 | Roman Podolyaka | 2013-06-09 | 1 | -0/+15 |
* | - changelog for [ticket:2704] | Mike Bayer | 2013-06-08 | 1 | -9/+13 |
* | Fix using of 'mysql_length' for composite indexes | Roman Podolyaka | 2013-06-08 | 1 | -7/+25 |
* | The ``deferrable`` keyword argument on :class:`.ForeignKey` and | Mike Bayer | 2013-06-03 | 1 | -0/+2 |
* | mysql tests | Mike Bayer | 2013-05-26 | 1 | -5/+1 |
* | merge default | Mike Bayer | 2013-04-29 | 1 | -26/+15 |
|\ |
|
| * | - fix long-outdated documentation for sql_mode/ansiquotes, | Mike Bayer | 2013-04-29 | 1 | -26/+15 |
* | | plugging away | Mike Bayer | 2013-04-27 | 1 | -18/+9 |
* | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -21/+23 |
|/ |
|
* | - changelog | Mike Bayer | 2013-04-21 | 1 | -1/+1 |
* | merge cymysql branch | Mike Bayer | 2013-04-21 | 1 | -1/+1 |
|\ |
|
| * | select not return rowcount at mysql+cymysql | Hajime Nakagami | 2013-04-06 | 1 | -1/+1 |
* | | - Improvements to the operation of the pymysql dialect on | Mike Bayer | 2013-04-21 | 1 | -5/+2 |
* | | Merged in bentrofatter/sqlalchemy-2663 (pull request #49) | Mike Bayer | 2013-04-21 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | Added workaround for pymysql3 double wrapping ProgrammingErrors to pymysql di... | Ben Trofatter | 2013-03-18 | 1 | -0/+5 |
* | | - add a nose runner that erases out argv, otherwise | Mike Bayer | 2013-03-25 | 1 | -1/+0 |
|/ |
|
* | more egregious long lines | Mike Bayer | 2013-02-02 | 1 | -37/+68 |