summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Fixed example of upsert in the HasCTE.cte docstring bypr/302Vladimir Magamedov2016-08-271-18/+28
* Raise when two validators conflictMike Bayer2016-08-261-0/+5
* Merge "Add docstring to declarative_base"mike bayer2016-08-221-0/+6
|\
| * Add docstring to declarative_baseFrazer McLean2016-08-061-0/+6
* | Merge remote-tracking branch 'origin/pr/299'Mike Bayer2016-08-166-7/+7
|\ \
| * | Spelling fixespr/299Ville Skyttä2016-08-086-7/+7
| |/
* | Rework _apply_joins(), _prep_for_joins() totallyMike Bayer2016-08-151-43/+47
* | Ensure final link in subqueryload join is correctMike Bayer2016-08-121-1/+1
* | - small updates to polymorphic eager loading, cross-link fromMike Bayer2016-08-111-5/+5
|/
* Build string/int processors for JSONIndexType, JSONPathTypeMike Bayer2016-08-045-25/+109
* Propagate kwargs to all MySQL CAST pathsMike Bayer2016-08-041-4/+4
* Merge branch 'declarative-constructor-reference' of https://bitbucket.org/mic...Mike Bayer2016-08-021-1/+1
|\
| * Fix reference to _declarative_constructor in docstringMichael Williamson2016-07-251-1/+1
* | Ensure post-__clause_element__() expression are used in IndexMike Bayer2016-07-311-1/+3
* | Merge "Index should extract __clause_element__() early"mike bayer2016-07-301-1/+4
|\ \
| * | Index should extract __clause_element__() earlyMike Bayer2016-07-301-1/+4
* | | Clarify order_by(False)Mike Bayer2016-07-291-5/+4
|/ /
* | Allow None to cancel Query.group_by()Iuri Diniz2016-07-291-1/+15
* | - next release is 1.1.0Mike Bayer2016-07-291-1/+1
* | - Document how SQL Server does MAX with VARCHAR, NVARCHARMike Bayer2016-07-271-0/+20
* | Allow Table._reset_exported to silently passMike Bayer2016-07-242-2/+3
|/
* - MySQL's JSON shared implementation completely w/ sqltypes.JSON;Mike Bayer2016-07-242-38/+3
* Remove same-named relationship warningMike Bayer2016-07-191-11/+0
* Merge "Add `default` parameter for `index_property`"mike bayer2016-07-131-4/+31
|\
| * Add `default` parameter for `index_property`Jeong YunWon2016-07-111-4/+31
* | Ensure DML provides named_with_column for CTE(Alias)Mike Bayer2016-07-131-0/+1
* | Merge "Work w/ prefetch even for selects, if present"mike bayer2016-07-133-34/+66
|\ \
| * | Work w/ prefetch even for selects, if presentMike Bayer2016-07-123-34/+66
| |/
* | Fix issue with unbaking subqueriesMark Hahnenberg2016-07-121-1/+2
|/
* - fix typoMike Bayer2016-07-071-1/+1
* Merge "Adapt "FOR UPDATE OF" with Oracle limit/offset"mike bayer2016-07-061-3/+22
|\
| * Adapt "FOR UPDATE OF" with Oracle limit/offsetMike Bayer2016-07-051-3/+22
* | `index_property` catches IndexError as well as KeyErrorJeong YunWon2016-07-051-1/+1
|/
* - version bumpMike Bayer2016-07-051-1/+1
* Repair PG BIGSERIAL w/ TypeDecorator, VariantMike Bayer2016-07-041-0/+3
* Preserve type for math negationMike Bayer2016-07-011-1/+1
* Merge "Repair pickling for Properties object"mike bayer2016-06-291-2/+2
|\
| * Repair pickling for Properties objectPieter Mulder2016-06-291-2/+2
* | Ensure @compiles calls down to the original compilation schemeMike Bayer2016-06-291-2/+15
|/
* 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
|\