| 2019-08-27 |
Mike Bayer | cherry-pick changelog from 1.3.8 |
commit | commitdiff | tree | snapshot |
| 2019-08-27 |
mike bayer | Merge "Implement type-level sorting for Enum; apply... |
commit | commitdiff | tree | snapshot |
| 2019-08-27 |
Nicolas CANIART | Implement type-level sorting for Enum; apply to ORM... |
commit | commitdiff | tree | snapshot |
| 2019-08-27 |
Bill Finn | PGDialect.get_check_constraints: Handle "NOT VALID" |
commit | commitdiff | tree | snapshot |
| 2019-08-26 |
mike bayer | Merge "Serialize the context dictionary in Load objects" |
commit | commitdiff | tree | snapshot |
| 2019-08-26 |
Mike Bayer | Serialize the context dictionary in Load objects |
commit | commitdiff | tree | snapshot |
| 2019-08-26 |
mike bayer | Merge "Remove erroneous assertion from array._bind_param" |
commit | commitdiff | tree | snapshot |
| 2019-08-26 |
Mike Bayer | Remove erroneous assertion from array._bind_param |
commit | commitdiff | tree | snapshot |
| 2019-08-23 |
Mike Bayer | Run eager loaders on unexpire |
commit | commitdiff | tree | snapshot |
| 2019-08-23 |
Mike Bayer | bump variance on test_merge_load |
commit | commitdiff | tree | snapshot |
| 2019-08-22 |
mike bayer | Merge "Add hide_parameters flag to create_engine" |
commit | commitdiff | tree | snapshot |
| 2019-08-22 |
mike bayer | Merge "Ensure discarded collection removed from empty... |
commit | commitdiff | tree | snapshot |
| 2019-08-22 |
Mike Bayer | Ensure discarded collection removed from empty collections |
commit | commitdiff | tree | snapshot |
| 2019-08-22 |
Mike Bayer | Remove mock dependency |
commit | commitdiff | tree | snapshot |
| 2019-08-22 |
Mike Bayer | Add hide_parameters flag to create_engine |
commit | commitdiff | tree | snapshot |
| 2019-08-21 |
Mike Bayer | Fix rst typo |
commit | commitdiff | tree | snapshot |
| 2019-08-21 |
Mike Bayer | Document how to work with reflection and custom datatypes |
commit | commitdiff | tree | snapshot |
| 2019-08-19 |
mike bayer | Merge "Reflect PK of referred table if referred columns... |
commit | commitdiff | tree | snapshot |
| 2019-08-18 |
mike bayer | Merge "Revise psycopg2 execute_values approach" |
commit | commitdiff | tree | snapshot |
| 2019-08-18 |
Mike Bayer | Reflect PK of referred table if referred columns not... |
commit | commitdiff | tree | snapshot |
| 2019-08-18 |
Mike Bayer | Revise psycopg2 execute_values approach |
commit | commitdiff | tree | snapshot |
| 2019-08-18 |
Mike Bayer | Add new "exec_once_unless_exception" system; apply... |
commit | commitdiff | tree | snapshot |
| 2019-08-14 |
Mike Bayer | cherry-pick changelog update for 1.3.8 |
commit | commitdiff | tree | snapshot |
| 2019-08-14 |
Mike Bayer | cherry-pick changelog from 1.3.7 |
commit | commitdiff | tree | snapshot |
| 2019-08-14 |
Mike Bayer | Turn on backend for new tests added for #4803 |
commit | commitdiff | tree | snapshot |
| 2019-08-14 |
mike bayer | Merge "Add new executemany_mode, support for psycopg2... |
commit | commitdiff | tree | snapshot |
| 2019-08-13 |
Leonel Atencio | Add support for try_cast function on sqlalchemy.dialec... |
commit | commitdiff | tree | snapshot |
| 2019-08-12 |
Mike Bayer | - remove explicit doc for unique_connection as this... |
commit | commitdiff | tree | snapshot |
| 2019-08-12 |
Yuval Dinari | Add new executemany_mode, support for psycopg2.extras... |
commit | commitdiff | tree | snapshot |
| 2019-08-12 |
mike bayer | Merge "Use compat.string_types to check for visit name... |
commit | commitdiff | tree | snapshot |
| 2019-08-12 |
mike bayer | Merge "Rewrite pool reset_on_return parsing using a... |
commit | commitdiff | tree | snapshot |
| 2019-08-12 |
Mike Bayer | Rewrite pool reset_on_return parsing using a util function |
commit | commitdiff | tree | snapshot |
| 2019-08-12 |
Mike Bayer | Use compat.string_types to check for visit name string |
commit | commitdiff | tree | snapshot |
| 2019-08-12 |
Mike Bayer | Use ternary when running conditional with Query._offset |
commit | commitdiff | tree | snapshot |
| 2019-08-11 |
Mike Bayer | Emit SET NAMES for all MySQL connections w charset |
commit | commitdiff | tree | snapshot |
| 2019-08-11 |
Mike Bayer | - shore up TypeDecorator docs a bit to not render tons of |
commit | commitdiff | tree | snapshot |
| 2019-08-10 |
Mike Bayer | Clarify INSERT/UPDATE defaults vs. data marshalling |
commit | commitdiff | tree | snapshot |
| 2019-08-09 |
Mike Bayer | Correct name for json_serializer / json_deserializer... |
commit | commitdiff | tree | snapshot |
| 2019-08-07 |
Mike Bayer | Implement checkfirst for Index.create(), Index.drop() |
commit | commitdiff | tree | snapshot |
| 2019-08-07 |
mike bayer | Merge "Modernize internal reflection" |
commit | commitdiff | tree | snapshot |
| 2019-08-06 |
Mike Bayer | Modernize internal reflection |
commit | commitdiff | tree | snapshot |
| 2019-08-05 |
Mike Bayer | Remove threadlocal strategy docs, remaining contextual_... |
commit | commitdiff | tree | snapshot |
| 2019-08-05 |
Mike Bayer | Merge branch 'master--changelog13-typo' of https:/... |
commit | commitdiff | tree | snapshot |
| 2019-08-05 |
mike bayer | Merge "Strong reference listen function wrapped by... |
commit | commitdiff | tree | snapshot |
| 2019-08-04 |
Mike Bayer | Strong reference listen function wrapped by "once" |
commit | commitdiff | tree | snapshot |
| 2019-08-02 |
Mike Bayer | Always include a schema name in SQLite PRAGMA |
commit | commitdiff | tree | snapshot |
| 2019-08-02 |
mike bayer | Merge "Add additional tests to verify _is_clone_of... |
commit | commitdiff | tree | snapshot |
| 2019-08-01 |
Mike Bayer | Add additional tests to verify _is_clone_of proxy level... |
commit | commitdiff | tree | snapshot |
| 2019-08-01 |
mike bayer | Merge "Remove threadlocal engine strategy, engine strat... |
commit | commitdiff | tree | snapshot |
| 2019-08-01 |
Mike Bayer | Don't assume key when matching cloned columns in _make_... |
commit | commitdiff | tree | snapshot |
| 2019-07-30 |
mike bayer | Merge "Invoke column_expression() for subsequent SELECT... |
commit | commitdiff | tree | snapshot |
| 2019-07-29 |
Mike Bayer | Invoke column_expression() for subsequent SELECTs in... |
commit | commitdiff | tree | snapshot |
| 2019-07-29 |
Mike Bayer | Correct for MySQL 8.0 table and schema names in FK... |
commit | commitdiff | tree | snapshot |
| 2019-07-27 |
Nils Philippsen | Fix typo |
commit | commitdiff | tree | snapshot |
| 2019-07-27 |
mike bayer | Merge "Add ARRAY and MEMBER to MySQL reserved words" |
commit | commitdiff | tree | snapshot |
| 2019-07-27 |
Mike Bayer | Add ARRAY and MEMBER to MySQL reserved words |
commit | commitdiff | tree | snapshot |
| 2019-07-24 |
Mike Bayer | Ensure all Index arguments are counted when matching... |
commit | commitdiff | tree | snapshot |
| 2019-07-23 |
Mike Bayer | Don't assume m2o key is present in the dictionary |
commit | commitdiff | tree | snapshot |
| 2019-07-21 |
Mike Bayer | cherry-pick changelog update for 1.3.7 |
commit | commitdiff | tree | snapshot |
| 2019-07-21 |
Mike Bayer | cherry-pick changelog from 1.3.6 |
commit | commitdiff | tree | snapshot |
| 2019-07-21 |
Min ho Kim | Fix typos 4776/head |
commit | commitdiff | tree | snapshot |
| 2019-07-20 |
mike bayer | Merge "Optimize out JOIN for selectinload with many... |
commit | commitdiff | tree | snapshot |
| 2019-07-19 |
Mike Bayer | Optimize out JOIN for selectinload with many to one |
commit | commitdiff | tree | snapshot |
| 2019-07-19 |
mike bayer | Merge "Include 'p' for get_indexes() query" |
commit | commitdiff | tree | snapshot |
| 2019-07-19 |
mike bayer | Merge "Support tuple IN VALUES for SQLite, others" |
commit | commitdiff | tree | snapshot |
| 2019-07-19 |
Mike Bayer | Include 'p' for get_indexes() query |
commit | commitdiff | tree | snapshot |
| 2019-07-19 |
Mike Bayer | Support tuple IN VALUES for SQLite, others |
commit | commitdiff | tree | snapshot |
| 2019-07-18 |
mike bayer | Merge "Fixes for uselist=True with m2o relationships" |
commit | commitdiff | tree | snapshot |
| 2019-07-18 |
Mike Bayer | Fix regression for self-ref join to self error message |
commit | commitdiff | tree | snapshot |
| 2019-07-18 |
Mike Bayer | Fixes for uselist=True with m2o relationships |
commit | commitdiff | tree | snapshot |
| 2019-07-18 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/4769' |
commit | commitdiff | tree | snapshot |
| 2019-07-18 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/4770' |
commit | commitdiff | tree | snapshot |
| 2019-07-17 |
Denis Kataev | Fix doc for #4765 4770/head |
commit | commitdiff | tree | snapshot |
| 2019-07-17 |
Mike Bayer | Intercept unresolveable comparator attrbute error for... |
commit | commitdiff | tree | snapshot |
| 2019-07-17 |
Mike Bayer | Pin pycodestyle |
commit | commitdiff | tree | snapshot |
| 2019-07-16 |
Mike Bayer | Remove threadlocal engine strategy, engine strategies... |
commit | commitdiff | tree | snapshot |
| 2019-07-15 |
Peter Schutt | SyntaxError in on_duplicate_key_update() example. 4761/head |
commit | commitdiff | tree | snapshot |
| 2019-07-14 |
Mike Bayer | Add profile sort option to test suite |
commit | commitdiff | tree | snapshot |
| 2019-07-13 |
Mike Bayer | self_group() for FunctionFilter |
commit | commitdiff | tree | snapshot |
| 2019-07-11 |
Mike Bayer | Allow duplicate columns in from clauses and selectables |
commit | commitdiff | tree | snapshot |
| 2019-07-11 |
mike bayer | Merge "profiling plugin fixes" |
commit | commitdiff | tree | snapshot |
| 2019-07-11 |
mike bayer | Merge "Add performance improvement for Enum w/ Python... |
commit | commitdiff | tree | snapshot |
| 2019-07-11 |
Mike Bayer | profiling plugin fixes |
commit | commitdiff | tree | snapshot |
| 2019-07-11 |
Mike Bayer | Add performance improvement for Enum w/ Python 2 enum... |
commit | commitdiff | tree | snapshot |
| 2019-07-08 |
mike bayer | Merge "Support multidimensional array literals in Postg... |
commit | commitdiff | tree | snapshot |
| 2019-07-08 |
Mike Bayer | Support multidimensional array literals in Postgresql |
commit | commitdiff | tree | snapshot |
| 2019-07-08 |
Denis Kataev | Small text error in json field doc 4769/head |
commit | commitdiff | tree | snapshot |
| 2019-07-08 |
Mike Bayer | Ensure .engine is part of Connectable interface, implem... |
commit | commitdiff | tree | snapshot |
| 2019-07-06 |
Mike Bayer | class level docstring for Subquery |
commit | commitdiff | tree | snapshot |
| 2019-07-06 |
mike bayer | Merge "SelectBase no longer a FromClause" |
commit | commitdiff | tree | snapshot |
| 2019-07-06 |
Mike Bayer | SelectBase no longer a FromClause |
commit | commitdiff | tree | snapshot |
| 2019-07-06 |
Mike Bayer | target issue #4336 at 1.4 release |
commit | commitdiff | tree | snapshot |
| 2019-07-05 |
Mike Bayer | Repair json example in tutorial to suit non-present... |
commit | commitdiff | tree | snapshot |
| 2019-07-05 |
Mike Bayer | Adjust JSON verbiage about "implied" datatype |
commit | commitdiff | tree | snapshot |
| 2019-07-05 |
Mike Bayer | Rename tutorial section to "Using Aliases and Subqueries" |
commit | commitdiff | tree | snapshot |
| 2019-07-05 |
Mike Bayer | Note DBAPIs and dialects that we don't support |
commit | commitdiff | tree | snapshot |
| 2019-07-05 |
Mike Bayer | Squashed commit of the following: |
commit | commitdiff | tree | snapshot |
| 2019-07-04 |
Mike Bayer | Add tutorial section for cast(), type_coerce() |
commit | commitdiff | tree | snapshot |
| 2019-07-02 |
Mike Bayer | Rework proxy_cache fix to restore performance |
commit | commitdiff | tree | snapshot |
| 2019-07-02 |
Mike Bayer | Clear proxy_set cache when creating an annotated column |
commit | commitdiff | tree | snapshot |
| next |