| Commit message (Expand) | Author | Age | Files | Lines |
* | added sql compiler test for FULL OUTER JOINpr/167 | Stefan Urbanek | 2015-08-25 | 1 | -0/+11 |
* | - re-document and fully cross link all of configure_mappers(), | Mike Bayer | 2015-08-25 | 2 | -20/+111 |
* | - Fixed two issues in the "history_meta" example where history tracking | Mike Bayer | 2015-08-25 | 3 | -4/+78 |
* | - repair the inspection hook in sqltypes to not be fooled | Mike Bayer | 2015-08-25 | 3 | -2/+17 |
* | - Added new checks for the common error case of passing mapped classes | Mike Bayer | 2015-08-25 | 11 | -15/+139 |
* | - rework the "controlling DDL sequences" documentation to | Mike Bayer | 2015-08-25 | 1 | -116/+124 |
* | - some cleanups in compiler.py | Mike Bayer | 2015-08-25 | 1 | -50/+32 |
* | - forgot to implement py3k logic for JSON.NULL | Mike Bayer | 2015-08-25 | 1 | -23/+21 |
* | - fix the postgresql_jsonb requirement to include the 9.4 requirement | Mike Bayer | 2015-08-25 | 4 | -8/+8 |
* | - as the Concatenable mixin was changed to support calling down to | Mike Bayer | 2015-08-25 | 3 | -3/+60 |
* | - document workaround type for ARRAY of ENUM, fixes #3467 | Mike Bayer | 2015-08-25 | 2 | -0/+45 |
* | - merge of ticket_3514 None-handling branch | Mike Bayer | 2015-08-25 | 8 | -3/+416 |
* | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-25 | 24 | -764/+1619 |
* | - correct this, need brackets | Mike Bayer | 2015-08-25 | 1 | -1/+1 |
* | - make these failure cases more specific to catch Oracle. | Mike Bayer | 2015-08-25 | 4 | -9/+43 |
* | - add tests for InstanceEvents.init, InstanceEvents.init_failure | Mike Bayer | 2015-08-25 | 3 | -5/+105 |
* | Tell Wheel to generate platform and interpreter specific wheels | Donald Stufft | 2015-08-25 | 1 | -1/+16 |
* | - we can again use setuptools.find_packages since we require setuptools | Mike Bayer | 2015-08-25 | 1 | -25/+13 |
* | - The behavior of the :func:`.union` construct and related constructs | Mike Bayer | 2015-08-25 | 8 | -7/+312 |
* | - Fixed 1.0 regression where the "noload" loader strategy would fail | Mike Bayer | 2015-08-25 | 5 | -7/+39 |
* | - pep8 test/orm/test_mapper | Mike Bayer | 2015-08-25 | 1 | -536/+698 |
* | - Fixed two issues regarding Sybase reflection, allowing tables | Mike Bayer | 2015-08-25 | 2 | -6/+20 |
* | fix typo int->into | halfcrazy | 2015-08-25 | 1 | -1/+1 |
* | Remove useless code | Leonardo Rochael Almeida | 2015-08-25 | 1 | -3/+0 |
* | - add a note clarifying query.with_labels(), fixes #3506 | Mike Bayer | 2015-08-25 | 1 | -0/+10 |
* | - Fixed issue where the SQL Server dialect would reflect a string- | Mike Bayer | 2015-08-25 | 4 | -5/+83 |
* | - Fixed support for cx_Oracle version 5.2, which was tripping | Mike Bayer | 2015-08-25 | 2 | -2/+16 |
* | - fix typo in suffix_with() docs, fixes #3502 | Mike Bayer | 2015-08-25 | 1 | -1/+1 |
* | - work to bridge between core/ORM tutorials regarding the text() construct | Mike Bayer | 2015-08-25 | 2 | -8/+31 |
* | - remove "completely raw", whatever that is | Mike Bayer | 2015-08-25 | 1 | -21/+16 |
* | - typo | Mike Bayer | 2015-08-25 | 1 | -1/+1 |
* | - add an example of text.columns | Mike Bayer | 2015-08-25 | 1 | -4/+19 |
* | - remove "distutils-only" mode, use setuptools only | Mike Bayer | 2015-08-25 | 4 | -109/+109 |
* | - Organize the tree for 1.1 | Mike Bayer | 2015-08-25 | 9 | -15/+107 |
* | - An adjustment to the new Postgresql feature of reflecting storage | Mike Bayer | 2015-08-25 | 4 | -2/+20 |
* | 1.0.8 | Mike Bayer | 2015-08-25 | 2 | -2/+3 |
* | - categorize this correctly | Mike Bayer | 2015-08-25 | 1 | -1/+1 |
* | - Fixed critical issue whereby the pool "checkout" event handler | Mike Bayer | 2015-08-25 | 3 | -1/+117 |
* | 0.9.10 release date | Mike Bayer | 2015-08-25 | 1 | -0/+1 |
* | - Fixed bug in SQLite dialect where reflection of UNIQUE constraints | Mike Bayer | 2015-08-25 | 3 | -1/+18 |
* | - Fixed an issue where a particular base class within utils | Mike Bayer | 2015-08-25 | 7 | -11/+57 |
* | 1.0.7 | Mike Bayer | 2015-08-25 | 2 | -2/+3 |
* | - changelog for #3459, fixes #3459 | Mike Bayer | 2015-08-25 | 4 | -8/+15 |
* | - Fixed regression where new methods on :class:`.ResultProxy` used | Mike Bayer | 2015-08-25 | 3 | -4/+33 |
* | - pg8000 very annoyingly complaining here, use total literal | Mike Bayer | 2015-08-25 | 1 | -1/+2 |
* | - Fixed regression where :meth:`.ResultProxy.keys` would return | Mike Bayer | 2015-08-25 | 6 | -12/+123 |
* | - Fixed bug where coersion of literal ``True`` or ``False`` constant | Mike Bayer | 2015-08-25 | 3 | -2/+71 |
* | - Fixed potential issue where a custom subclass | Mike Bayer | 2015-08-25 | 3 | -3/+31 |
* | Remove RootTransaction<->RootTransaction reference cycle | Jakub Stasiak | 2015-08-25 | 1 | -1/+5 |
* | - db_opts doesn't need to be a global since we no longer have any global | Mike Bayer | 2015-08-25 | 2 | -6/+4 |