summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Initial implementation of comment supportpr/284Frazer McLean2016-06-119-7/+134
* 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
* Convert readthedocs link for their .org -> .io migration for hosted projectspr/278Adam Chainz2016-05-291-1/+1
* Merge remote-tracking branch 'origin/pr/270'Mike Bayer2016-05-245-5/+5
|\
| * Spelling fixes: "an SQL" -> "a SQL", see #266pr/270Ville Skyttä2016-05-052-2/+2
| * Spelling fixes: "the a"Ville Skyttä2016-05-053-3/+3
* | 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
* | | Support "blank" schema when MetaData.schema is setMike Bayer2016-05-184-4/+51
* | | Merge "Accommodate "callable" bound param in evaluator"mike bayer2016-05-161-1/+4
|\ \ \
| * | | Accommodate "callable" bound param in evaluatorMike Bayer2016-05-161-1/+4
| |/ /
* | | Fix TypeError during cx_Oracle connectionJohn Vandenberg2016-05-161-3/+7
|/ /
* | Handle `SSL error: decryption failed or bad record mac`Iuri de Silvio2016-05-131-0/+1
* | Fix label referencing in SQL Server OFFSET logicMike Bayer2016-05-102-1/+15
* | Check for duplicate calls to register_attribute_implMike Bayer2016-05-101-3/+15