| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | Improve serializer behavior | Mike Bayer | 2017-03-14 | 1 | -0/+3 |
| |/ |
|
| * | add autoescape option to startswith, endswith, and contains | Diana Clarke | 2017-03-14 | 1 | -13/+110 |
| * | - add a note as to why we have this very complicated Annotated | Mike Bayer | 2017-03-09 | 1 | -0/+7 |
| * | Allow SchemaType and Variant to work together | Mike Bayer | 2017-03-07 | 2 | -11/+79 |
| * | - document ForeignKeyConstraint columns / elements, fixes #2904 | Mike Bayer | 2017-03-07 | 1 | -0/+22 |
| * | Don't cache savepoint identifiers | Mike Bayer | 2017-03-06 | 1 | -1/+7 |
| * | Only use schema_translate_map on SchemaItem subclasses | Mike Bayer | 2017-02-28 | 3 | -1/+11 |
| * | - add a note referring to the enum value as not currently persisted, | Mike Bayer | 2017-02-01 | 1 | -3/+8 |
| * | - clarify Enum validation rules, fixes #3904 | Mike Bayer | 2017-02-01 | 1 | -6/+15 |
| * | - correctly document LIKE / ILIKE, fixes #3890 | Mike Bayer | 2017-01-16 | 1 | -6/+16 |
| * | Better hide engine password | Valery Yundin | 2017-01-16 | 1 | -2/+2 |
| * | Merge "Support python3.6" | mike bayer | 2017-01-13 | 10 | -89/+89 |
| |\ |
|
| | * | Support python3.6 | Mike Bayer | 2017-01-13 | 10 | -89/+89 |
| * | | Pass **kw to bound params in multi values | Mike Bayer | 2017-01-09 | 1 | -1/+1 |
| |/ |
|
| * | Merge "Tighten rules for order_by(Label) resolution" | mike bayer | 2017-01-09 | 2 | -8/+9 |
| |\ |
|
| | * | Tighten rules for order_by(Label) resolution | Mike Bayer | 2017-01-06 | 2 | -8/+9 |
| * | | update for 2017 copyright | Mike Bayer | 2017-01-04 | 19 | -19/+19 |
| |/ |
|
| * | Correct any_, all_ spelling | Mike Bayer | 2016-12-28 | 1 | -1/+1 |
| * | Call nextval() on sequence when doing INSERT from SELECT | Mike Bayer | 2016-12-21 | 1 | -1/+1 |
| * | Add _extend_on deduplicating set for metadata.reflect() | Mike Bayer | 2016-11-23 | 1 | -6/+18 |
| * | Ensure Variant passes along impl right-hand type | Mike Bayer | 2016-11-22 | 2 | -1/+52 |
| * | Count columns using PrimaryKeyConstraint.__len__ directly | Mike Bayer | 2016-11-12 | 1 | -1/+1 |
| * | Convert expression type for concat + Enum | Mike Bayer | 2016-10-20 | 1 | -0/+13 |
| * | Ensure TypeDecorator delegates _set_parent_with_dispatch | Mike Bayer | 2016-10-20 | 2 | -2/+4 |
| * | Rewrite migration notes for [ticket:3514] | Mike Bayer | 2016-10-19 | 2 | -0/+14 |
| * | Add a qualifying character to multi INSERT..VALUES parameter names | Mike Bayer | 2016-10-17 | 1 | -3/+3 |
| * | Add explicit copy() to Enum | Mike Bayer | 2016-10-17 | 1 | -0/+3 |
| * | Update the Column.nullable docstring for the primary_key=True case | Matt Riedemann | 2016-10-10 | 1 | -4/+8 |
| * | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 9 | -40/+40 |
| * | Spelling fixes | Ville Skyttä | 2016-10-08 | 2 | -2/+2 |
| * | Change autoincrement compileerror to a warning | Mike Bayer | 2016-10-07 | 1 | -5/+5 |
| * | Propagate execution_options at compile stage | Mike Bayer | 2016-10-05 | 1 | -0/+15 |
| * | Add "eager_parenthesis" late-compilation rule, use w/ PG JSON/HSTORE | Mike Bayer | 2016-10-01 | 2 | -6/+29 |
| * | - some documentation hits | Mike Bayer | 2016-10-01 | 1 | -5/+15 |
| * | Escape literal string values passed to server_default | Mike Bayer | 2016-09-30 | 1 | -1/+2 |
| * | - clarify documentation on timezone flag, since Oracle has both | Mike Bayer | 2016-09-22 | 1 | -5/+36 |
| * | Merge "Exclude eq and ne from associative operators" | mike bayer | 2016-09-20 | 1 | -1/+1 |
| |\ |
|
| | * | Exclude eq and ne from associative operators | John Passaro | 2016-09-19 | 1 | -1/+1 |
| * | | Support bindparam() with callable for primaryjoin | Mike Bayer | 2016-09-19 | 1 | -1/+2 |
| |/ |
|
| * | Repair foreign_keys population for Join._refresh_for_new_column | Mike Bayer | 2016-09-15 | 1 | -1/+1 |
| * | Merge "Allow stringify compiler to render unnamed column" | mike bayer | 2016-09-02 | 1 | -3/+8 |
| |\ |
|
| | * | Allow stringify compiler to render unnamed column | Mike Bayer | 2016-09-02 | 1 | -3/+8 |
| * | | Repair clauselist comparison to account for clause ordering | Mike Bayer | 2016-09-02 | 1 | -5/+16 |
| |/ |
|
| * | Check for supports_execution at ClauseElement base | Mike Bayer | 2016-08-31 | 3 | -5/+11 |
| * | Fixed example of upsert in the HasCTE.cte docstring bypr/302 | Vladimir Magamedov | 2016-08-27 | 1 | -18/+28 |
| * | Spelling fixespr/299 | Ville Skyttä | 2016-08-08 | 1 | -1/+1 |
| * | Build string/int processors for JSONIndexType, JSONPathType | Mike Bayer | 2016-08-04 | 1 | -2/+40 |
| * | Ensure post-__clause_element__() expression are used in Index | Mike Bayer | 2016-07-31 | 1 | -1/+3 |
| * | Index should extract __clause_element__() early | Mike Bayer | 2016-07-30 | 1 | -1/+4 |
| * | Allow Table._reset_exported to silently pass | Mike Bayer | 2016-07-24 | 1 | -0/+3 |