| Commit message (Expand) | Author | Age | Files | Lines |
| * | - add new documentation that applies to all modern SQLA versions,ticket_2677_pre | Mike Bayer | 2015-09-02 | 1 | -140/+83 |
| * | - 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 |
| * | - Fixed issue where the SQL Server dialect would reflect a string- | Mike Bayer | 2015-07-30 | 1 | -1/+1 |
| * | - 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 |
| * | - remove "distutils-only" mode, use setuptools only | Mike Bayer | 2015-07-24 | 1 | -11/+0 |
| * | - Organize the tree for 1.1 | Mike Bayer | 2015-07-24 | 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 |