summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* Allow for multiple FOLLOWING/PRECEDING in a window rangeMike Bayer2017-08-252-25/+26
* Add support for CACHE and ORDER to sequencesDavid Moore2017-07-052-2/+21
* Repair WithinGroup.get_children()Mike Bayer2017-06-161-1/+1
* Fix a few doc typosLele Gaifax2017-06-021-4/+4
* Raise if ForeignKeyConstraint created with different numbers ofMike Bayer2017-05-251-0/+16
* - Document the most transparent way to set JSON.NULL forMike Bayer2017-05-181-0/+16
* Add links to with_only_columns to Select.column, append_columnMike Bayer2017-05-121-19/+16
* - big rewrite of the Sequence documentation:Mike Bayer2017-05-051-20/+28
* - add another note re: 339e2c13b0fc8e95a47d00c0f8fc5afc4b6dff9aMike Bayer2017-05-051-0/+12
* - add a note to MetaData.schema indicating that the TableMike Bayer2017-05-051-0/+13
* Return self when Variant.coerce_compared_value would return implMike Bayer2017-04-011-1/+5
* Fix typos ('expicit' -> 'explicit')Jamie Alessio2017-03-181-2/+2
* - add a note as to why we have this very complicated AnnotatedMike Bayer2017-03-091-0/+7
* Allow SchemaType and Variant to work togetherMike Bayer2017-03-072-11/+79
* - document ForeignKeyConstraint columns / elements, fixes #2904Mike Bayer2017-03-071-0/+22
* Don't cache savepoint identifiersMike Bayer2017-03-061-1/+7
* Only use schema_translate_map on SchemaItem subclassesMike Bayer2017-02-283-1/+11
* - add a note referring to the enum value as not currently persisted,Mike Bayer2017-02-011-3/+8
* - clarify Enum validation rules, fixes #3904Mike Bayer2017-02-011-6/+15
* - correctly document LIKE / ILIKE, fixes #3890Mike Bayer2017-01-161-6/+16
* Better hide engine passwordValery Yundin2017-01-161-2/+2
* Merge "Support python3.6"mike bayer2017-01-1310-89/+89
|\
| * Support python3.6Mike Bayer2017-01-1310-89/+89
* | Pass **kw to bound params in multi valuesMike Bayer2017-01-091-1/+1
|/
* Merge "Tighten rules for order_by(Label) resolution"mike bayer2017-01-092-8/+9
|\
| * Tighten rules for order_by(Label) resolutionMike Bayer2017-01-062-8/+9
* | update for 2017 copyrightMike Bayer2017-01-0419-19/+19
|/
* Correct any_, all_ spellingMike Bayer2016-12-281-1/+1
* Call nextval() on sequence when doing INSERT from SELECTMike Bayer2016-12-211-1/+1
* Add _extend_on deduplicating set for metadata.reflect()Mike Bayer2016-11-231-6/+18
* Ensure Variant passes along impl right-hand typeMike Bayer2016-11-222-1/+52
* Count columns using PrimaryKeyConstraint.__len__ directlyMike Bayer2016-11-121-1/+1
* Convert expression type for concat + EnumMike Bayer2016-10-201-0/+13
* Ensure TypeDecorator delegates _set_parent_with_dispatchMike Bayer2016-10-202-2/+4
* Rewrite migration notes for [ticket:3514]Mike Bayer2016-10-192-0/+14
* Add a qualifying character to multi INSERT..VALUES parameter namesMike Bayer2016-10-171-3/+3
* Add explicit copy() to EnumMike Bayer2016-10-171-0/+3
* 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