summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clarify that an instance's "load" event is also called when it is createdpr/90pr/89Matthias Urlichs2014-05-111-2/+3
* - Fixed bug where :meth:`.Table.update` and :meth:`.Table.delete`Mike Bayer2014-05-085-4/+49
* - critically, py.test for unknown reasons *SKIPS* tests that have an __init__...Mike Bayer2014-05-021-27/+7
* doc fixesMike Bayer2014-05-012-1/+2
* - Fixed bug where the combination of "limit" rendering asMike Bayer2014-04-304-15/+58
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-2695-224/+224
* - add a note about versioning only applying to flushesMike Bayer2014-04-251-0/+10
* - document that joinedload/eagerload work with of_type() + with_polymoprhic()Mike Bayer2014-04-231-3/+19
* Merged in benselme/sqlalchemy/docs_linking (pull request #16) Mike Bayer2014-04-231-35/+39
|\
| * Added some links in session docsbenselme2014-04-231-35/+39
|/
* - The "primaryjoin" model has been stretched a bit further to allowMike Bayer2014-04-196-29/+301
* - Liberalized the contract for :class:`.Index` a bit in that you canMike Bayer2014-04-198-25/+158
* - Revised the query used to determine the current default schema nameMike Bayer2014-04-172-14/+18
* - Fixed bug in new :meth:`.DialectKWArgs.argument_for` method whereMike Bayer2014-04-153-0/+21
* changelogMike Bayer2014-04-141-0/+9
* Merged in goodscloud/sqlalchemy (pull request #14) Mike Bayer2014-04-144-6/+15
|\
| * use importlib.machinery to load modules instead of imp under Python 3.3 and g...Matt Chisholm2014-04-142-4/+13
| * remove unused importMatt Chisholm2014-04-141-1/+0
| * fix unclosed file ResourceWarningMatt Chisholm2014-04-141-1/+2
|/
* - Added a new "disconnect" message "connection has been closed unexpectedly".Mike Bayer2014-04-111-0/+12
* Merged in antti_haapala/sqlalchemy/antti_haapala/added-an-ssl-related-connect...Mike Bayer2014-04-111-1/+3
|\
| * added an SSL related connection errorantti_haapala2014-04-111-1/+3
|/
* Merge pull request #84 from Daniel-B-Smith/mastermike bayer2014-04-111-1/+1
|\
| * Fixed bug in example code.pr/84Daniel Smith2014-04-101-1/+1
* | - Fixed regression introduced in 0.9 where new "ORDER BY <labelname>"Mike Bayer2014-04-103-1/+18
|/
* - Added new utility function :func:`.make_transient_to_detached` which canMike Bayer2014-04-095-3/+95
* repair erroneous whitespace in autodoc directives, preventing members fromMike Bayer2014-04-061-8/+0
* - Restored the import for :class:`.Function` to the ``sqlalchemy.sql.expressi...Mike Bayer2014-04-052-1/+7
* - add some docs for the instancestate linkage to the inspection systemMike Bayer2014-04-042-5/+89
* escape backslashMike Bayer2014-04-021-1/+1
* - reverse order of columns in sample CTEs as this is a UNION and the cols nee...Mike Bayer2014-04-023-9/+7
* - back off the callcounts a bit for the boolean fixMike Bayer2014-04-012-20/+23
* - Fixes to the newly enhanced boolean coercion in :ticket:`2804` whereMike Bayer2014-04-015-7/+95
* - Added new flag :paramref:`.expression.between.symmetric`, when set to TrueMike Bayer2014-03-307-13/+93
* updateMike Bayer2014-03-301-1/+1
* - fix mapper refMike Bayer2014-03-282-4/+1
* 0.9.4rel_0_9_4Mike Bayer2014-03-283-2/+4
* dont need rowcount here...Mike Bayer2014-03-281-1/+0
* - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. DefaultsMike Bayer2014-03-285-29/+80
* - revert part of c01558ae7f4a for now as we also test that a DELETE of two rowsMike Bayer2014-03-284-15/+26
* mark failing tests for buggy mysqlconnectorMike Bayer2014-03-281-0/+21
* revert inadvertent pdbMike Bayer2014-03-281-2/+0
* - the rewording of orderinglist docs got committed by accident, finish it upMike Bayer2014-03-281-20/+12
* - add further coverage for join_condition to make sure we get this case whereMike Bayer2014-03-282-1/+11
* pickle of execption not supported on mysqlconnectorMike Bayer2014-03-281-0/+2
* - fix set syntax supposed to be dictMike Bayer2014-03-281-1/+1
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-2810-37/+183
* clarify doc hereMike Bayer2014-03-281-4/+4
* - fix py3k bug re: dictionary values(), fixes #3005Mike Bayer2014-03-281-1/+1
* - Added support to automap for the case where a relationship shouldMike Bayer2014-03-283-14/+93