summaryrefslogtreecommitdiff
path: root/doc/build/changelog/migration_20.rst
Commit message (Expand)AuthorAgeFilesLines
* de-link LegacyRow, LegacyCursorResultMike Bayer2021-11-011-3/+3
* Fix order of warnings filtersrallyemax2021-09-211-6/+6
* fix: typos in doc/build/changelog (#7004)Kevin Kirsche2021-09-081-3/+3
* standardizing docs #6821jonathan vanasco2021-08-231-14/+14
* heads up that execute(query).first() can't apply LIMIT 1Mike Bayer2021-08-201-4/+31
* Add count example to 2.0 migration tableFederico Caselli2021-07-241-0/+12
* Replace all http:// links to https://Federico Caselli2021-07-041-8/+8
* Mention how to turn warning to exceptionsFederico Caselli2021-04-201-0/+5
* Fix incorrect module reference in migration docsKevin Kirsche2021-04-051-1/+1
* Remove outdated todos from migration 20Federico Caselli2021-03-301-6/+0
* ✏️ Fix minor typos in "Migrating to SQLAlchemy 2.0"Sebastián Ramírez2021-03-211-5/+5
* Clarify LegacyRow / Row verbiageMike Bayer2021-03-151-3/+6
* reduce confusion over "one choice" verbiageMike Bayer2021-03-051-5/+14
* [doc/build/changelog/migration_20.rst] Remove andSamuel Marks2021-02-131-2/+2
* Remove autoload=True referencesGord Thompson2020-12-121-1/+1
* Add summary table for orm 2.0 migrationFederico Caselli2020-11-221-3/+179
* fix notes regarding Python 3.5Mike Bayer2020-11-011-3/+3
* tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-1/+1
* Deprecate strings indicating attribute namesMike Bayer2020-10-131-0/+1
* Improve some documentationsFederico Caselli2020-09-291-5/+6
* formatting fixes, some content additionMike Bayer2020-09-251-15/+29
* new docs WIPMike Bayer2020-09-241-752/+1343
* Raise if unique() not applied to 2.0 joined eager load resultsMike Bayer2020-09-211-0/+2
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-78/+26
* Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-281-6/+9
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-113/+4
* revise asyncio verbiage a bitMike Bayer2020-08-061-10/+11
* Documentation updates for 1.4Mike Bayer2020-08-051-88/+154
* more docs for autocommit isolation levelMike Bayer2020-07-121-0/+4
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-0/+1
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-14/+20
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-1/+1
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-7/+3
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-0/+1
* Create initial 2.0 engine implementationMike Bayer2020-04-161-7/+19
* Set up absolute references for create_engine and relatedMike Bayer2020-04-141-5/+5
* Run search and replace of symbolic module namesMike Bayer2020-04-141-56/+56
* Enable zzzeeksphinx module prefixesMike Bayer2020-04-141-1/+1
* Fix almost all read-level sphinx warningsMike Bayer2020-04-111-2/+2
* Change ``orm.future`` to ``future.orm``Federico Caselli2020-04-081-8/+8
* updates to 2.0 migration notesMike Bayer2020-03-301-11/+63
* Add a third labeling mode for SELECT statementsMike Bayer2020-03-291-0/+99
* introduce "autobegin" concept for ConnectionMike Bayer2020-03-261-2/+9
* Fix typos in migration_20 documentationFederico Caselli2020-03-251-5/+5
* Merge "Correct ambiguous func / class links"mike bayer2020-03-251-5/+5
|\
| * Correct ambiguous func / class linksMike Bayer2020-03-251-5/+5
* | Deprecate add of columns in order by with distinctFederico Caselli2020-03-251-0/+35
|/
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-4/+7
* Result initial introductionMike Bayer2020-02-211-0/+35
* doc updates to 2.0 migration documentMike Bayer2020-02-211-45/+68