summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* Don't reorder PrimaryKeyConstraint columns if explicitMike Bayer2016-06-202-2/+9
* Disable Enum string validation by defaultMike Bayer2016-06-201-2/+23
* Add DDLCompiler.create_table_suffix()Mark Sandan2016-06-161-1/+10
* Merge "Add TABLESAMPLE clause support."mike bayer2016-06-154-2/+108
|\
| * Add TABLESAMPLE clause support.saarni2016-06-154-2/+108
* | 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-151-0/+4
|/
* Merge "Add ON CONFLICT support for Postgresql"mike bayer2016-06-142-0/+7
|\
| * Add ON CONFLICT support for PostgresqlRobin Thomas2016-06-142-0/+7
* | Deprecate FromClause.count()Mike Bayer2016-06-141-16/+25
* | Ensure CTE internals are handled during cloneMike Bayer2016-06-101-0/+8
|/
* Merge "Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for Postgresql"mike bayer2016-06-081-5/+12
|\
| * Add 'FOR NO KEY UPDATE' / 'FOR KEY SHARE' support for PostgresqlSergey Skopin2016-06-081-5/+12
* | Support range specification in window functionPhillip Cloud2016-06-073-9/+142
|/
* Add IS (NOT) DISTINCT FROM operatorsSebastian Bank2016-06-063-2/+46
* Add SKIP LOCKED support for Postgresql, OracleJack Zhou2016-06-021-3/+14
* Skip UniqueConstraint marked by unique=True in tometadataMike Bayer2016-06-021-1/+7
* 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
* | Support "blank" schema when MetaData.schema is setMike Bayer2016-05-181-4/+48
* | Fix label referencing in SQL Server OFFSET logicMike Bayer2016-05-101-0/+10
* | Repair _orm_columns() to accommodate text()Mike Bayer2016-05-051-0/+2
|/
* Adds parentheses around prints in documentationpr/263jfinkels2016-04-271-7/+7
* - Added :meth:`.Select.lateral` and related constructs to allowMike Bayer2016-03-294-10/+77
* - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-282-11/+33
* - Fixed bug where the negation of an EXISTS expression would notMike Bayer2016-03-212-1/+13
* Raise exception when we have multiple values with an unknown column. Fixes #3...Athena Yao2016-03-021-1/+1
* - unfortunately calling upon "_label" here makes it unclear ifMike Bayer2016-02-261-2/+4
* - Anonymous labeling is applied to a :attr:`.func` construct that isMike Bayer2016-02-261-1/+1
* - additional adjustment to the fix made in 8ad968f33100baeb3b13c7e0b724b6b79a...Mike Bayer2016-02-211-1/+4
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-201-7/+3
* - further edit the unnest() example to suit PG's esoteric requirementsMike Bayer2016-02-181-4/+6
* - handle parameter sets that aren't correctly formed, so thatMike Bayer2016-02-171-1/+1
* - do the trailing comma logic of tuple repr() exactlyMike Bayer2016-02-171-4/+7
* - All string formatting of bound parameter sets and result rows forMike Bayer2016-02-171-10/+107
* - use same colname as the alias we give to the PG functionMike Bayer2016-02-161-2/+2
* - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-115-170/+272
* - A refinement to the logic which adds columns to the resulting SQL whenMike Bayer2016-02-091-0/+22
* - oracle requires GLOBAL hereMike Bayer2016-02-031-1/+1
* - add literal_binds for delete() statements in addition to insert()/update()Mike Bayer2016-02-031-1/+1
* fix passing literal_binds flag through for update and insertpr/232Tim Tate2016-02-022-4/+5
* - add changelog and migration notes for new Enum features,Mike Bayer2016-02-021-49/+126
* - Initial implementation of support for PEP-435 enumerated typesAlex Grönholm2016-02-021-5/+72
* - Fixed issue where inadvertent use of the Python ``__contains__``Mike Bayer2016-02-022-1/+5
* - happy new yearMike Bayer2016-01-2919-19/+19
* - unfortunately we need to match within join where col.key does not matchMike Bayer2016-01-261-2/+1
* - rework ColumnCollection to no longer persist "all_col_set"; we don'tMike Bayer2016-01-261-20/+9
* - The workaround for right-nested joins on SQLite, where they are rewrittenMike Bayer2016-01-261-1/+1
* - generalize the verbiage on LargeBinary so that it doesn'tMike Bayer2016-01-201-10/+5