summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a lot more detailpr/199Eric Siegerman2015-09-231-3/+22
* Add some markupEric Siegerman2015-09-231-2/+2
* A few minor rewordingsEric Siegerman2015-09-231-3/+3
* - fix incorrect example in inheritance docsMike Bayer2015-09-151-3/+3
* - add new entry for sharing of Engine across process boundariesMike Bayer2015-09-141-0/+81
* - call it deque, since you can really pop from either sideMike Bayer2015-09-101-5/+5
* - add a new FAQ recipe for "walk all objects", replacing the needMike Bayer2015-09-102-4/+84
* Correcting the Hybrid Property ExampleJason Myers2015-09-101-1/+1
* fix typo in session events docsbsmithgall2015-09-081-1/+1
* Minor grammar fix for capitalisation in session docsDavid\ Beitey2015-09-081-1/+1
* - Fixed bug in :meth:`.Session.bulk_save_objects` where a mappedMike Bayer2015-09-083-2/+70
* - update moved link, fixes #3351Mike Bayer2015-09-031-1/+1
* - add new documentation that applies to all modern SQLA versions,Mike Bayer2015-09-028-157/+339
* - add a note about DISTINCT in query w/ ORDER BY, references #3518Mike Bayer2015-08-311-0/+13
* - Fixed regression in 1.0-released default-processor for multi-VALUESMike Bayer2015-08-314-16/+64
* - use consistent and descriptive language in all casesMike Bayer2015-08-273-9/+52
* - reword and update documentation on passive_updates=False; as virtuallyMike Bayer2015-08-272-56/+104
* - re-document and fully cross link all of configure_mappers(),Mike Bayer2015-08-242-20/+111
* - Fixed two issues in the "history_meta" example where history trackingMike Bayer2015-08-243-4/+78
* - rework the "controlling DDL sequences" documentation toMike Bayer2015-08-211-116/+124
* - document workaround type for ARRAY of ENUM, fixes #3467Mike Bayer2015-08-181-0/+45
* - add tests for InstanceEvents.init, InstanceEvents.init_failureMike Bayer2015-08-143-5/+105
* - Fixed 1.0 regression where the "noload" loader strategy would failMike Bayer2015-08-115-7/+39
* - pep8 test/orm/test_mapperMike Bayer2015-08-111-536/+698
* - Fixed two issues regarding Sybase reflection, allowing tablesMike Bayer2015-08-102-6/+20
* fix typo int->intohalfcrazy2015-08-091-1/+1
* Remove useless codeLeonardo Rochael Almeida2015-08-061-3/+0
* - add a note clarifying query.with_labels(), fixes #3506Mike Bayer2015-08-031-0/+10
* - Fixed support for cx_Oracle version 5.2, which was trippingMike Bayer2015-07-292-2/+16
* - fix typo in suffix_with() docs, fixes #3502Mike Bayer2015-07-291-1/+1
* - using text().columns() for ORM matching won't work wellMike Bayer2015-07-261-24/+0
* - work to bridge between core/ORM tutorials regarding the text() constructMike Bayer2015-07-262-8/+31
* - remove "completely raw", whatever that isMike Bayer2015-07-261-21/+16
* - typoMike Bayer2015-07-261-1/+1
* - add an example of text.columnsMike Bayer2015-07-261-4/+19
* - An adjustment to the new Postgresql feature of reflecting storageMike Bayer2015-07-244-2/+20
* 1.0.8rel_1_0_8Mike Bayer2015-07-222-2/+3
* - categorize this correctlyMike Bayer2015-07-221-1/+1
* - Fixed critical issue whereby the pool "checkout" event handlerMike Bayer2015-07-223-1/+117
* 0.9.10 release dateMike Bayer2015-07-221-0/+1
* - Fixed bug in SQLite dialect where reflection of UNIQUE constraintsMike Bayer2015-07-213-1/+18
* - Fixed an issue where a particular base class within utilsMike Bayer2015-07-207-11/+57
* 1.0.7rel_1_0_7Mike Bayer2015-07-202-2/+3
* - changelog for #3459, fixes #3459Mike Bayer2015-07-194-8/+15
* Merge branch 'bb_issue_3459' of https://bitbucket.org/xflr6/sqlalchemy into pr56Mike Bayer2015-07-192-0/+14
|\
| * add ClauseElement.cast() shortcut-methodSebastian Bank2015-06-192-0/+14
* | - Fixed regression where new methods on :class:`.ResultProxy` usedMike Bayer2015-07-193-4/+33
* | - pg8000 very annoyingly complaining here, use total literalMike Bayer2015-07-191-1/+2
* | - Fixed regression where :meth:`.ResultProxy.keys` would returnMike Bayer2015-07-196-12/+123
* | - Fixed bug where coersion of literal ``True`` or ``False`` constantMike Bayer2015-07-193-2/+71