summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - 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
* | - Fixed "'NoneType' object has no attribute 'concrete'" errorMike Bayer2014-10-061-0/+9
* | - The execution options passed to an :class:`.Engine` either viaMike Bayer2014-10-061-0/+17
* | - move some things that are features to the featuresMike Bayer2014-10-041-213/+213
* | - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-042-0/+89
* | - changelog, migration for pr github:134Mike Bayer2014-10-043-0/+33
* | - rework tests for attached databases into individual tests,Mike Bayer2014-09-291-0/+14
* | - A revisit to this issue first patched in 0.9.5, apparentlyMike Bayer2014-09-291-0/+13
* | - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-261-0/+10
* | - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-261-0/+10
* | - add explicit warning re: polymorphic_on, cascading is not supportedMike Bayer2014-09-261-0/+6
* | - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-253-1/+165
* | - convert to spacesMike Bayer2014-09-251-191/+191
* | - The :mod:`sqlalchemy.ext.automap` extension will now setMike Bayer2014-09-221-0/+16
* | - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-181-0/+13
* | - Fixed an unlikely race condition observed in some exotic end-userMike Bayer2014-09-181-0/+11
* | - Fixed bug that affected many classes of event, particularlyMike Bayer2014-09-181-0/+14
* | - Added new method :meth:`.Select.with_statement_hint` and ORMMike Bayer2014-09-181-0/+8
* | - Added support for the Oracle table option ON COMMIT. This is beingMike Bayer2014-09-172-6/+11
* | - changelog for #3203; fixes #3203Mike Bayer2014-09-171-0/+14
* | - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-172-0/+38