summaryrefslogtreecommitdiff
path: root/doc/build/changelog/migration_11.rst
Commit message (Expand)AuthorAgeFilesLines
* Fixes related to improved sql formattingFederico Caselli2023-01-121-15/+33
* Improve sql formattingFederico Caselli2023-01-111-7/+6
* Add proper code block formattingFederico Caselli2022-10-021-26/+71
* Improvements to code formatterFederico Caselli2022-10-021-14/+17
* Format code in the rst docs fileFederico Caselli2022-09-301-218/+235
* migrate labels to new tutorialMike Bayer2022-06-071-6/+3
* fix: typos in doc/build/changelog (#7004)Kevin Kirsche2021-09-081-1/+1
* Replace all http:// links to https://Federico Caselli2021-07-041-2/+2
* 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-102/+102
* Correct ambiguous func / class linksMike Bayer2020-03-251-2/+2
* Remove print statement in favor of print() function in docs and examplesAlbert Tugushev2020-02-261-7/+7
* commit 1b774808c926665047bf353222ecd191679a95d1Lele Gaifax2018-12-301-3/+3
* - make a note in 1.1 migration notes for ref #4102Mike Bayer2017-10-121-0/+15
* Repair formatting throughout documentationKataev Denis2017-05-221-16/+16
* Add much more detail to the "unhashable types" changeMike Bayer2017-04-041-2/+35
* - add a note referring to the enum value as not currently persisted,Mike Bayer2017-02-011-4/+4
* Document Enum.enums is now a listMike Bayer2016-10-201-0/+7
* Rewrite migration notes for [ticket:3514]Mike Bayer2016-10-191-23/+92
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-1/+1
* Change autoincrement compileerror to a warningMike Bayer2016-10-071-2/+2
* Check for __clause_element__() in ORM insert/updateMike Bayer2016-10-051-2/+2
* Merge "Enhance "raise" strategy to include "raise_on_sql" option"mike bayer2016-10-041-7/+19
|\
| * Enhance "raise" strategy to include "raise_on_sql" optionMike Bayer2016-10-041-7/+19
* | - add a few more changes and try to break some out intoMike Bayer2016-10-041-120/+154
|/
* Escape literal string values passed to server_defaultMike Bayer2016-09-301-0/+25
* Handle BaseException in all _handle_dbapi_errorMike Bayer2016-09-211-0/+63
* - fix wrong var name, credit to @RazerMMike Bayer2016-08-171-1/+1
* Remove same-named relationship warningMike Bayer2016-07-191-0/+41
* Fix some typos in 1.1's changelog and migration sectionspr/287Lele Gaifax2016-07-021-14/+14
* Consistently use the official PostgreSQL casingLele Gaifax2016-07-021-24/+24
* Make boolean processors consistent between Py/C; coerce to 1/0Mike Bayer2016-06-231-0/+22
* Don't reorder PrimaryKeyConstraint columns if explicitMike Bayer2016-06-201-0/+13
* Disable Enum string validation by defaultMike Bayer2016-06-201-8/+8
* - dont need thisMike Bayer2016-06-161-13/+2
* Add TABLESAMPLE clause support.saarni2016-06-151-0/+26
* Add `sqlalchemy.ext.index` for indexed attributes for ORMJeong YunWon2016-06-151-0/+34
* Add ON CONFLICT support for PostgresqlRobin Thomas2016-06-141-0/+36
* Merge "Support normal /materialized views in PG separately"mike bayer2016-06-081-0/+15
|\
| * Support normal /materialized views in PG separatelySebastian Bank2016-06-061-0/+15
* | Use the "committed" values when extracting many-to-one lazyload valueMike Bayer2016-06-081-0/+48
* | Merge "Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for Postgresql"mike bayer2016-06-081-5/+17
|\ \
| * | Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for PostgresqlSergey Skopin2016-06-081-5/+17
| |/
* | Support range specification in window functionPhillip Cloud2016-06-071-0/+29
|/
* Add IS (NOT) DISTINCT FROM operatorsSebastian Bank2016-06-061-0/+24
* Allow creating explicit non-clustered keys and indexes MS SQL.Saulius Žemaitaitis2016-06-061-0/+12
* Merge "Add SKIP LOCKED support for Postgresql, Oracle"mike bayer2016-06-031-0/+15
|\
| * Add SKIP LOCKED support for Postgresql, OracleJack Zhou2016-06-021-0/+15
* | Reflect ON DELETE and ON UPDATE for SQLite foreign keysMichal Petrucha2016-06-021-0/+8
* | Add an init_scalar event for attributesMike Bayer2016-06-021-0/+25
|/