| Commit message (Expand) | Author | Age | Files | Lines |
| * | - wrap ColumnDefault empty arg callables like functools.wraps, setting __name...pr/204 | Martin J. Hsu | 2015-10-15 | 3 | -3/+30 |
| * | Fix sqlalchemy.ext.baked.Result.one_or_none() exception messagepr/202 | Eric Siegerman | 2015-09-24 | 1 | -1/+1 |
| * | - replicate Query.one_or_none to BakedQuery | Mike Bayer | 2015-09-24 | 2 | -2/+30 |
| * | Add Query.one_or_none()pr/201 | Eric Siegerman | 2015-09-24 | 1 | -0/+32 |
| * | Add a lot more detail | 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 |
| * | - Fixed rare TypeError which could occur when stringifying certain | Mike Bayer | 2015-09-23 | 1 | -1/+1 |
| * | - The ``legacy_schema_aliasing`` flag, introduced in version 1.0.5 | Mike Bayer | 2015-09-19 | 1 | -67/+37 |
| * | - Added a new type-level modifier :meth:`.TypeEngine.evaluates_none` | Mike Bayer | 2015-09-19 | 3 | -7/+64 |
| * | - The use of a :class:`.postgresql.ARRAY` object that refers | Mike Bayer | 2015-09-19 | 1 | -1/+14 |
| * | - The :func:`.type_coerce` construct is now a fully fledged Core | Mike Bayer | 2015-09-16 | 4 | -63/+109 |
| * | - 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 |
| * | - Internal calls to "bookkeeping" functions within | Mike Bayer | 2015-09-08 | 1 | -48/+56 |
| * | - Fixed bug in :meth:`.Session.bulk_save_objects` where a mapped | Mike Bayer | 2015-09-08 | 1 | -1/+7 |
| * | - reduce some callcounts within the new events | Mike Bayer | 2015-09-03 | 2 | -32/+30 |
| * | Merge branch 'ticket_2677' | Mike Bayer | 2015-09-02 | 6 | -281/+593 |
| |\ |
|
| | * | - The :class:`.SessionEvents` suite now includes events to allowticket_2677 | Mike Bayer | 2015-09-02 | 6 | -141/+510 |
| | * | - add new documentation that applies to all modern SQLA versions,ticket_2677_pre | 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 |
| * | - The :class:`.TypeDecorator` type extender will now work in conjunction | Mike Bayer | 2015-08-27 | 1 | -1/+14 |
| * | - reword and update documentation on passive_updates=False; as virtually | Mike Bayer | 2015-08-27 | 1 | -21/+17 |
| * | - add a postgresql-specific form of array_agg() that injects the | Mike Bayer | 2015-08-27 | 5 | -6/+33 |
| * | - consolidate "constraints.py" into the more general "ext.py", | Mike Bayer | 2015-08-27 | 3 | -100/+92 |
| * | - add PG-specific aggregate_order_by(), references #3132 | Mike Bayer | 2015-08-27 | 3 | -1/+71 |
| * | Merge branch 'ticket_3516' | Mike Bayer | 2015-08-26 | 14 | -222/+774 |
| |\ |
|
| | * | - Added support for "set-aggregate" functions of the formticket_3516 | Mike Bayer | 2015-08-26 | 5 | -24/+296 |
| | * | - Added support for the SQL-standard function :class:`.array_agg`, | Mike Bayer | 2015-08-26 | 1 | -0/+22 |
| | * | - build out a new base type for Array, as well as new any/all operators | Mike Bayer | 2015-08-25 | 13 | -200/+458 |
| * | | - re-document and fully cross link all of configure_mappers(), | Mike Bayer | 2015-08-24 | 2 | -20/+111 |
| |/ |
|
| * | - repair the inspection hook in sqltypes to not be fooled | Mike Bayer | 2015-08-22 | 2 | -1/+8 |
| * | - Added new checks for the common error case of passing mapped classes | Mike Bayer | 2015-08-22 | 6 | -11/+25 |
| * | - some cleanups in compiler.py | Mike Bayer | 2015-08-18 | 1 | -50/+32 |
| * | - forgot to implement py3k logic for JSON.NULL | Mike Bayer | 2015-08-18 | 1 | -23/+21 |
| * | - fix the postgresql_jsonb requirement to include the 9.4 requirement | Mike Bayer | 2015-08-18 | 1 | -3/+3 |
| * | - as the Concatenable mixin was changed to support calling down to | Mike Bayer | 2015-08-18 | 2 | -2/+5 |
| * | - document workaround type for ARRAY of ENUM, fixes #3467 | Mike Bayer | 2015-08-18 | 2 | -0/+45 |
| * | - merge of ticket_3514 None-handling branch | Mike Bayer | 2015-08-17 | 4 | -3/+89 |
| * | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 15 | -727/+873 |
| * | - make these failure cases more specific to catch Oracle. | Mike Bayer | 2015-08-15 | 2 | -5/+20 |
| * | - add tests for InstanceEvents.init, InstanceEvents.init_failure | Mike Bayer | 2015-08-14 | 2 | -5/+68 |
| * | - The behavior of the :func:`.union` construct and related constructs | Mike Bayer | 2015-08-12 | 3 | -3/+150 |
| * | - 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->intopr/192 | halfcrazy | 2015-08-09 | 1 | -1/+1 |
| * | Remove useless codepr/191 | 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 |