| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add support for CACHE and ORDER to sequences | David Moore | 2017-07-05 | 2 | -2/+21 |
| * | Coerce to float for Float with all native decimal backends | Mike Bayer | 2017-06-26 | 1 | -0/+2 |
| * | Return given type when it matches the adaptation | Mike Bayer | 2017-06-26 | 1 | -38/+32 |
| * | Merge "Coerce float Python type to Float; ensure Python float coming back" | mike bayer | 2017-06-26 | 1 | -1/+1 |
| |\ |
|
| | * | Coerce float Python type to Float; ensure Python float coming back | Mike Bayer | 2017-06-26 | 1 | -1/+1 |
| * | | Don't erase reflected comment in _init_existing | Eloy Felix | 2017-06-20 | 1 | -2/+3 |
| |/ |
|
| * | Repair WithinGroup.get_children() | Mike Bayer | 2017-06-16 | 1 | -1/+1 |
| * | Merge branch 'fix-typo' of https://github.com/lelit/sqlalchemy | Mike Bayer | 2017-06-02 | 1 | -5/+5 |
| |\ |
|
| | * | Fix a few doc typos | Lele Gaifax | 2017-06-02 | 1 | -5/+5 |
| * | | Merge "Raise if ForeignKeyConstraint created with different numbers of local ... | mike bayer | 2017-05-25 | 1 | -0/+16 |
| |\ \ |
|
| | * | | Raise if ForeignKeyConstraint created with different numbers of | Mike Bayer | 2017-05-25 | 1 | -0/+16 |
| * | | | Flatten operator precedence for comparison operators | Michael Birtwell | 2017-05-25 | 1 | -12/+13 |
| |/ / |
|
| * | | Add with_for_update() support in session.refresh() | Mike Bayer | 2017-05-24 | 1 | -0/+13 |
| * | | Allow metadata.reflect() to recover from unreflectable tables | Mike Bayer | 2017-05-22 | 1 | -1/+4 |
| |/ |
|
| * | - Document the most transparent way to set JSON.NULL for | Mike Bayer | 2017-05-18 | 1 | -0/+16 |
| * | Add links to with_only_columns to Select.column, append_column | Mike Bayer | 2017-05-12 | 1 | -19/+16 |
| * | - big rewrite of the Sequence documentation: | Mike Bayer | 2017-05-05 | 1 | -20/+28 |
| * | - add another note re: 339e2c13b0fc8e95a47d00c0f8fc5afc4b6dff9a | Mike Bayer | 2017-05-05 | 1 | -0/+12 |
| * | - add a note to MetaData.schema indicating that the Table | Mike Bayer | 2017-05-05 | 1 | -0/+13 |
| * | Enforce boolean result type for all eq_, is_, isnot, comparison | Mike Bayer | 2017-04-27 | 3 | -4/+11 |
| * | Add _negate() to Label to negate inner element | Mike Bayer | 2017-04-21 | 1 | -1/+7 |
| * | Set up base ARRAY to be compatible with postgresql.ARRAY. | Mike Bayer | 2017-04-11 | 1 | -1/+18 |
| * | Add new "expanding" feature to bindparam() | Mike Bayer | 2017-04-07 | 3 | -12/+62 |
| * | Merge "Double percent signs based on paramstyle, not dialect" | mike bayer | 2017-04-05 | 1 | -8/+20 |
| |\ |
|
| | * | Double percent signs based on paramstyle, not dialect | Mike Bayer | 2017-04-05 | 1 | -8/+20 |
| * | | Recognize brackets, quoted_name in SQL Server schema | Mike Bayer | 2017-04-04 | 3 | -4/+10 |
| |/ |
|
| * | Apply SQL compilation to sqltext for column-level CHECK constraint | Mike Bayer | 2017-04-04 | 1 | -1/+3 |
| * | Merge "Use consistent method signature for Alias.self_group()" | mike bayer | 2017-04-03 | 1 | -4/+4 |
| |\ |
|
| | * | Use consistent method signature for Alias.self_group() | Mike Bayer | 2017-04-03 | 1 | -4/+4 |
| * | | Return self when Variant.coerce_compared_value would return impl | Mike Bayer | 2017-04-01 | 1 | -1/+5 |
| |/ |
|
| * | Apply type processing to untyped preexec default clause | Mike Bayer | 2017-03-30 | 1 | -0/+8 |
| * | Treat collation names as identifiers | Mike Bayer | 2017-03-23 | 2 | -2/+14 |
| * | Merge branch 'master' of https://bitbucket.org/jalessio/sqlalchemy | Mike Bayer | 2017-03-18 | 1 | -2/+2 |
| |\ |
|
| | * | Fix typos ('expicit' -> 'explicit') | Jamie Alessio | 2017-03-14 | 1 | -2/+2 |
| * | | New features from python 2.7 | Катаев Денис | 2017-03-17 | 5 | -11/+11 |
| * | | Implement comments for tables, columns | Frazer McLean | 2017-03-17 | 3 | -5/+80 |
| |/ |
|
| * | Merge "Add "empty in" strategies; default to "static"" | mike bayer | 2017-03-14 | 3 | -17/+62 |
| |\ |
|
| | * | Add "empty in" strategies; default to "static" | Mike Bayer | 2017-03-14 | 3 | -17/+62 |
| * | | 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 |
| |\ |
|