summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* - The :class:`.mysql.SET` type has been overhauled to no longerMike Bayer2015-01-032-0/+67
* - put this back now that we found the source of thisMike Bayer2015-01-021-5/+1
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-014-23/+212
* - Added a new accessor :attr:`.Table.foreign_key_constraints`Mike Bayer2015-01-011-0/+7
* - fix some RST whitespace syntactical issues in toctreesMike Bayer2014-12-292-12/+13
* - see if we can get RTD to use this for nowMike Bayer2014-12-281-1/+1
* bumpMike Bayer2014-12-281-1/+1
* bumpMike Bayer2014-12-281-1/+1
* - fix links for loading, add a redirect pageMike Bayer2014-12-273-3/+6
* - another bumpMike Bayer2014-12-271-1/+1
* - remove private superclasses from docs in favor of fixingMike Bayer2014-12-275-16/+1
* remove pipe...Mike Bayer2014-12-271-1/+1
* correctionsMike Bayer2014-12-278-23/+46
* - correctionsMike Bayer2014-12-2720-24/+77
* - make the google deprecation messages more specific, use full URLMike Bayer2014-12-191-0/+9
* Maul the evaulate & friends typoPriit Laes2014-12-195-6/+6
* - Fixed bug where using a :class:`.TypeDecorator` that implementedMike Bayer2014-12-191-0/+11
* - create a new section on "custom load rules", to help with edgeMike Bayer2014-12-191-0/+76
* - classical is really not the most important topic hereMike Bayer2014-12-171-1/+1
* - squash-merge the improve_toc branch, which moves all the Sphinx stylingMike Bayer2014-12-1777-10289/+10040
* - Added a version check to the MySQLdb dialect surrounding theMike Bayer2014-12-161-0/+8
* - rework the migration doc sectionsMike Bayer2014-12-142-579/+585
* - automap isn't new anymoreMike Bayer2014-12-141-1/+1
* - rework sqlite FK and unique constraint system to combine both PRAGMAMike Bayer2014-12-133-9/+28
* - add tentative 'changelog' documentation on #3244Jon Nelson2014-12-131-0/+9
* - Added new method :meth:`.Session.invalidate`, functions similarlyMike Bayer2014-12-121-0/+12
* Removing unneeded space.pr/153Yuval Langer2014-12-091-1/+1
* - A new series of :class:`.Session` methods which provide hooksMike Bayer2014-12-085-18/+169
* start docs...Mike Bayer2014-12-071-0/+55
* Merge branch 'master' into ticket_3100Mike Bayer2014-12-078-3/+428
|\
| * - SQL Server 2012 now recommends VARCHAR(max), NVARCHAR(max),Mike Bayer2014-12-062-0/+21
| * - The SQLite dialect, when using the :class:`.sqlite.DATE`,Mike Bayer2014-12-051-0/+18
| * - The engine-level error handling and wrapping routines will nowMike Bayer2014-12-052-0/+38
| * - New Oracle DDL features for tables, indexes: COMPRESS, BITMAP.Mike Bayer2014-12-042-0/+15
| * - the refactor of the visit_alias() method in Oracle revealedMike Bayer2014-12-041-0/+7
| * - Added support for CTEs under Oracle. This includes some tweaksMike Bayer2014-12-043-0/+34
| * - Updated the "supports_unicode_statements" flag to True for MySQLdbMike Bayer2014-12-041-0/+11
| * - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-043-0/+57
| * - The :meth:`.PGDialect.has_table` method will now query againstMike Bayer2014-12-042-0/+75
| * - Fixed bug in :meth:`.Table.tometadata` method where theMike Bayer2014-11-291-0/+10
| * - Updated the :ref:`examples_versioned_history` example such thatMike Bayer2014-11-262-0/+15
| * - changelog, improve docstring/test for #3217. fixes #3217Mike Bayer2014-11-261-0/+9
| * - The behavioral contract of the :attr:`.ForeignKeyConstraint.columns`Mike Bayer2014-11-252-1/+29
| * - The :meth:`.PropComparator.of_type` modifier has beenMike Bayer2014-11-242-1/+42
| * - Fixed a bug in the examples/generic_assocaitions/discriminator_on_associati...Mike Bayer2014-11-241-0/+9
| * - Fixed a leak which would occur in the unsupported and highlyMike Bayer2014-11-131-0/+12
| * - don't do inline string interpolation when loggingJon Nelson2014-11-111-2/+2
| * - Fixed issue where the columns from a SELECT embedded in anMike Bayer2014-11-111-0/+12
| * - The :attr:`.Column.key` attribute is now used as the source ofMike Bayer2014-11-101-0/+13
* | Merge branch 'master' into ticket_3100Mike Bayer2014-11-0613-227/+1624
|\ \ | |/