summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - allow for the exclusions system and SuiteRequirements to bepool_additionsMike Bayer2016-09-084-8/+56
* - add "in_use" accessor based on fairy_ref being present or notMike Bayer2016-09-081-0/+6
* - add _ConnectionRecord.record_info for persistent storageMike Bayer2016-09-021-0/+46
* - add a connect=True key to connection record to supportMike Bayer2016-09-021-2/+4
* 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-023-6/+25
|/
* Support all MySQL/Connector int/bool argumentsMike Bayer2016-09-011-0/+14
* Check for supports_execution at ClauseElement baseMike Bayer2016-08-316-10/+29
* Merge remote-tracking branch 'origin/pr/304'Mike Bayer2016-08-281-2/+7
|\
| * Provide more informative error when joining with no entitiespr/304Michael Williamson2016-08-281-2/+7
* | Merge remote-tracking branch 'origin/pr/303'Mike Bayer2016-08-281-1/+1
|\ \
| * | Fix table reference in PostgreSQL documentationpr/303Michael Williamson2016-08-281-1/+1
| |/
* | 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
|\