summaryrefslogtreecommitdiff
path: root/doc/build/changelog/migration_11.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Add postgresql_tablespace option on Indexbeenje2016-06-011-0/+13
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-011-0/+16
* Adds parentheses around print statements in docs.pr/268Jeffrey Finkelstein2016-05-031-4/+4
* Deprecate Mapper.order_byMike Bayer2016-04-191-0/+18
* Merge "Add raise/raiseload relationship loading strategy"mike bayer2016-04-191-0/+20
|\
| * Add raise/raiseload relationship loading strategyAdrian Moennich2016-04-191-0/+20
* | Propagate hybrid properties / infoMike Bayer2016-04-181-2/+18
* | Honor hybrid property / method docstringsMike Bayer2016-04-181-0/+44
* | - Add support for PostgreSQL with PyGreSQLChristoph Zwerschke2016-04-151-0/+9
|/
* - make sure negative row indexes are based on the size of theMike Bayer2016-03-301-0/+15
* - changelog for #3629, fixes #3629Mike Bayer2016-03-301-0/+11
* - Added :meth:`.Select.lateral` and related constructs to allowMike Bayer2016-03-291-0/+34
* - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-281-0/+17
* - Further continuing on the common MySQL exception case ofMike Bayer2016-03-231-1/+39
* - Added basic isolation level support to the SQL Server dialectsMike Bayer2016-03-151-0/+22
* - changelog and docs for #3332, fixes #3332Mike Bayer2016-03-151-0/+19
* - Fixed bug where a newly inserted instance that is rolled backMike Bayer2016-03-141-0/+92
* - An improvement to the workings of :meth:`.Query.correlate` suchMike Bayer2016-02-251-1/+67
* - Fixed bug which would cause an eagerly loaded many-to-one attributeMike Bayer2016-02-171-0/+89
* - All string formatting of bound parameter sets and result rows forMike Bayer2016-02-171-0/+39
* - add changelog, migration, version flags and some extra notesMike Bayer2016-02-161-0/+9
* - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-111-0/+59
* - A refinement to the logic which adds columns to the resulting SQL whenMike Bayer2016-02-091-1/+40
* - add changelog and migration notes for new Enum features,Mike Bayer2016-02-021-0/+74
* - The ``sqlalchemy.dialects.postgres`` module, long deprecated, isMike Bayer2016-01-291-1/+10
* - The workaround for right-nested joins on SQLite, where they are rewrittenMike Bayer2016-01-261-4/+51
* - add a new qualifier "native" vs. "dbapi" unicode to avoidMike Bayer2016-01-241-2/+2
* - Added new parameter :paramref:`.orm.mapper.passive_deletes` toMike Bayer2016-01-201-0/+60
* - calling str() on a core sql construct has been made more "friendly",Mike Bayer2016-01-191-0/+30