summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Fix #3728 Pickle of Properties object failspr_github_286Pieter Mulder2016-06-291-2/+2
* Make boolean processors consistent between Py/C; coerce to 1/0Mike Bayer2016-06-232-14/+4
* Don't reorder PrimaryKeyConstraint columns if explicitMike Bayer2016-06-202-2/+9
* Disable Enum string validation by defaultMike Bayer2016-06-202-3/+26
* - create space for 1.1.0b2Mike Bayer2016-06-201-1/+1
* Add DDLCompiler.create_table_suffix()Mark Sandan2016-06-161-1/+10
* Merge "Add TABLESAMPLE clause support."mike bayer2016-06-155-2/+109
|\
| * Add TABLESAMPLE clause support.saarni2016-06-155-2/+109
* | Merge "Interpret lateral, alias as from clauses"mike bayer2016-06-151-2/+2
|\ \ | |/ |/|
| * Interpret lateral, alias as from clausesMike Bayer2016-06-151-2/+2
* | Add `sqlalchemy.ext.index` for indexed attributes for ORMJeong YunWon2016-06-152-0/+324
|/
* Merge "Add ON CONFLICT support for Postgresql"mike bayer2016-06-145-10/+483
|\
| * Add ON CONFLICT support for PostgresqlRobin Thomas2016-06-145-10/+483
* | Deprecate FromClause.count()Mike Bayer2016-06-141-16/+25
* | Ensure CTE internals are handled during cloneMike Bayer2016-06-101-0/+8
|/
* Support `postgresql_concurrently` on index dropping.Iuri de Silvio2016-06-081-5/+36
* Merge "Support normal /materialized views in PG separately"mike bayer2016-06-081-2/+36
|\
| * Support normal /materialized views in PG separatelySebastian Bank2016-06-061-2/+36
* | Use the "committed" values when extracting many-to-one lazyload valueMike Bayer2016-06-081-2/+6
* | Merge "Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for Postgresql"mike bayer2016-06-083-8/+21
|\ \
| * | Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for PostgresqlSergey Skopin2016-06-083-8/+21
| |/
* | Support range specification in window functionPhillip Cloud2016-06-073-9/+142
|/
* Merge "Add "render_nulls" flag to bulk_insert as optional performance optimiz...mike bayer2016-06-062-10/+39
|\
| * Add "render_nulls" flag to bulk_insert as optional performance optimizationtsauerwein2016-06-062-10/+39
* | 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-064-2/+54
|\ \
| * | Add IS (NOT) DISTINCT FROM operatorsSebastian Bank2016-06-064-2/+54
| |/
* | 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-061-12/+39
|/
* - further adjustment to accomodate for the "ON" in "NO ACTION"Mike Bayer2016-06-031-1/+2
* - missing test_needs_fk for this test, fixes mysql failureMike Bayer2016-06-031-0/+1
* Ensure "options" present for unnamed / unlocatable FKMike Bayer2016-06-031-2/+2
* Ensure 'options' is always present in foreign key infoMike Bayer2016-06-033-2/+56
* Merge "Add SKIP LOCKED support for Postgresql, Oracle"mike bayer2016-06-034-5/+22
|\
| * Add SKIP LOCKED support for Postgresql, OracleJack Zhou2016-06-024-5/+22
* | Reflect ON DELETE and ON UPDATE for SQLite foreign keysMichal Petrucha2016-06-021-4/+15
* | Merge "Add schema argument to AutomapBase.prepare()"mike bayer2016-06-021-0/+10
|\ \
| * | Add schema argument to AutomapBase.prepare()Josh Marlow2016-06-021-0/+10
* | | Merge "Add an init_scalar event for attributes"mike bayer2016-06-022-5/+114
|\ \ \ | |_|/ |/| |
| * | Add an init_scalar event for attributesMike Bayer2016-06-022-5/+114
| |/
* | - limit oracle DB reaps to identifiers generated from thisMike Bayer2016-06-023-4/+20
* | Merge "Skip UniqueConstraint marked by unique=True in tometadata"mike bayer2016-06-021-1/+7
|\ \ | |/ |/|
| * Skip UniqueConstraint marked by unique=True in tometadataMike Bayer2016-06-021-1/+7
* | Merge "Add postgresql_tablespace option on Index"mike bayer2016-06-021-1/+19
|\ \ | |/ |/|
| * Add postgresql_tablespace option on Indexbeenje2016-06-011-1/+19
* | - 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-014-0/+117
* Use new mxODBC 3.3.4 varbinary null symbolSheila Allen2016-05-311-0/+27