| Commit message (Expand) | Author | Age | Files | Lines |
| * | - The :class:`.mysql.SET` type has been overhauled to no longer | Mike Bayer | 2015-01-03 | 2 | -0/+67 |
| * | - put this back now that we found the source of this | Mike Bayer | 2015-01-02 | 1 | -5/+1 |
| * | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 4 | -23/+212 |
| * | - Added a new accessor :attr:`.Table.foreign_key_constraints` | Mike Bayer | 2015-01-01 | 1 | -0/+7 |
| * | - fix some RST whitespace syntactical issues in toctrees | Mike Bayer | 2014-12-29 | 2 | -12/+13 |
| * | - see if we can get RTD to use this for now | Mike Bayer | 2014-12-28 | 1 | -1/+1 |
| * | bump | Mike Bayer | 2014-12-28 | 1 | -1/+1 |
| * | bump | Mike Bayer | 2014-12-28 | 1 | -1/+1 |
| * | - fix links for loading, add a redirect page | Mike Bayer | 2014-12-27 | 3 | -3/+6 |
| * | - another bump | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
| * | - remove private superclasses from docs in favor of fixing | Mike Bayer | 2014-12-27 | 5 | -16/+1 |
| * | remove pipe... | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
| * | corrections | Mike Bayer | 2014-12-27 | 8 | -23/+46 |
| * | - corrections | Mike Bayer | 2014-12-27 | 20 | -24/+77 |
| * | - make the google deprecation messages more specific, use full URL | Mike Bayer | 2014-12-19 | 1 | -0/+9 |
| * | Maul the evaulate & friends typo | Priit Laes | 2014-12-19 | 5 | -6/+6 |
| * | - Fixed bug where using a :class:`.TypeDecorator` that implemented | Mike Bayer | 2014-12-19 | 1 | -0/+11 |
| * | - create a new section on "custom load rules", to help with edge | Mike Bayer | 2014-12-19 | 1 | -0/+76 |
| * | - classical is really not the most important topic here | Mike Bayer | 2014-12-17 | 1 | -1/+1 |
| * | - squash-merge the improve_toc branch, which moves all the Sphinx styling | Mike Bayer | 2014-12-17 | 77 | -10289/+10040 |
| * | - Added a version check to the MySQLdb dialect surrounding the | Mike Bayer | 2014-12-16 | 1 | -0/+8 |
| * | - rework the migration doc sections | Mike Bayer | 2014-12-14 | 2 | -579/+585 |
| * | - automap isn't new anymore | Mike Bayer | 2014-12-14 | 1 | -1/+1 |
| * | - rework sqlite FK and unique constraint system to combine both PRAGMA | Mike Bayer | 2014-12-13 | 3 | -9/+28 |
| * | - add tentative 'changelog' documentation on #3244 | Jon Nelson | 2014-12-13 | 1 | -0/+9 |
| * | - Added new method :meth:`.Session.invalidate`, functions similarly | Mike Bayer | 2014-12-12 | 1 | -0/+12 |
| * | Removing unneeded space.pr/153 | Yuval Langer | 2014-12-09 | 1 | -1/+1 |
| * | - A new series of :class:`.Session` methods which provide hooks | Mike Bayer | 2014-12-08 | 5 | -18/+169 |
| * | start docs... | Mike Bayer | 2014-12-07 | 1 | -0/+55 |
| * | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-12-07 | 8 | -3/+428 |
| |\ |
|
| | * | - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max), | Mike Bayer | 2014-12-06 | 2 | -0/+21 |
| | * | - The SQLite dialect, when using the :class:`.sqlite.DATE`, | Mike Bayer | 2014-12-05 | 1 | -0/+18 |
| | * | - The engine-level error handling and wrapping routines will now | Mike Bayer | 2014-12-05 | 2 | -0/+38 |
| | * | - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP. | Mike Bayer | 2014-12-04 | 2 | -0/+15 |
| | * | - the refactor of the visit_alias() method in Oracle revealed | Mike Bayer | 2014-12-04 | 1 | -0/+7 |
| | * | - Added support for CTEs under Oracle. This includes some tweaks | Mike Bayer | 2014-12-04 | 3 | -0/+34 |
| | * | - Updated the "supports_unicode_statements" flag to True for MySQLdb | Mike Bayer | 2014-12-04 | 1 | -0/+11 |
| | * | - The :meth:`.Operators.match` operator is now handled such that the | Mike Bayer | 2014-12-04 | 3 | -0/+57 |
| | * | - The :meth:`.PGDialect.has_table` method will now query against | Mike Bayer | 2014-12-04 | 2 | -0/+75 |
| | * | - Fixed bug in :meth:`.Table.tometadata` method where the | Mike Bayer | 2014-11-29 | 1 | -0/+10 |
| | * | - Updated the :ref:`examples_versioned_history` example such that | Mike Bayer | 2014-11-26 | 2 | -0/+15 |
| | * | - changelog, improve docstring/test for #3217. fixes #3217 | Mike Bayer | 2014-11-26 | 1 | -0/+9 |
| | * | - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns` | Mike Bayer | 2014-11-25 | 2 | -1/+29 |
| | * | - The :meth:`.PropComparator.of_type` modifier has been | Mike Bayer | 2014-11-24 | 2 | -1/+42 |
| | * | - Fixed a bug in the examples/generic_assocaitions/discriminator_on_associati... | Mike Bayer | 2014-11-24 | 1 | -0/+9 |
| | * | - Fixed a leak which would occur in the unsupported and highly | Mike Bayer | 2014-11-13 | 1 | -0/+12 |
| | * | - don't do inline string interpolation when logging | Jon Nelson | 2014-11-11 | 1 | -2/+2 |
| | * | - Fixed issue where the columns from a SELECT embedded in an | Mike Bayer | 2014-11-11 | 1 | -0/+12 |
| | * | - The :attr:`.Column.key` attribute is now used as the source of | Mike Bayer | 2014-11-10 | 1 | -0/+13 |
| * | | Merge branch 'master' into ticket_3100 | Mike Bayer | 2014-11-06 | 13 | -227/+1624 |
| |\ \
| |/ |
|