| Commit message (Expand) | Author | Age | Files | Lines |
* | further 2.0 modernizations | Mike Bayer | 2022-10-13 | 1 | -1/+1 |
* | pass through docs for 2.0 style | Mike Bayer | 2021-11-11 | 1 | -0/+12 |
* | initial 2.0 setup | Mike Bayer | 2021-10-30 | 1 | -2257/+0 |
* | Merge "Modernize tests - session_query_get" into main | mike bayer | 2021-10-29 | 1 | -1/+1 |
|\ |
|
| * | Modernize tests - session_query_get | Gord Thompson | 2021-10-28 | 1 | -1/+1 |
* | | warnings: cascade_backrefs | Mike Bayer | 2021-10-28 | 1 | -0/+4 |
|/ |
|
* | turn off deduping for col expressions | Mike Bayer | 2021-09-04 | 1 | -2/+4 |
* | standardizing docs #6821 | jonathan vanasco | 2021-08-23 | 1 | -3/+3 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -2/+2 |
* | As of 1.1, there are five object states | John Whitlock | 2021-02-24 | 1 | -2/+2 |
* | Create explicit GC ordering between ConnectionFairy/ConnectionRecord | Mike Bayer | 2021-01-15 | 1 | -0/+6 |
* | tutorial 2.0 WIPreview/mike_bayer/tutorial20 | Mike Bayer | 2020-10-31 | 1 | -13/+30 |
* | new docs WIP | Mike Bayer | 2020-09-24 | 1 | -3/+3 |
* | Rename Core expression isnot, not_in_ | jonathan vanasco | 2020-09-14 | 1 | -3/+3 |
* | Build out new declarative systems; deprecate mapper() | Mike Bayer | 2020-09-10 | 1 | -1/+1 |
* | Emit v2.0 deprecation warning for "implicit autocommit" | Gord Thompson | 2020-08-28 | 1 | -10/+18 |
* | Documentation updates for 1.4 | Mike Bayer | 2020-08-05 | 1 | -3/+4 |
* | Fix a wide variety of typos and broken links | aplatkouski | 2020-06-25 | 1 | -11/+11 |
* | Turn on caching everywhere, add logging | Mike Bayer | 2020-06-10 | 1 | -78/+78 |
* | Disable "check unicode returns" under Python 3 | Mike Bayer | 2020-05-19 | 1 | -1/+0 |
* | Consider aliased=True, from_joinpoint as legacy | Mike Bayer | 2020-05-04 | 1 | -7/+16 |
* | Set up absolute references for create_engine and related | Mike Bayer | 2020-04-14 | 1 | -3/+3 |
* | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 1 | -85/+85 |
* | Add missing definitions to glossary | Mike Bayer | 2020-04-13 | 1 | -1/+1 |
* | Remove ORDER BY pk from subqueryload, selectinload | Mike Bayer | 2020-03-30 | 1 | -1/+1 |
* | Result initial introduction | Mike Bayer | 2020-02-21 | 1 | -23/+8 |
* | Add note on the use of tuple_() for the IN operator in the docs | Stepland | 2019-09-16 | 1 | -0/+7 |
* | Document Query deduplication | Mike Bayer | 2019-09-05 | 1 | -0/+17 |
* | Always include a schema name in SQLite PRAGMA | Mike Bayer | 2019-08-02 | 1 | -1/+3 |
* | - continued 1.4 setup, somehow the commit didn't work | Mike Bayer | 2019-04-27 | 1 | -2/+2 |
* | Remove all occurrences of the word "password" from all examples and tutorials | Mike Bayer | 2019-02-05 | 1 | -107/+107 |
* | selectinload omit join | Jayson Reis | 2018-10-10 | 1 | -26/+20 |
* | Setup master as 1.3 | Mike Bayer | 2018-03-02 | 1 | -2/+2 |
* | Make flush logic slightly clearer in tutorial. | Feanil Patel | 2017-07-23 | 1 | -1/+1 |
* | Replace Session class with session instance | Tom Sitter | 2017-07-12 | 1 | -1/+1 |
* | Repair formatting throughout documentation | Kataev Denis | 2017-05-22 | 1 | -5/+5 |
* | - bump minimum python version to 2.7 | Mike Bayer | 2017-03-10 | 1 | -2/+2 |
* | - correctly document LIKE / ILIKE, fixes #3890 | Mike Bayer | 2017-01-16 | 1 | -1/+14 |
* | Fix a minor grammatical error in the ORM tutorial. | Randy Barlow | 2016-10-13 | 1 | -2/+2 |
* | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 1 | -1/+1 |
* | Fix typopr/249 | Benjamin Dopplinger | 2016-03-16 | 1 | -1/+1 |
* | - clarify the "Adding" section also illustrates updates, fixes #2942 | Mike Bayer | 2016-01-20 | 1 | -3/+6 |
* | - illustrate these using the newer exception doctest format. | Mike Bayer | 2016-01-14 | 1 | -26/+8 |
* | - A deep improvement to the recently added :meth:`.TextClause.columns` | Mike Bayer | 2016-01-14 | 1 | -15/+30 |
* | - convert ORM tutorial and basic_relationships to favor | Mike Bayer | 2015-12-10 | 1 | -24/+41 |
* | - The ORM and Core tutorials, which have always been in doctest format, | Mike Bayer | 2015-12-10 | 1 | -110/+99 |
* | - add an additional note regarding select_from, fixes #3546 | Mike Bayer | 2015-10-02 | 1 | -0/+10 |
* | - remove ambiguous use of the phrase "joined together by AND" as this | Mike Bayer | 2015-10-01 | 1 | -0/+6 |
* | Add Query.one_or_none()pr/201 | Eric Siegerman | 2015-09-24 | 1 | -1/+6 |
* | - update moved link, fixes #3351 | Mike Bayer | 2015-09-03 | 1 | -1/+1 |