summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - try to organize how to talk about JSON fixes for PG vs.ticket_3619Mike Bayer2016-01-062-86/+91
* - doc fixesMike Bayer2016-01-051-36/+14
* - additional doc fixesMike Bayer2016-01-054-18/+21
* Merge branch 'master' into ticket_3619Mike Bayer2016-01-056-41/+52
|\
| * - dont forwards-report tons of 1.0.x changes in the unreleased 1.1;Mike Bayer2016-01-052-41/+10
| * - Fixed 1.0 regression where the eager fetch of cursor.rowcount wasMike Bayer2016-01-055-1/+43
| * - break out mysql/base into modules as it's getting huge with more to comeMike Bayer2016-01-045-1489/+1536
* | - changelog and docsMike Bayer2016-01-054-4/+67
* | - remove the visit_name thing from operators as we aren'tMike Bayer2016-01-052-6/+2
* | - some additional test fixesMike Bayer2016-01-048-136/+156
* | - json round trips + expressions passingMike Bayer2016-01-041-5/+5
* | add copyrightsMike Bayer2016-01-044-0/+28
* | - wipMike Bayer2016-01-042-3/+4
* | Merge branch 'master' into ticket_3619Mike Bayer2016-01-046-1561/+1601
|\ \
| * | - break out mysql/base into modules as it's getting huge with more to comeMike Bayer2016-01-045-1489/+1515
| |/
* | - mysql wipMike Bayer2016-01-0413-91/+434
* | - consistency - since Array doesn't do db-agnostic, it can't be lowercase;Mike Bayer2016-01-0414-94/+105
* | - add a layer of dispatch to "custom_op" so that we can againMike Bayer2016-01-036-51/+60
* | - adjust the Indexable tests to now be based on Array since we localizedMike Bayer2016-01-031-22/+5
* | - finish off tests and add some more consistency to how the indexableMike Bayer2015-12-304-12/+32
* | - almost finished the arch for the PG side still working on hstoreMike Bayer2015-12-296-59/+75
* | - move things to do with slices and zero indexing to be localMike Bayer2015-12-292-28/+31
* | - get these tests to pass fullyMike Bayer2015-12-291-13/+9
* | - start to figure out some kind of common tests for JSON types, reference #3619Mike Bayer2015-12-284-3/+260
|/
* - Fixed an assertion that would raise somewhat inappropriatelyMike Bayer2015-12-233-3/+24
* - release date for 1.0.11Mike Bayer2015-12-221-0/+1
* - An adjustment to the regular expression used to parse MySQL views,Mike Bayer2015-12-223-1/+42
* - changelog for pullreq github:222Mike Bayer2015-12-221-0/+9
* Merge remote-tracking branch 'origin/pr/222'Mike Bayer2015-12-221-0/+2
|\
| * Add new reserved words for MySQL 5.7.pr/222Hanno Schlichting2015-12-141-0/+2
* | - varchar requires a lengthMike Bayer2015-12-221-1/+1
* | - add the test from ref #3614 as well for testing ref #3611Mike Bayer2015-12-211-0/+60
* | - just use *arg straight without "key" for popMike Bayer2015-12-171-2/+2
* | - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`,Mike Bayer2015-12-173-3/+26
* | Make docs listing of param order for event.listen match the codepr/224Jeff Widman2015-12-171-3/+3
* | some spelling fixesjonathan vanasco2015-12-162-4/+4
* | Merge branch 'master' of bitbucket.org:zzzeek/sqlalchemyjonathan vanasco2015-12-16186-5045/+16501
|\ \
| * | - remove errant pdb, references #3612Mike Bayer2015-12-151-5/+1
| * | - Fixed bug in baked loader system where the systemwide monkeypatchMike Bayer2015-12-154-2/+36
| * | - hyperlink default-related parametersMike Bayer2015-12-151-10/+10
| * | - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` whereMike Bayer2015-12-153-19/+112
| * | - add some more oracle skipsMike Bayer2015-12-141-0/+2
| * | - a few tweaks to allow "server_defaults" to be a little more linkable;Mike Bayer2015-12-143-7/+12
| * | - since we are mutating the statement in a loop, start withMike Bayer2015-12-141-3/+8
| * | - Fixed bug where :meth:`.Session.bulk_update_mappings` and relatedMike Bayer2015-12-143-1/+49
| * | - Fixed bug in :meth:`.Update.return_defaults` which would cause allMike Bayer2015-12-148-21/+559
| |/
| * - Fixed bug where use of the :meth:`.Query.select_from` method wouldMike Bayer2015-12-124-3/+52
| * 1.0.10Mike Bayer2015-12-111-0/+1
| * - Added support for the ``dict.pop()`` and ``dict.popitem()`` methodsMike Bayer2015-12-113-0/+50
| * - convert ORM tutorial and basic_relationships to favorMike Bayer2015-12-103-38/+128