1.3.2
Released: December 16, 2019
bug
-
[bug] [api] [autogenerate] Fixed regression introduced by #579 where server default rendering
functions began to require a dialect implementation, however the
render_python_code()
convenience function did not include one, thus
causing the function to fail when used in a server default context. The
function now accepts a migration context argument and also creates one
against the default dialect if one is not provided.References: #635