| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a lot more detailpr/199 | Eric Siegerman | 2015-09-23 | 1 | -3/+22 |
| * | Add some markup | Eric Siegerman | 2015-09-23 | 1 | -2/+2 |
| * | A few minor rewordings | Eric Siegerman | 2015-09-23 | 1 | -3/+3 |
| * | - add a new FAQ recipe for "walk all objects", replacing the need | Mike Bayer | 2015-09-10 | 1 | -4/+13 |
| * | Correcting the Hybrid Property Example | Jason Myers | 2015-09-10 | 1 | -1/+1 |
| * | - Fixed bug in :meth:`.Session.bulk_save_objects` where a mapped | Mike Bayer | 2015-09-08 | 1 | -1/+7 |
| * | - add new documentation that applies to all modern SQLA versions, | Mike Bayer | 2015-09-02 | 1 | -140/+83 |
| * | - add a note about DISTINCT in query w/ ORDER BY, references #3518 | Mike Bayer | 2015-08-31 | 1 | -0/+13 |
| * | - Fixed regression in 1.0-released default-processor for multi-VALUES | Mike Bayer | 2015-08-31 | 1 | -0/+1 |
| * | - use consistent and descriptive language in all cases | Mike Bayer | 2015-08-27 | 2 | -3/+26 |
| * | - reword and update documentation on passive_updates=False; as virtually | Mike Bayer | 2015-08-27 | 1 | -21/+17 |
| * | - re-document and fully cross link all of configure_mappers(), | Mike Bayer | 2015-08-24 | 2 | -20/+111 |
| * | - document workaround type for ARRAY of ENUM, fixes #3467 | Mike Bayer | 2015-08-18 | 1 | -0/+45 |
| * | - add tests for InstanceEvents.init, InstanceEvents.init_failure | Mike Bayer | 2015-08-14 | 2 | -5/+68 |
| * | - Fixed 1.0 regression where the "noload" loader strategy would fail | Mike Bayer | 2015-08-11 | 3 | -7/+9 |
| * | - Fixed two issues regarding Sybase reflection, allowing tables | Mike Bayer | 2015-08-10 | 1 | -6/+9 |
| * | fix typo int->into | halfcrazy | 2015-08-09 | 1 | -1/+1 |
| * | Remove useless code | Leonardo Rochael Almeida | 2015-08-06 | 1 | -3/+0 |
| * | - add a note clarifying query.with_labels(), fixes #3506 | Mike Bayer | 2015-08-03 | 1 | -0/+10 |
| * | - Fixed support for cx_Oracle version 5.2, which was tripping | Mike Bayer | 2015-07-29 | 1 | -2/+5 |
| * | - fix typo in suffix_with() docs, fixes #3502 | Mike Bayer | 2015-07-29 | 1 | -1/+1 |
| * | - An adjustment to the new Postgresql feature of reflecting storage | Mike Bayer | 2015-07-24 | 2 | -2/+4 |
| * | - Fixed critical issue whereby the pool "checkout" event handler | Mike Bayer | 2015-07-22 | 1 | -0/+5 |
| * | - Fixed bug in SQLite dialect where reflection of UNIQUE constraints | Mike Bayer | 2015-07-21 | 2 | -1/+9 |
| * | - Fixed an issue where a particular base class within utils | Mike Bayer | 2015-07-20 | 5 | -10/+13 |
| * | - changelog for #3459, fixes #3459 | Mike Bayer | 2015-07-19 | 1 | -1/+4 |
| * | Merge branch 'bb_issue_3459' of https://bitbucket.org/xflr6/sqlalchemy into pr56 | Mike Bayer | 2015-07-19 | 1 | -0/+7 |
| |\ |
|
| | * | add ClauseElement.cast() shortcut-method | Sebastian Bank | 2015-06-19 | 1 | -0/+7 |
| * | | - Fixed regression where new methods on :class:`.ResultProxy` used | Mike Bayer | 2015-07-19 | 1 | -2/+12 |
| * | | - Fixed regression where :meth:`.ResultProxy.keys` would return | Mike Bayer | 2015-07-19 | 4 | -7/+18 |
| * | | - Fixed bug where coersion of literal ``True`` or ``False`` constant | Mike Bayer | 2015-07-19 | 1 | -2/+5 |
| * | | - Fixed potential issue where a custom subclass | Mike Bayer | 2015-07-19 | 1 | -1/+8 |
| * | | Remove RootTransaction<->RootTransaction reference cycle | Jakub Stasiak | 2015-07-18 | 1 | -1/+5 |
| * | | - db_opts doesn't need to be a global since we no longer have any global | Mike Bayer | 2015-07-17 | 2 | -6/+4 |
| * | | Merge remote-tracking branch 'origin/pr/188' into pr188 | Mike Bayer | 2015-07-17 | 1 | -0/+8 |
| |\ \ |
|
| | * | | Added support for reflected modulo operator. | Dan Gittik | 2015-07-17 | 1 | -0/+8 |
| * | | | - version specs for new Sequence arguments | Mike Bayer | 2015-07-17 | 1 | -0/+15 |
| * | | | Merge remote-tracking branch 'origin/pr/186' into pr186 | Mike Bayer | 2015-07-17 | 3 | -4/+54 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEpr/186 | jakeogh | 2015-06-27 | 3 | -5/+33 |
| | * | | add NO MINVALUE and NO MAXVALUE support to Sequence() | jakeogh | 2015-06-27 | 3 | -3/+8 |
| | * | | add MAXVALUE support to Sequence() | jakeogh | 2015-06-27 | 3 | -4/+13 |
| | * | | add MINVALUE support to Sequence() | jakeogh | 2015-06-27 | 3 | -4/+12 |
| * | | | - add a note, references #3487 | Mike Bayer | 2015-07-15 | 1 | -0/+10 |
| * | | | - Fixed bug in :class:`.AbstractConcreteBase` extension where | Mike Bayer | 2015-07-13 | 2 | -2/+12 |
| * | | | - try to note under insert.values(), if you need | Mike Bayer | 2015-07-08 | 1 | -3/+7 |
| * | | | - add a warning suggesting to use the dictionary form of access | Mike Bayer | 2015-07-05 | 1 | -0/+33 |
| * | | | - Fixed 1.0 regression where value objects that override | Mike Bayer | 2015-07-01 | 1 | -2/+4 |
| * | | | - Fixed 1.0 regression where a "deferred" attribute would not populate | Mike Bayer | 2015-06-29 | 1 | -1/+10 |
| |/ / |
|
| * | | - Fixed 1.0 regression where the "parent entity" of a synonym- | Mike Bayer | 2015-06-27 | 4 | -3/+5 |
| * | | Fix code examples in automap's documentationpr/185 | Yuri Baida | 2015-06-26 | 1 | -5/+4 |