summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* Update the Column.nullable docstring for the primary_key=True caseMatt Riedemann2016-10-101-4/+8
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-089-40/+40
* Spelling fixesVille Skyttä2016-10-082-2/+2
* Change autoincrement compileerror to a warningMike Bayer2016-10-071-5/+5
* Propagate execution_options at compile stageMike Bayer2016-10-051-0/+15
* Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTOREMike Bayer2016-10-012-6/+29
* - some documentation hitsMike Bayer2016-10-011-5/+15
* Escape literal string values passed to server_defaultMike Bayer2016-09-301-1/+2
* - clarify documentation on timezone flag, since Oracle has bothMike Bayer2016-09-221-5/+36
* Merge "Exclude eq and ne from associative operators"mike bayer2016-09-201-1/+1
|\
| * Exclude eq and ne from associative operatorsJohn Passaro2016-09-191-1/+1
* | Support bindparam() with callable for primaryjoinMike Bayer2016-09-191-1/+2
|/
* Repair foreign_keys population for Join._refresh_for_new_columnMike Bayer2016-09-151-1/+1
* Merge "Allow stringify compiler to render unnamed column"mike bayer2016-09-021-3/+8
|\
| * Allow stringify compiler to render unnamed columnMike Bayer2016-09-021-3/+8
* | Repair clauselist comparison to account for clause orderingMike Bayer2016-09-021-5/+16
|/
* Check for supports_execution at ClauseElement baseMike Bayer2016-08-313-5/+11
* Fixed example of upsert in the HasCTE.cte docstring bypr/302Vladimir Magamedov2016-08-271-18/+28
* Spelling fixespr/299Ville Skyttä2016-08-081-1/+1
* Build string/int processors for JSONIndexType, JSONPathTypeMike Bayer2016-08-041-2/+40
* Ensure post-__clause_element__() expression are used in IndexMike Bayer2016-07-311-1/+3
* Index should extract __clause_element__() earlyMike Bayer2016-07-301-1/+4
* Allow Table._reset_exported to silently passMike Bayer2016-07-241-0/+3
* Ensure DML provides named_with_column for CTE(Alias)Mike Bayer2016-07-131-0/+1
* Work w/ prefetch even for selects, if presentMike Bayer2016-07-122-12/+29
* - fix typoMike Bayer2016-07-071-1/+1
* Preserve type for math negationMike Bayer2016-07-011-1/+1
* 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
|/