| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rewrite the convert_unicode docs and add tons of dragons | Mike Bayer | 2018-12-21 | 2 | -36/+75 |
| * | typo | Raphael | 2018-11-30 | 1 | -1/+1 |
| * | Fix links and update verbiage for reset_on_return | Mike Bayer | 2018-08-28 | 2 | -20/+18 |
| * | Write a much better section about server defaults | Mike Bayer | 2018-08-09 | 1 | -0/+4 |
| * | Fix typo from "addreses" to "addresses" | Rachid Belaid | 2016-04-08 | 1 | -1/+1 |
| * | Fix some broken links in docs | Ville Skyttä | 2016-04-06 | 1 | -1/+1 |
| * | ReST fix: missing backtick | Marius Gedminas | 2016-03-21 | 1 | -1/+1 |
| * | - backport doc improvements from 31f96c27a5fea302358ba580313a2f742c12b83d re: | Mike Bayer | 2016-03-15 | 2 | -13/+27 |
| * | - add notes for pyodbc limitations with rowcount fixes #3675 | Mike Bayer | 2016-03-15 | 2 | -0/+41 |
| * | Adds documentation to Query.slice(). | jfinkels | 2016-03-13 | 1 | -3/+28 |
| * | - further edit the unnest() example to suit PG's esoteric requirements | Mike Bayer | 2016-02-18 | 1 | -4/+6 |
| * | - use same colname as the alias we give to the PG function | Mike Bayer | 2016-02-16 | 1 | -2/+2 |
| * | - add more documentation to MutableDict explaining | Mike Bayer | 2016-02-10 | 1 | -0/+12 |
| * | - fully hyperlink the docstring for make_transient | Mike Bayer | 2016-02-08 | 2 | -12/+48 |
| * | - documenation updates to clarify specific SQLite versions | Mike Bayer | 2016-01-21 | 1 | -2/+14 |
| * | - 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 | -2/+19 |
| * | - add a note that the literal_binds flag should be used | Mike Bayer | 2016-01-20 | 1 | -1/+11 |
| * | - fix some old verbiage that refers to text() as an "implicit" thing | Mike Bayer | 2016-01-14 | 1 | -8/+7 |
| * | - fix link to types in metadata, fixes #3618 | Mike Bayer | 2016-01-10 | 1 | -1/+1 |
| * | Revert "some spelling fixes" - unfortunately dml.py got whacked / pushed by a... | Mike Bayer | 2015-12-17 | 1 | -0/+788 |
| * | some spelling fixes | jonathan vanasco | 2015-12-16 | 1 | -788/+0 |
| * | - write a real inline documentation section for from_self(), | Mike Bayer | 2015-12-07 | 1 | -2/+163 |
| * | fix typo: Explcitly -> Explicitly | Sven Schliesing | 2015-11-10 | 1 | -1/+1 |
| * | - cross-linking for pool recycle feature | Mike Bayer | 2015-10-30 | 1 | -0/+5 |
| * | - add a JSON warning for coerce_compared_value | Mike Bayer | 2015-10-28 | 1 | -0/+20 |
| * | Update base.py | Peter Demin | 2015-10-08 | 1 | -1/+1 |
| * | - remove ambiguous use of the phrase "joined together by AND" as this | Mike Bayer | 2015-10-01 | 1 | -5/+6 |
| * | - add a new FAQ recipe for "walk all objects", replacing the need | Mike Bayer | 2015-09-10 | 1 | -4/+13 |
| * | Correcting the Hybrid Property Example | Jason Myers | 2015-09-10 | 1 | -2/+2 |
| * | - add new documentation that applies to all modern SQLA versions, | Mike Bayer | 2015-09-02 | 1 | -140/+83 |
| * | - add a note about DISTINCT in query w/ ORDER BY, references #3518 | Mike Bayer | 2015-08-31 | 1 | -0/+13 |
| * | - use consistent and descriptive language in all cases | Mike Bayer | 2015-08-27 | 2 | -3/+25 |
| * | - reword and update documentation on passive_updates=False; as virtually | Mike Bayer | 2015-08-27 | 1 | -21/+17 |
| * | - re-document and fully cross link all of configure_mappers(), | Mike Bayer | 2015-08-24 | 2 | -20/+111 |
| * | - add tests for InstanceEvents.init, InstanceEvents.init_failure | Mike Bayer | 2015-08-14 | 2 | -5/+68 |
| * | fix typo int->into | halfcrazy | 2015-08-09 | 1 | -1/+1 |
| * | Remove useless code | Leonardo Rochael Almeida | 2015-08-06 | 1 | -3/+0 |
| * | - add a note clarifying query.with_labels(), fixes #3506 | Mike Bayer | 2015-08-03 | 1 | -0/+10 |
| * | - Fixed support for cx_Oracle version 5.2, which was tripping | Mike Bayer | 2015-07-29 | 1 | -2/+5 |
| * | - Fixed critical issue whereby the pool "checkout" event handler | Mike Bayer | 2015-07-22 | 3 | -3/+6 |
| * | - Fixed bug in SQLite dialect where reflection of UNIQUE constraints | Mike Bayer | 2015-07-21 | 2 | -1/+9 |
| * | - try to note under insert.values(), if you need | Mike Bayer | 2015-07-08 | 1 | -3/+7 |
| * | - add a warning suggesting to use the dictionary form of access | Mike Bayer | 2015-07-05 | 1 | -0/+33 |
| * | Fix code examples in automap's documentation | Yuri Baida | 2015-06-26 | 1 | -5/+4 |
| * | - more edits, references #3461 | Mike Bayer | 2015-06-19 | 1 | -2/+4 |
| * | - add explciit section on engine disposal, fixes #3461 | Mike Bayer | 2015-06-19 | 1 | -14/+10 |
| * | - automap is stable | Mike Bayer | 2015-06-18 | 1 | -6/+0 |
| * | - document SQlite dotted name issue, fixes #3441 | Mike Bayer | 2015-06-05 | 1 | -0/+101 |