| Commit message (Expand) | Author | Age | Files | Lines |
* | - make sure we maintain the has_mapper_entities flagticket_3499 | Mike Bayer | 2015-08-17 | 2 | -0/+37 |
* | - updates | Mike Bayer | 2015-08-15 | 3 | -26/+55 |
* | Merge branch 'master' into ticket_3499 | Mike Bayer | 2015-08-15 | 20 | -589/+1246 |
|\ |
|
| * | - correct this, need brackets | Mike Bayer | 2015-08-15 | 1 | -1/+1 |
| * | - make these failure cases more specific to catch Oracle. | Mike Bayer | 2015-08-15 | 4 | -9/+43 |
| * | - add tests for InstanceEvents.init, InstanceEvents.init_failure | Mike Bayer | 2015-08-14 | 3 | -5/+105 |
| * | Tell Wheel to generate platform and interpreter specific wheelspr/194 | Donald Stufft | 2015-08-13 | 1 | -1/+16 |
| * | - we can again use setuptools.find_packages since we require setuptools | Mike Bayer | 2015-08-13 | 1 | -25/+13 |
| * | - The behavior of the :func:`.union` construct and related constructs | Mike Bayer | 2015-08-12 | 8 | -7/+312 |
| * | - Fixed 1.0 regression where the "noload" loader strategy would fail | Mike Bayer | 2015-08-11 | 5 | -7/+39 |
| * | - pep8 test/orm/test_mapper | Mike Bayer | 2015-08-11 | 1 | -536/+698 |
| * | - Fixed two issues regarding Sybase reflection, allowing tables | Mike Bayer | 2015-08-10 | 2 | -6/+20 |
| * | Merge pull request #192 from halfcrazy/patch-1 | mike bayer | 2015-08-09 | 1 | -1/+1 |
| |\ |
|
| | * | fix typo int->intopr/192 | halfcrazy | 2015-08-09 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #191 from leorochael/leorochael-remove_dead_variable | mike bayer | 2015-08-06 | 1 | -3/+0 |
| |\ |
|
| | * | 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 |
* | | - add tests for array both in PG as well as generic Indexable; | Mike Bayer | 2015-08-11 | 3 | -30/+179 |
* | | - add tests for hashable flag, references #3499 | Mike Bayer | 2015-08-11 | 1 | -5/+73 |
* | | - with pg JSON types, indexed/keyed access *always* returns json/jsonb; | Mike Bayer | 2015-08-10 | 5 | -258/+49 |
* | | - more or less completes hstore, json, array, adds basic tests for | Mike Bayer | 2015-08-10 | 5 | -265/+399 |
* | | - most of the index model working, no tests yet | Mike Bayer | 2015-08-10 | 4 | -65/+252 |
* | | dev | Mike Bayer | 2015-08-10 | 4 | -118/+114 |
* | | - add a full suite for Indexable | Mike Bayer | 2015-08-09 | 1 | -2/+155 |
* | | - begin moving general handling of __getitem__ and slice objects | Mike Bayer | 2015-08-09 | 6 | -35/+59 |
* | | - put ARRAY and related into their own module, easier | Mike Bayer | 2015-08-09 | 7 | -428/+445 |
* | | dev | Mike Bayer | 2015-07-31 | 2 | -2/+2 |
* | | - start refactoring the workings of index operators | Mike Bayer | 2015-07-31 | 4 | -30/+72 |
* | | - wip... | Mike Bayer | 2015-07-31 | 7 | -21/+114 |
|/ |
|
* | - Fixed issue where the SQL Server dialect would reflect a string- | Mike Bayer | 2015-07-30 | 4 | -5/+83 |
* | - Fixed support for cx_Oracle version 5.2, which was tripping | Mike Bayer | 2015-07-29 | 2 | -2/+16 |
* | - fix typo in suffix_with() docs, fixes #3502 | Mike Bayer | 2015-07-29 | 1 | -1/+1 |
* | - work to bridge between core/ORM tutorials regarding the text() construct | Mike Bayer | 2015-07-26 | 2 | -8/+31 |
* | - remove "completely raw", whatever that is | Mike Bayer | 2015-07-26 | 1 | -21/+16 |
* | - typo | Mike Bayer | 2015-07-26 | 1 | -1/+1 |
* | - add an example of text.columns | Mike Bayer | 2015-07-26 | 1 | -4/+19 |
* | - remove "distutils-only" mode, use setuptools only | Mike Bayer | 2015-07-24 | 4 | -109/+109 |
* | - Organize the tree for 1.1 | Mike Bayer | 2015-07-24 | 9 | -15/+107 |
* | - An adjustment to the new Postgresql feature of reflecting storage | Mike Bayer | 2015-07-24 | 4 | -2/+20 |
* | 1.0.8rel_1_0_8 | Mike Bayer | 2015-07-22 | 2 | -2/+3 |
* | - categorize this correctly | Mike Bayer | 2015-07-22 | 1 | -1/+1 |
* | - Fixed critical issue whereby the pool "checkout" event handler | Mike Bayer | 2015-07-22 | 3 | -1/+117 |
* | 0.9.10 release date | Mike Bayer | 2015-07-22 | 1 | -0/+1 |
* | - Fixed bug in SQLite dialect where reflection of UNIQUE constraints | Mike Bayer | 2015-07-21 | 3 | -1/+18 |
* | - Fixed an issue where a particular base class within utils | Mike Bayer | 2015-07-20 | 7 | -11/+57 |
* | 1.0.7rel_1_0_7 | Mike Bayer | 2015-07-20 | 2 | -2/+3 |
* | - changelog for #3459, fixes #3459 | Mike Bayer | 2015-07-19 | 4 | -8/+15 |
* | Merge branch 'bb_issue_3459' of https://bitbucket.org/xflr6/sqlalchemy into pr56 | Mike Bayer | 2015-07-19 | 2 | -0/+14 |
|\ |
|
| * | add ClauseElement.cast() shortcut-method | Sebastian Bank | 2015-06-19 | 2 | -0/+14 |
* | | - Fixed regression where new methods on :class:`.ResultProxy` used | Mike Bayer | 2015-07-19 | 3 | -4/+33 |