| Commit message (Expand) | Author | Age | Files | Lines |
| * | same logic, but without the inner functionpr/230 | Diana Clarke | 2016-01-28 | 1 | -4/+3 |
| * | sqlite: reflect primary key constraint names, fixes #3629 | Diana Clarke | 2016-01-27 | 1 | -1/+10 |
| * | - unfortunately we need to match within join where col.key does not match | Mike Bayer | 2016-01-26 | 1 | -2/+1 |
| * | - rework ColumnCollection to no longer persist "all_col_set"; we don't | Mike Bayer | 2016-01-26 | 1 | -20/+9 |
| * | - The workaround for right-nested joins on SQLite, where they are rewritten | Mike Bayer | 2016-01-26 | 2 | -7/+14 |
| * | - add a new qualifier "native" vs. "dbapi" unicode to avoid | Mike Bayer | 2016-01-24 | 1 | -0/+5 |
| * | - use uuid fragments for provision names to enable multiple test suites | Mike Bayer | 2016-01-23 | 1 | -2/+2 |
| * | - documenation updates to clarify specific SQLite versions | Mike Bayer | 2016-01-21 | 1 | -2/+14 |
| * | - Added new parameter :paramref:`.orm.mapper.passive_deletes` to | Mike Bayer | 2016-01-20 | 2 | -1/+44 |
| * | - The unsupported Sybase dialect now raises ``NotImplementedError`` | Mike Bayer | 2016-01-20 | 1 | -5/+1 |
| * | - generalize the verbiage on LargeBinary so that it doesn't | Mike Bayer | 2016-01-20 | 1 | -10/+5 |
| * | - update oracle JDBC driver URL, fixes #3554 | Mike Bayer | 2016-01-20 | 1 | -2/+1 |
| * | - cross link for concrete helper classes | Mike Bayer | 2016-01-20 | 1 | -0/+16 |
| * | - add a note that the literal_binds flag should be used | Mike Bayer | 2016-01-20 | 1 | -1/+11 |
| * | Fix ArrayOfEnum's handling of empty arrays.pr/229 | Chase | 2016-01-19 | 1 | -1/+1 |
| * | - the order in which _generate_backref() for different mappers is called | Mike Bayer | 2016-01-19 | 1 | -1/+1 |
| * | - calling str() on a core sql construct has been made more "friendly", | Mike Bayer | 2016-01-19 | 6 | -2/+56 |
| * | - Fixed issue where two same-named relationships that refer to | Mike Bayer | 2016-01-19 | 2 | -10/+16 |
| * | - The ``str()`` call for :class:`.Query` will now take into account | Mike Bayer | 2016-01-19 | 2 | -7/+29 |
| * | - Fixed bug where some exception re-raise scenarios would attach | Mike Bayer | 2016-01-18 | 1 | -12/+12 |
| * | - A deep improvement to the recently added :meth:`.TextClause.columns` | Mike Bayer | 2016-01-14 | 6 | -154/+355 |
| * | - fix some old verbiage that refers to text() as an "implicit" thing | Mike Bayer | 2016-01-14 | 1 | -8/+7 |
| * | - convert keys to str for None not sortable against str on py3k | Mike Bayer | 2016-01-12 | 1 | -1/+1 |
| * | Remove quote on first DATEPART paramater | Guillaume DOUMENC | 2016-01-12 | 1 | -1/+1 |
| * | - reorganize schema_translate_map to be succinct and gain the performance | Mike Bayer | 2016-01-11 | 10 | -62/+124 |
| * | - refactor a bit the loader options system to make it a bit more | Mike Bayer | 2016-01-10 | 1 | -31/+38 |
| * | - fix link to types in metadata, fixes #3618 | Mike Bayer | 2016-01-10 | 1 | -1/+1 |
| * | - ensure we use a Connection for effective schema here since Engine doesn't | Mike Bayer | 2016-01-09 | 2 | -1/+3 |
| * | - Fixed regression since 0.9 where the 0.9 style loader options | Mike Bayer | 2016-01-09 | 2 | -4/+23 |
| * | - Multi-tenancy schema translation for :class:`.Table` objects is added. | Mike Bayer | 2016-01-08 | 9 | -44/+157 |
| * | - 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 |