summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into ticket_3501ticket_3501Mike Bayer2016-01-141-1/+1
|\
| * - there was a DATEPART test after all, fix formatMike Bayer2016-01-141-1/+1
* | - fix tutorial exception matchMike Bayer2016-01-141-2/+3
* | Merge branch 'master' into ticket_3501Mike Bayer2016-01-144-2/+23
|\ \ | |/
| * - 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
* | - more docsMike Bayer2016-01-143-3/+11
* | - fix some old verbiage that refers to text() as an "implicit" thingMike Bayer2016-01-141-8/+7
* | - more migrationMike Bayer2016-01-144-21/+95
* | - some changelog / migration stuff, still needs proofreadingMike Bayer2016-01-134-2/+114
* | - add some tutorial about thisMike Bayer2016-01-135-66/+188
* | - add some tests for positional textMike Bayer2016-01-123-49/+244
* | - adjust callcounts. we've only gained a tiny bit in the "raw execute" use c...Mike Bayer2016-01-121-349/+349
* | - reorganize the initialization of ResultMetaData for readabilityMike Bayer2016-01-123-139/+224
* | - wip, many more checks and changes than in the original patchMike Bayer2016-01-117-33/+74
|/
* - 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
* | | - just use *arg straight without "key" for popMike Bayer2015-12-171-2/+2