summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the convert_unicode docs and add tons of dragonsMike Bayer2018-12-212-36/+75
* typoRaphael2018-11-301-1/+1
* Fix links and update verbiage for reset_on_returnMike Bayer2018-08-282-20/+18
* Write a much better section about server defaultsMike Bayer2018-08-091-0/+4
* Fix typo from "addreses" to "addresses"Rachid Belaid2016-04-081-1/+1
* Fix some broken links in docsVille Skyttä2016-04-061-1/+1
* ReST fix: missing backtickMarius Gedminas2016-03-211-1/+1
* - backport doc improvements from 31f96c27a5fea302358ba580313a2f742c12b83d re:Mike Bayer2016-03-152-13/+27
* - add notes for pyodbc limitations with rowcount fixes #3675Mike Bayer2016-03-152-0/+41
* Adds documentation to Query.slice().jfinkels2016-03-131-3/+28
* - further edit the unnest() example to suit PG's esoteric requirementsMike Bayer2016-02-181-4/+6
* - use same colname as the alias we give to the PG functionMike Bayer2016-02-161-2/+2
* - add more documentation to MutableDict explainingMike Bayer2016-02-101-0/+12
* - fully hyperlink the docstring for make_transientMike Bayer2016-02-082-12/+48
* - documenation updates to clarify specific SQLite versionsMike Bayer2016-01-211-2/+14
* - generalize the verbiage on LargeBinary so that it doesn'tMike Bayer2016-01-201-10/+5
* - update oracle JDBC driver URL, fixes #3554Mike Bayer2016-01-201-2/+1
* - cross link for concrete helper classesMike Bayer2016-01-201-2/+19
* - add a note that the literal_binds flag should be usedMike Bayer2016-01-201-1/+11
* - fix some old verbiage that refers to text() as an "implicit" thingMike Bayer2016-01-141-8/+7
* - fix link to types in metadata, fixes #3618Mike Bayer2016-01-101-1/+1
* Revert "some spelling fixes" - unfortunately dml.py got whacked / pushed by a...Mike Bayer2015-12-171-0/+788
* some spelling fixesjonathan vanasco2015-12-161-788/+0
* - write a real inline documentation section for from_self(),Mike Bayer2015-12-071-2/+163
* fix typo: Explcitly -> ExplicitlySven Schliesing2015-11-101-1/+1
* - cross-linking for pool recycle featureMike Bayer2015-10-301-0/+5
* - add a JSON warning for coerce_compared_valueMike Bayer2015-10-281-0/+20
* Update base.pyPeter Demin2015-10-081-1/+1
* - remove ambiguous use of the phrase "joined together by AND" as thisMike Bayer2015-10-011-5/+6
* - add a new FAQ recipe for "walk all objects", replacing the needMike Bayer2015-09-101-4/+13
* Correcting the Hybrid Property ExampleJason Myers2015-09-101-2/+2
* - add new documentation that applies to all modern SQLA versions,Mike Bayer2015-09-021-140/+83
* - add a note about DISTINCT in query w/ ORDER BY, references #3518Mike Bayer2015-08-311-0/+13
* - use consistent and descriptive language in all casesMike Bayer2015-08-272-3/+25
* - reword and update documentation on passive_updates=False; as virtuallyMike Bayer2015-08-271-21/+17
* - re-document and fully cross link all of configure_mappers(),Mike Bayer2015-08-242-20/+111
* - add tests for InstanceEvents.init, InstanceEvents.init_failureMike Bayer2015-08-142-5/+68
* fix typo int->intohalfcrazy2015-08-091-1/+1
* Remove useless codeLeonardo Rochael Almeida2015-08-061-3/+0
* - add a note clarifying query.with_labels(), fixes #3506Mike Bayer2015-08-031-0/+10
* - Fixed support for cx_Oracle version 5.2, which was trippingMike Bayer2015-07-291-2/+5
* - Fixed critical issue whereby the pool "checkout" event handlerMike Bayer2015-07-223-3/+6
* - Fixed bug in SQLite dialect where reflection of UNIQUE constraintsMike Bayer2015-07-212-1/+9
* - try to note under insert.values(), if you needMike Bayer2015-07-081-3/+7
* - add a warning suggesting to use the dictionary form of accessMike Bayer2015-07-051-0/+33
* Fix code examples in automap's documentationYuri Baida2015-06-261-5/+4
* - more edits, references #3461Mike Bayer2015-06-191-2/+4
* - add explciit section on engine disposal, fixes #3461Mike Bayer2015-06-191-14/+10
* - automap is stableMike Bayer2015-06-181-6/+0
* - document SQlite dotted name issue, fixes #3441Mike Bayer2015-06-051-0/+101