You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release overhauls how expressions that build keyset columns are dealt with. A lot more patterns are now supported, but it's up to you as the consumer to make sure that the more complicated keysets are up to the performance standard you expect.
The highlight of this release is an analyzer that detects possible problems when configuring keyset columns (in particular, nullable columns are not supported).
Improved
Improve exception messages and catch more problems to expose clearer messages
Other
Add NULL caveat doc and add tests/samples/guiding around the computed workaround (#25 by @mrahhal)
Add an analyzer that detects unsupported nullable properties in the keyset (#26 by @mrahhal)