summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixed typopr/288Kristian Perkins2016-07-031-1/+1
* - add backportsMike Bayer2016-07-011-0/+2
* Preserve type for math negationMike Bayer2016-07-013-1/+16
* - 1.1.0b2rel_1_1_0b2Mike Bayer2016-07-012-2/+3
* - revert the RTD reqs workaround, we are self-hosting nowMike Bayer2016-07-011-31/+0
* Merge "Repair pickling for Properties object"mike bayer2016-06-293-2/+47
|\
| * Repair pickling for Properties objectPieter Mulder2016-06-293-2/+47
* | Ensure @compiles calls down to the original compilation schemeMike Bayer2016-06-293-6/+76
|/
* Make boolean processors consistent between Py/C; coerce to 1/0Mike Bayer2016-06-236-14/+152
* Don't reorder PrimaryKeyConstraint columns if explicitMike Bayer2016-06-205-3/+49
* Disable Enum string validation by defaultMike Bayer2016-06-206-18/+115
* - create space for 1.1.0b2Mike Bayer2016-06-202-1/+4
* - update alembic linkMike Bayer2016-06-183-3/+3
* - missing indexable.rstMike Bayer2016-06-181-0/+13
* 1.1.0b1Mike Bayer2016-06-162-1/+2
* - dont need thisMike Bayer2016-06-161-13/+2
* Merge "Add DDLCompiler.create_table_suffix()"mike bayer2016-06-163-1/+35
|\
| * Add DDLCompiler.create_table_suffix()Mark Sandan2016-06-163-1/+35
* | Merge "update pytest good practices link in PyTest class"mike bayer2016-06-161-2/+4
|\ \ | |/ |/|
| * update pytest good practices link in PyTest classMark Sandan2016-06-161-2/+4
* | - dont use id() to test identity as these can be recycledMike Bayer2016-06-151-12/+14
* | - flake8Mike Bayer2016-06-151-106/+128
* | Merge "Add TABLESAMPLE clause support."mike bayer2016-06-159-2/+206
|\ \
| * | Add TABLESAMPLE clause support.saarni2016-06-159-2/+206
* | | Merge "Interpret lateral, alias as from clauses"mike bayer2016-06-152-2/+4
|\ \ \ | |/ / |/| |
| * | Interpret lateral, alias as from clausesMike Bayer2016-06-152-2/+4
* | | Add `sqlalchemy.ext.index` for indexed attributes for ORMJeong YunWon2016-06-158-1/+724
|/ /
* | Merge "Add ON CONFLICT support for Postgresql"mike bayer2016-06-1410-15/+1102
|\ \
| * | Add ON CONFLICT support for PostgresqlRobin Thomas2016-06-1410-15/+1102
* | | Deprecate FromClause.count()Mike Bayer2016-06-1421-141/+193
* | | Ensure CTE internals are handled during cloneMike Bayer2016-06-103-0/+34
|/ /
* | Support `postgresql_concurrently` on index dropping.Iuri de Silvio2016-06-083-5/+73
* | Merge "Support normal /materialized views in PG separately"mike bayer2016-06-084-3/+81
|\ \
| * | Support normal /materialized views in PG separatelySebastian Bank2016-06-064-3/+81
* | | Use the "committed" values when extracting many-to-one lazyload valueMike Bayer2016-06-084-17/+95
* | | Merge "Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for Postgresql"mike bayer2016-06-088-17/+141
|\ \ \
| * | | Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for PostgresqlSergey Skopin2016-06-088-17/+141
| |/ /
* | | Support range specification in window functionPhillip Cloud2016-06-077-12/+276
|/ /
* | Merge "Add "render_nulls" flag to bulk_insert as optional performance optimiz...mike bayer2016-06-064-12/+73
|\ \
| * | Add "render_nulls" flag to bulk_insert as optional performance optimizationtsauerwein2016-06-064-12/+73
* | | Merge "Refine PG inspection methods"mike bayer2016-06-061-94/+34
|\ \ \ | |/ / |/| |
| * | Refine PG inspection methodsSebastian Bank2016-06-061-94/+34
* | | Merge "Add IS (NOT) DISTINCT FROM operators"mike bayer2016-06-068-2/+166
|\ \ \
| * | | Add IS (NOT) DISTINCT FROM operatorsSebastian Bank2016-06-068-2/+166
| |/ /
* | | Merge "Replace some uses of re.sub with str.lstrip/replace"mike bayer2016-06-063-3/+3
|\ \ \ | |/ / |/| |
| * | Replace some uses of re.sub with str.lstrip/replaceVille Skyttä2016-06-063-3/+3
* | | Allow creating explicit non-clustered keys and indexes MS SQL.Saulius Žemaitaitis2016-06-064-12/+98
|/ /
* | - further adjustment to accomodate for the "ON" in "NO ACTION"Mike Bayer2016-06-032-3/+12
* | - missing test_needs_fk for this test, fixes mysql failureMike Bayer2016-06-031-0/+1
* | Ensure "options" present for unnamed / unlocatable FKMike Bayer2016-06-032-13/+45