| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| |\ \
| |/ |
|
| | * | - edits to the subqueryload ordering merge | Mike Bayer | 2014-11-05 | 3 | -56/+86 |
| | * | Merge branch 'subqueryload_order' of https://bitbucket.org/univerio/sqlalchem... | Mike Bayer | 2014-11-05 | 3 | -0/+105 |
| | |\ |
|
| | | * | Added documentation about interaction between `subqueryload` and LIMIT/OFFSET. | Jack Zhou | 2014-08-07 | 3 | -0/+105 |
| | * | | - Fixed bug regarding expression mutations which could express | Mike Bayer | 2014-11-05 | 1 | -0/+11 |
| | * | | - added new backend for pysqlcipher, as we will probably get | Mike Bayer | 2014-10-29 | 2 | -1/+18 |
| | * | | changelog | Mike Bayer | 2014-10-26 | 1 | -0/+9 |
| | * | | typo | Mike Bayer | 2014-10-23 | 1 | -1/+1 |
| | * | | move this into behavioral changes | Mike Bayer | 2014-10-23 | 1 | -83/+88 |
| | * | | - Fixed bug in single table inheritance where a chain of joins | Mike Bayer | 2014-10-23 | 2 | -1/+104 |
| | * | | - Fixed bug where the ON clause for :meth:`.Query.join`, | Mike Bayer | 2014-10-23 | 1 | -0/+13 |
| | * | | - changelog for pullreq github:139 | Mike Bayer | 2014-10-21 | 1 | -0/+12 |
| | * | | - changelog | Mike Bayer | 2014-10-21 | 1 | -0/+10 |
| | * | | - Reversing a change that was made in 0.9, the "singleton" nature | Mike Bayer | 2014-10-19 | 2 | -0/+36 |
| | * | | - Fixed bug where :meth:`.Session.expunge` would not fully detach | Mike Bayer | 2014-10-19 | 2 | -0/+46 |
| | * | | - A warning is emitted in the case of multiple relationships thatticket_3230 | Mike Bayer | 2014-10-19 | 2 | -4/+149 |
| | * | | - Exception messages have been spiffed up a bit. The SQL statement | Mike Bayer | 2014-10-17 | 1 | -0/+13 |
| | * | | - The :meth:`.Query.update` method will now convert string key | Mike Bayer | 2014-10-16 | 2 | -0/+73 |
| | * | | - Improvements to the mechanism used by :class:`.Session` to locate | Mike Bayer | 2014-10-14 | 2 | -0/+55 |
| | * | | - The ``__module__`` attribute is now set for all those SQL and | Mike Bayer | 2014-10-14 | 1 | -0/+9 |
| | * | | - merge 0.9.8 release date | Mike Bayer | 2014-10-13 | 1 | -0/+1 |
| | * | | - Mysqlconnector as of version 2.0, probably as a side effect of | Mike Bayer | 2014-10-12 | 1 | -0/+21 |
| | * | | - Fixed long-standing bug in Oracle dialect where bound parameter | Mike Bayer | 2014-10-11 | 1 | -0/+9 |
| | * | | - :meth:`.Insert.from_select` now includes Python and SQL-expression | Mike Bayer | 2014-10-10 | 3 | -1/+46 |
| | * | | - add a migration note for ref #3222 | Mike Bayer | 2014-10-09 | 2 | -0/+65 |
| | * | | - The ON clause rendered when using :meth:`.Query.join`, | Mike Bayer | 2014-10-09 | 1 | -0/+14 |
| | * | | - Fixed bug where a fair number of SQL elements within | Mike Bayer | 2014-10-09 | 1 | -0/+11 |