summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
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
* - add a new FAQ recipe for "walk all objects", replacing the needMike Bayer2015-09-101-4/+13
* Correcting the Hybrid Property ExampleJason Myers2015-09-101-1/+1
* - Fixed bug in :meth:`.Session.bulk_save_objects` where a mappedMike Bayer2015-09-081-1/+7
* - add new documentation that applies to all modern SQLA versions,Mike Bayer2015-09-021-140/+83
* - 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-311-0/+1
* - use consistent and descriptive language in all casesMike Bayer2015-08-272-3/+26
* - reword and update documentation on passive_updates=False; as virtuallyMike Bayer2015-08-271-21/+17
* - re-document and fully cross link all of configure_mappers(),Mike Bayer2015-08-242-20/+111
* - document workaround type for ARRAY of ENUM, fixes #3467Mike Bayer2015-08-181-0/+45
* - add tests for InstanceEvents.init, InstanceEvents.init_failureMike Bayer2015-08-142-5/+68
* - Fixed 1.0 regression where the "noload" loader strategy would failMike Bayer2015-08-113-7/+9
* - Fixed two issues regarding Sybase reflection, allowing tablesMike Bayer2015-08-101-6/+9
* 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-291-2/+5
* - fix typo in suffix_with() docs, fixes #3502Mike Bayer2015-07-291-1/+1
* - An adjustment to the new Postgresql feature of reflecting storageMike Bayer2015-07-242-2/+4
* - Fixed critical issue whereby the pool "checkout" event handlerMike Bayer2015-07-221-0/+5
* - Fixed bug in SQLite dialect where reflection of UNIQUE constraintsMike Bayer2015-07-212-1/+9
* - Fixed an issue where a particular base class within utilsMike Bayer2015-07-205-10/+13
* - changelog for #3459, fixes #3459Mike Bayer2015-07-191-1/+4
* Merge branch 'bb_issue_3459' of https://bitbucket.org/xflr6/sqlalchemy into pr56Mike Bayer2015-07-191-0/+7
|\
| * add ClauseElement.cast() shortcut-methodSebastian Bank2015-06-191-0/+7
* | - Fixed regression where new methods on :class:`.ResultProxy` usedMike Bayer2015-07-191-2/+12
* | - Fixed regression where :meth:`.ResultProxy.keys` would returnMike Bayer2015-07-194-7/+18
* | - Fixed bug where coersion of literal ``True`` or ``False`` constantMike Bayer2015-07-191-2/+5
* | - Fixed potential issue where a custom subclassMike Bayer2015-07-191-1/+8
* | Remove RootTransaction<->RootTransaction reference cycleJakub Stasiak2015-07-181-1/+5
* | - db_opts doesn't need to be a global since we no longer have any globalMike Bayer2015-07-172-6/+4
* | Merge remote-tracking branch 'origin/pr/188' into pr188Mike Bayer2015-07-171-0/+8
|\ \
| * | Added support for reflected modulo operator.Dan Gittik2015-07-171-0/+8
* | | - version specs for new Sequence argumentsMike Bayer2015-07-171-0/+15
* | | Merge remote-tracking branch 'origin/pr/186' into pr186Mike Bayer2015-07-173-4/+54
|\ \ \ | |/ / |/| |
| * | add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186jakeogh2015-06-273-5/+33
| * | add NO MINVALUE and NO MAXVALUE support to Sequence()jakeogh2015-06-273-3/+8
| * | add MAXVALUE support to Sequence()jakeogh2015-06-273-4/+13
| * | add MINVALUE support to Sequence()jakeogh2015-06-273-4/+12
* | | - add a note, references #3487Mike Bayer2015-07-151-0/+10
* | | - Fixed bug in :class:`.AbstractConcreteBase` extension whereMike Bayer2015-07-132-2/+12
* | | - try to note under insert.values(), if you needMike Bayer2015-07-081-3/+7
* | | - add a warning suggesting to use the dictionary form of accessMike Bayer2015-07-051-0/+33
* | | - Fixed 1.0 regression where value objects that overrideMike Bayer2015-07-011-2/+4
* | | - Fixed 1.0 regression where a "deferred" attribute would not populateMike Bayer2015-06-291-1/+10
|/ /
* | - Fixed 1.0 regression where the "parent entity" of a synonym-Mike Bayer2015-06-274-3/+5
* | Fix code examples in automap's documentationpr/185Yuri Baida2015-06-261-5/+4