| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
| * | - Liberalized the contract for :class:`.Index` a bit in that you can | Mike Bayer | 2014-04-19 | 1 | -2/+69 |
| * | - Fixed bug in new :meth:`.DialectKWArgs.argument_for` method where | Mike Bayer | 2014-04-15 | 1 | -0/+11 |
| * | :paramref:`.MetaData.naming_convention` feature will now also | Mike Bayer | 2014-03-12 | 1 | -0/+17 |
| * | - Fixed bug in new :paramref:`.MetaData.naming_convention` feature | Mike Bayer | 2014-03-12 | 1 | -1/+37 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -11/+1 |
| * | - The new dialect-level keyword argument system for schema-level | Mike Bayer | 2014-02-25 | 1 | -0/+133 |
| * | - Fixed regression in new "naming convention" feature where conventions | Mike Bayer | 2014-02-05 | 1 | -2/+20 |
| * | - The behavior of :meth:`.Table.tometadata` has been adjusted such that | Mike Bayer | 2014-02-02 | 1 | -168/+308 |
| * | - Added a new feature which allows automated naming conventions to be | Mike Bayer | 2014-02-01 | 1 | -8/+74 |
| * | - simplify the mechanics of PrimaryKeyConstraint with regards to reflection; | Mike Bayer | 2014-01-20 | 1 | -1/+72 |
| * | - alter behavior such that dialect_kwargs is still immutable, but | Mike Bayer | 2014-01-19 | 1 | -18/+48 |
| * | - some test fixes | Mike Bayer | 2014-01-19 | 1 | -12/+5 |
| * | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 1 | -1/+245 |
| * | - The :class:`.ForeignKey` class more aggressively checks the given | Mike Bayer | 2013-12-11 | 1 | -1/+40 |
| * | - The :meth:`.Table.tometadata` method now produces copies of | Mike Bayer | 2013-10-18 | 1 | -1/+41 |
| * | The ``.unique`` flag on :class:`.Index` could be produced as ``None`` | Mike Bayer | 2013-10-14 | 1 | -0/+22 |
| * | The "name" attribute is set on :class:`.Index` before the "attach" | Mike Bayer | 2013-10-11 | 1 | -4/+9 |
| * | - these tests now fail on a normalize name DB, as they should! because we're ... | Mike Bayer | 2013-08-28 | 1 | -0/+6 |
| * | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 1 | -12/+20 |
| * | tweak this for now, would need a test | Mike Bayer | 2013-06-23 | 1 | -11/+0 |
| * | The resolution of :class:`.ForeignKey` objects to their | Mike Bayer | 2013-06-23 | 1 | -33/+317 |
| * | Fixed bug whereby joining a select() of a table "A" with multiple | Mike Bayer | 2013-06-03 | 1 | -0/+24 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -2/+2 |
| * | - :meth:`.MetaData.create_all` and :meth:`.MetaData.drop_all` will | Mike Bayer | 2013-03-02 | 1 | -0/+1 |
| * | - some linter cleanup, though have disabled the newer linter rules which are ... | Mike Bayer | 2013-03-02 | 1 | -40/+45 |
| * | Added a new argument to :class:`.Enum` and its base | Mike Bayer | 2013-02-01 | 1 | -1/+98 |
| * | Fixed bug where :meth:`.Table.tometadata` would fail if a | Mike Bayer | 2013-01-27 | 1 | -0/+12 |
| * | Fixed bug where using server_onupdate=<FetchedValue|DefaultClause> | Mike Bayer | 2012-12-08 | 1 | -0/+31 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -8/+8 |
| * | - [bug] When the primary key column of a Table | Mike Bayer | 2012-09-23 | 1 | -1/+16 |
| * | - [feature] An explicit error is raised when | Mike Bayer | 2012-09-23 | 1 | -0/+28 |
| * | - clean pyflakes | Mike Bayer | 2012-09-23 | 1 | -50/+48 |
| * | finished fixes for mxodbc; need to use at least version 3.2.1 | Mike Bayer | 2012-09-21 | 1 | -0/+1 |
| * | - [feature] Added a hook to the system of rendering | Mike Bayer | 2012-09-09 | 1 | -0/+42 |
| * | fixes to prevent the new MyISAM engine from breaking other tests | Mike Bayer | 2012-08-29 | 1 | -0/+1 |
| * | - adjustments for py3.3 unit tests, [ticket:2542] | Mike Bayer | 2012-08-11 | 1 | -1/+1 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -52/+52 |
| * | - [bug] Index will raise when arguments passed | Mike Bayer | 2012-02-12 | 1 | -1/+1 |
| * | - [feature] New reflection feature "autoload_replace"; | Mike Bayer | 2012-01-28 | 1 | -0/+11 |
| * | - [feature] Added new support for remote "schemas": | Mike Bayer | 2011-10-23 | 1 | -28/+164 |
| * | - Modified Column.copy() to use _constructor(), | Mike Bayer | 2011-09-23 | 1 | -0/+15 |
| * | - Added a slightly nicer __repr__() to SchemaItem | Mike Bayer | 2011-08-14 | 1 | -17/+39 |
| * | - Added an informative error message when | Mike Bayer | 2011-07-21 | 1 | -0/+33 |
| * | - Fixed bug whereby if FetchedValue was passed | Mike Bayer | 2011-04-23 | 1 | -0/+78 |
| * | - Added explicit check for when Column .name | Mike Bayer | 2011-04-20 | 1 | -3/+25 |
| * | - Before/after attach events for PrimaryKeyConstraint | Mike Bayer | 2011-04-17 | 1 | -4/+48 |
| * | - The 'useexisting' flag on Table has been superceded | Mike Bayer | 2011-04-05 | 1 | -6/+222 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -8/+10 |
| * | - convert @provide_metadata to use self access | Mike Bayer | 2011-03-26 | 1 | -0/+1 |