| Commit message (Expand) | Author | Age | Files | Lines |
| * | - teeny tiny things, we're saving almost nothing. would need tocython | Mike Bayer | 2015-08-18 | 1 | -8/+19 |
| * | - test _instance_processor under cython | Mike Bayer | 2015-08-18 | 2 | -334/+351 |
| * | - 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 |
| * | | | 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 |