summaryrefslogtreecommitdiff
path: root/doc/build/changelog
Commit message (Expand)AuthorAgeFilesLines
* Make boolean processors consistent between Py/C; coerce to 1/0Mike Bayer2016-06-232-0/+38
* Don't reorder PrimaryKeyConstraint columns if explicitMike Bayer2016-06-202-0/+23
* Disable Enum string validation by defaultMike Bayer2016-06-202-8/+21
* - create space for 1.1.0b2Mike Bayer2016-06-201-0/+3
* 1.1.0b1Mike Bayer2016-06-161-0/+1
* - dont need thisMike Bayer2016-06-161-13/+2
* Add DDLCompiler.create_table_suffix()Mark Sandan2016-06-161-0/+9
* Add TABLESAMPLE clause support.saarni2016-06-152-0/+37
* Add `sqlalchemy.ext.index` for indexed attributes for ORMJeong YunWon2016-06-152-0/+46
* Merge "Add ON CONFLICT support for Postgresql"mike bayer2016-06-142-0/+48
|\
| * Add ON CONFLICT support for PostgresqlRobin Thomas2016-06-142-0/+48
* | Deprecate FromClause.count()Mike Bayer2016-06-142-0/+16
* | Ensure CTE internals are handled during cloneMike Bayer2016-06-101-0/+9
|/
* Support `postgresql_concurrently` on index dropping.Iuri de Silvio2016-06-081-0/+11
* Merge "Support normal /materialized views in PG separately"mike bayer2016-06-082-0/+24
|\
| * Support normal /materialized views in PG separatelySebastian Bank2016-06-062-0/+24
* | Use the "committed" values when extracting many-to-one lazyload valueMike Bayer2016-06-082-0/+66
* | Merge "Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for Postgresql"mike bayer2016-06-082-5/+27
|\ \
| * | Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for PostgresqlSergey Skopin2016-06-082-5/+27
| |/
* | Support range specification in window functionPhillip Cloud2016-06-072-0/+41
|/
* Add "render_nulls" flag to bulk_insert as optional performance optimizationtsauerwein2016-06-061-0/+9
* Add IS (NOT) DISTINCT FROM operatorsSebastian Bank2016-06-062-0/+35
* Allow creating explicit non-clustered keys and indexes MS SQL.Saulius Žemaitaitis2016-06-062-0/+21
* Merge "Add SKIP LOCKED support for Postgresql, Oracle"mike bayer2016-06-032-0/+25
|\
| * Add SKIP LOCKED support for Postgresql, OracleJack Zhou2016-06-022-0/+25
* | Reflect ON DELETE and ON UPDATE for SQLite foreign keysMichal Petrucha2016-06-022-0/+16
* | Merge "Add schema argument to AutomapBase.prepare()"mike bayer2016-06-021-0/+9
|\ \
| * | Add schema argument to AutomapBase.prepare()Josh Marlow2016-06-021-0/+9
* | | Merge "Add an init_scalar event for attributes"mike bayer2016-06-022-0/+38
|\ \ \ | |_|/ |/| |
| * | Add an init_scalar event for attributesMike Bayer2016-06-022-0/+38
| |/
* | Merge "Skip UniqueConstraint marked by unique=True in tometadata"mike bayer2016-06-021-0/+8
|\ \ | |/ |/|
| * Skip UniqueConstraint marked by unique=True in tometadataMike Bayer2016-06-021-0/+8
* | Add postgresql_tablespace option on Indexbeenje2016-06-012-0/+22
|/
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-012-0/+27
* Use new mxODBC 3.3.4 varbinary null symbolSheila Allen2016-05-311-0/+8
* Convert readthedocs link for their .org -> .io migration for hosted projectspr/278Adam Chainz2016-05-293-3/+3
* Merge remote-tracking branch 'origin/pr/270'Mike Bayer2016-05-241-1/+1
|\
| * Spelling fixes: "an SQL" -> "a SQL", see #266pr/270Ville Skyttä2016-05-051-1/+1
* | Repair dictlike-polymorphicMike Bayer2016-05-241-0/+8
* | Support "blank" schema when MetaData.schema is setMike Bayer2016-05-181-0/+17
* | - 1.0.13 release dateMike Bayer2016-05-181-0/+1
* | Merge "Accommodate "callable" bound param in evaluator"mike bayer2016-05-161-0/+9
|\ \
| * | Accommodate "callable" bound param in evaluatorMike Bayer2016-05-161-0/+9
* | | Fix TypeError during cx_Oracle connectionJohn Vandenberg2016-05-161-0/+11
|/ /
* | Handle `SSL error: decryption failed or bad record mac`Iuri de Silvio2016-05-131-0/+8
* | Fix label referencing in SQL Server OFFSET logicMike Bayer2016-05-101-0/+9
* | Check for duplicate calls to register_attribute_implMike Bayer2016-05-101-0/+9
* | Repair _orm_columns() to accommodate text()Mike Bayer2016-05-051-0/+8
|/
* Adds parentheses around print statements in docs.pr/268Jeffrey Finkelstein2016-05-038-47/+47
* Don't double-process ResultMetaData for BufferedColumnResultProxyMike Bayer2016-04-271-0/+11