summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Comment supportpr_github_284Frazer McLean2016-06-139-7/+134
* 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
* Ensure 'options' is always present in foreign key infoMike Bayer2016-06-034-2/+59
* Merge "Add SKIP LOCKED support for Postgresql, Oracle"mike bayer2016-06-039-5/+94
|\
| * Add SKIP LOCKED support for Postgresql, OracleJack Zhou2016-06-029-5/+94
* | Merge "Reflect ON DELETE and ON UPDATE for SQLite foreign keys"mike bayer2016-06-034-4/+68
|\ \
| * | Reflect ON DELETE and ON UPDATE for SQLite foreign keysMichal Petrucha2016-06-024-4/+68
* | | - use a mock here, do away with timing problems for good. need to do thisMike Bayer2016-06-021-12/+18
|/ /
* | Merge "Add schema argument to AutomapBase.prepare()"mike bayer2016-06-023-1/+55
|\ \
| * | Add schema argument to AutomapBase.prepare()Josh Marlow2016-06-023-1/+55
* | | Merge "Add an init_scalar event for attributes"mike bayer2016-06-026-6/+261
|\ \ \ | |_|/ |/| |
| * | Add an init_scalar event for attributesMike Bayer2016-06-026-6/+261
| |/
* | - limit oracle DB reaps to identifiers generated from thisMike Bayer2016-06-025-8/+25
* | Merge "Skip UniqueConstraint marked by unique=True in tometadata"mike bayer2016-06-023-1/+43
|\ \ | |/ |/|
| * Skip UniqueConstraint marked by unique=True in tometadataMike Bayer2016-06-023-1/+43
* | Merge "Add postgresql_tablespace option on Index"mike bayer2016-06-024-1/+84
|\ \ | |/ |/|
| * Add postgresql_tablespace option on Indexbeenje2016-06-014-1/+84
* | - don't raise for stray gc connection. this just happensMike Bayer2016-06-021-2/+3
|/
* Implemented CHECK constraint reflection for SQLite and PostgreSQLAlex Grönholm2016-06-0110-0/+210
* Use new mxODBC 3.3.4 varbinary null symbolSheila Allen2016-05-313-1/+38
* Convert readthedocs link for their .org -> .io migration for hosted projectspr/278Adam Chainz2016-05-299-9/+9
* Merge remote-tracking branch 'origin/pr/270'Mike Bayer2016-05-248-8/+8
|\
| * Spelling fixes: "an SQL" -> "a SQL", see #266pr/270Ville Skyttä2016-05-054-4/+4
| * Spelling fixes: "the a"Ville Skyttä2016-05-054-4/+4
* | Merge remote-tracking branch 'origin/pr/274'Mike Bayer2016-05-241-1/+1
|\ \
| * | Fix typo in config result.py docspr/274vytotas2016-05-161-1/+1
* | | Repair dictlike-polymorphicMike Bayer2016-05-242-1/+9
* | | Support "blank" schema when MetaData.schema is setMike Bayer2016-05-189-5/+137
* | | - 1.0.13 release dateMike Bayer2016-05-181-0/+1
* | | Merge "Accommodate "callable" bound param in evaluator"mike bayer2016-05-163-2/+26
|\ \ \
| * | | Accommodate "callable" bound param in evaluatorMike Bayer2016-05-163-2/+26