summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * - edits to the subqueryload ordering mergeMike Bayer2014-11-053-56/+86
| * Merge branch 'subqueryload_order' of https://bitbucket.org/univerio/sqlalchem...Mike Bayer2014-11-053-0/+105
| |\
| | * Added documentation about interaction between `subqueryload` and LIMIT/OFFSET.Jack Zhou2014-08-073-0/+105
| * | - Fixed bug regarding expression mutations which could expressMike Bayer2014-11-051-0/+11
| * | - added new backend for pysqlcipher, as we will probably getMike Bayer2014-10-292-1/+18
| * | changelogMike Bayer2014-10-261-0/+9
| * | typoMike Bayer2014-10-231-1/+1
| * | move this into behavioral changesMike Bayer2014-10-231-83/+88
| * | - Fixed bug in single table inheritance where a chain of joinsMike Bayer2014-10-232-1/+104
| * | - Fixed bug where the ON clause for :meth:`.Query.join`,Mike Bayer2014-10-231-0/+13
| * | - changelog for pullreq github:139Mike Bayer2014-10-211-0/+12
| * | - changelogMike Bayer2014-10-211-0/+10
| * | - Reversing a change that was made in 0.9, the "singleton" natureMike Bayer2014-10-192-0/+36
| * | - Fixed bug where :meth:`.Session.expunge` would not fully detachMike Bayer2014-10-192-0/+46
| * | - A warning is emitted in the case of multiple relationships thatticket_3230Mike Bayer2014-10-192-4/+149
| * | - Exception messages have been spiffed up a bit. The SQL statementMike Bayer2014-10-171-0/+13
| * | - The :meth:`.Query.update` method will now convert string keyMike Bayer2014-10-162-0/+73
| * | - Improvements to the mechanism used by :class:`.Session` to locateMike Bayer2014-10-142-0/+55
| * | - The ``__module__`` attribute is now set for all those SQL andMike Bayer2014-10-141-0/+9
| * | - merge 0.9.8 release dateMike Bayer2014-10-131-0/+1
| * | - Mysqlconnector as of version 2.0, probably as a side effect ofMike Bayer2014-10-121-0/+21
| * | - Fixed long-standing bug in Oracle dialect where bound parameterMike Bayer2014-10-111-0/+9
| * | - :meth:`.Insert.from_select` now includes Python and SQL-expressionMike Bayer2014-10-103-1/+46
| * | - add a migration note for ref #3222Mike Bayer2014-10-092-0/+65
| * | - The ON clause rendered when using :meth:`.Query.join`,Mike Bayer2014-10-091-0/+14
| * | - Fixed bug where a fair number of SQL elements withinMike Bayer2014-10-091-0/+11