1.9.2
Released: January 14, 2023
bug
-
[bug] [typing] Fixed typing definitions for
EnvironmentContext.get_x_argument()
.Typing stubs are now generated for overloaded proxied methods such as
EnvironmentContext.get_x_argument()
. -
[bug] [autogenerate] Fixed regression caused by #1145 where the string transformations
applied to server defaults caused expressions such as(getdate())
to no
longer compare as equivalent on SQL Server, others.References: #1152