| Commit message (Expand) | Author | Age | Files | Lines |
* | - inline get_effective_schema and preparer setup to get profilesticket_2685 | Mike Bayer | 2016-01-08 | 3 | -17/+28 |
* | - add a test for the cache coverage | Mike Bayer | 2016-01-08 | 1 | -5/+2 |
* | - docs, changelogs | Mike Bayer | 2016-01-08 | 7 | -38/+43 |
* | - wip for #2685 | Mike Bayer | 2016-01-08 | 6 | -35/+135 |
* | - fix docstrings | Mike Bayer | 2016-01-08 | 1 | -15/+16 |
* | Merged in jvanasco/sqlalchemy-alt/issue_docs_scoped_session (pull request #50) | Mike Bayer | 2016-01-07 | 1 | -4/+11 |
|\ |
|
| * | updated sphinx tageting | jonathan vanasco | 2015-04-02 | 1 | -8/+10 |
| * | updates to scoping docs to make `.session_factory` appear public | jonathan vanasco | 2015-04-02 | 1 | -2/+7 |
* | | - pg8000 fixes for json | Mike Bayer | 2016-01-07 | 3 | -0/+9 |
* | | - add limiting criteria to the JSON tests so that we don't | Mike Bayer | 2016-01-06 | 1 | -3/+16 |
* | | - Added a new entrypoint system to the engine to allow "plugins" to | Mike Bayer | 2016-01-06 | 5 | -2/+125 |
* | | - long line | Mike Bayer | 2016-01-06 | 1 | -1/+2 |
* | | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 19 | -273/+788 |
* | | - Fixed 1.0 regression where the eager fetch of cursor.rowcount was | Mike Bayer | 2016-01-05 | 3 | -1/+10 |
* | | - break out mysql/base into modules as it's getting huge with more to come | Mike Bayer | 2016-01-04 | 4 | -1488/+1534 |
* | | - Fixed an assertion that would raise somewhat inappropriately | Mike Bayer | 2015-12-23 | 1 | -3/+7 |
* | | - An adjustment to the regular expression used to parse MySQL views, | Mike Bayer | 2015-12-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/pr/222' | Mike Bayer | 2015-12-22 | 1 | -0/+2 |
|\ \ |
|
| * | | Add new reserved words for MySQL 5.7.pr/222 | Hanno Schlichting | 2015-12-14 | 1 | -0/+2 |
* | | | - just use *arg straight without "key" for pop | Mike Bayer | 2015-12-17 | 1 | -2/+2 |
* | | | - Further fixes to :ticket:`3605`, pop method on :class:`.MutableDict`, | Mike Bayer | 2015-12-17 | 1 | -2/+2 |
* | | | some spelling fixes | jonathan vanasco | 2015-12-16 | 1 | -3/+3 |
* | | | - remove errant pdb, references #3612 | Mike Bayer | 2015-12-15 | 1 | -5/+1 |
* | | | - Fixed bug in baked loader system where the systemwide monkeypatch | Mike Bayer | 2015-12-15 | 2 | -2/+7 |
* | | | - Fixed regression caused in 1.0.10 by the fix for :ticket:`3593` where | Mike Bayer | 2015-12-15 | 1 | -1/+3 |
* | | | - a few tweaks to allow "server_defaults" to be a little more linkable; | Mike Bayer | 2015-12-14 | 1 | -2/+10 |
* | | | - since we are mutating the statement in a loop, start with | Mike Bayer | 2015-12-14 | 1 | -3/+8 |
* | | | - Fixed bug where :meth:`.Session.bulk_update_mappings` and related | Mike Bayer | 2015-12-14 | 1 | -1/+1 |
* | | | - Fixed bug in :meth:`.Update.return_defaults` which would cause all | Mike Bayer | 2015-12-14 | 4 | -17/+51 |
|/ / |
|
* | | - Fixed bug where use of the :meth:`.Query.select_from` method would | Mike Bayer | 2015-12-12 | 2 | -3/+7 |
* | | - Added support for the ``dict.pop()`` and ``dict.popitem()`` methods | Mike Bayer | 2015-12-11 | 1 | -0/+10 |
* | | - convert ORM tutorial and basic_relationships to favor | Mike Bayer | 2015-12-10 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'origin/pr/220' | Mike Bayer | 2015-12-10 | 2 | -2/+2 |
|\ \ |
|
| * | | fix some typospr/220 | Nils Philippsen | 2015-12-08 | 2 | -2/+2 |
* | | | - refactor of adapt_like_to_iterable(), fixes #3457. | Mike Bayer | 2015-12-09 | 4 | -85/+65 |
* | | | - Fixed issue within the :meth:`.Insert.from_select` construct whereby | Mike Bayer | 2015-12-09 | 1 | -2/+3 |
|/ / |
|
* | | - Fixed bug in MySQL reflection where the "fractional sections portion" | Mike Bayer | 2015-12-07 | 1 | -0/+5 |
* | | - write a real inline documentation section for from_self(), | Mike Bayer | 2015-12-07 | 1 | -2/+163 |
* | | - fix loading.py merge_result for new _merge() argument | Mike Bayer | 2015-12-04 | 1 | -2/+2 |
* | | - The :meth:`.Session.merge` method now tracks pending objects by | Mike Bayer | 2015-12-04 | 4 | -10/+28 |
* | | - Fixed issue where post_update on a many-to-one relationship would | Mike Bayer | 2015-12-02 | 1 | -3/+5 |
* | | - Fixed bug where CREATE TABLE with a no-column table, but a constraint | Mike Bayer | 2015-12-01 | 1 | -1/+1 |
* | | - Added the error "20006: Write to the server failed" to the list | Mike Bayer | 2015-11-30 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'origin/pr/216' | Mike Bayer | 2015-11-30 | 2 | -3/+3 |
|\ \ |
|
| * | | - Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"pr/216 | Diana Clarke | 2015-11-24 | 2 | -3/+3 |
* | | | Merge remote-tracking branch 'origin/pr/215' | Mike Bayer | 2015-11-30 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | fix postgresql exclude contraint to check when= against None rather than __bo...pr/215 | aisch | 2015-11-23 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge remote-tracking branch 'origin/pr/212' | Mike Bayer | 2015-11-30 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | py2k: accept unicode literals on :func:`backref`, toopr/212 | Nils Philippsen | 2015-11-25 | 1 | -1/+2 |
* | | | | Merge remote-tracking branch 'origin/pr/211' | Mike Bayer | 2015-11-30 | 2 | -3/+3 |
|\ \ \ \ |
|