summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | - add a note that the literal_binds flag should be usedMike Bayer2016-01-201-1/+11
| * | Fix ArrayOfEnum's handling of empty arrays.pr/229Chase2016-01-191-1/+1
| * | - the order in which _generate_backref() for different mappers is calledMike Bayer2016-01-191-1/+1
| * | - calling str() on a core sql construct has been made more "friendly",Mike Bayer2016-01-1911-11/+180
| * | - Fixed issue where two same-named relationships that refer toMike Bayer2016-01-195-10/+128
| * | - The ``str()`` call for :class:`.Query` will now take into accountMike Bayer2016-01-195-10/+135
| * | - Fixed bug where some exception re-raise scenarios would attachMike Bayer2016-01-183-12/+79
| * | Merge remote-tracking branch 'origin/pr/227'Mike Bayer2016-01-161-2/+2
| |\ \
| | * | Fix typo in relationships docspr/227rmn2016-01-161-2/+2
| * | | - fix People -> Person , fixes #3628Mike Bayer2016-01-161-1/+1
| |/ /
| * | - updateMike Bayer2016-01-141-1/+1
| * | - illustrate these using the newer exception doctest format.Mike Bayer2016-01-141-26/+8
| * | - A deep improvement to the recently added :meth:`.TextClause.columns`Mike Bayer2016-01-1415-599/+1237
| * | - there was a DATEPART test after all, fix formatMike Bayer2016-01-141-1/+1
| * | - fix some old verbiage that refers to text() as an "implicit" thingMike Bayer2016-01-141-8/+7
| * | - convert keys to str for None not sortable against str on py3kMike Bayer2016-01-121-1/+1
| * | - changelog for pr bitbucket:70, fixes #3624Mike Bayer2016-01-122-0/+21
| * | Remove quote on first DATEPART paramaterGuillaume DOUMENC2016-01-121-1/+1
| * | - reorganize schema_translate_map to be succinct and gain the performanceMike Bayer2016-01-1110-62/+124
| * | - refactor a bit the loader options system to make it a bit moreMike Bayer2016-01-102-34/+163
| * | - fix link to types in metadata, fixes #3618Mike Bayer2016-01-104-4/+4
| * | Merge remote-tracking branch 'origin/pr/225'Mike Bayer2016-01-101-1/+1
| |\ \
| | * | Update SQLAlchemy-Migrate link to the new repopr/225Jeff Widman2015-12-241-1/+1
| | |/
| * | Merge remote-tracking branch 'origin/pr/226'Mike Bayer2016-01-091-1/+1
| |\ \
| | * | Fix typo in session docspr/226Adrian Moennich2016-01-091-1/+1
| * | | - ensure we use a Connection for effective schema here since Engine doesn'tMike Bayer2016-01-092-1/+3
| |/ /
| * | - Fixed regression since 0.9 where the 0.9 style loader optionsMike Bayer2016-01-094-4/+91
| * | - Multi-tenancy schema translation for :class:`.Table` objects is added.Mike Bayer2016-01-0817-53/+623
| * | - fix docstringsMike Bayer2016-01-081-15/+16
| * | Merged in jvanasco/sqlalchemy-alt/issue_docs_scoped_session (pull request #50)Mike Bayer2016-01-071-4/+11
| |\ \
| | * | updated sphinx tagetingjonathan vanasco2015-04-021-8/+10
| | * | updates to scoping docs to make `.session_factory` appear publicjonathan vanasco2015-04-021-2/+7
| * | | - pg8000 fixes for jsonMike Bayer2016-01-074-0/+13
| * | | - add a do-nothing for mock url _instantiate_pluginsMike Bayer2016-01-061-0/+1
| * | | - add limiting criteria to the JSON tests so that we don'tMike Bayer2016-01-061-3/+16
| * | | - Added a new entrypoint system to the engine to allow "plugins" toMike Bayer2016-01-068-10/+176
| * | | - long lineMike Bayer2016-01-061-1/+2
| * | | - add a few JSON tests specific to MySQL, including basic reflectionMike Bayer2016-01-061-1/+45
| * | | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-0629-510/+1235
| * | | - 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
| | |/ | |/|
| * | - 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