Drift 2.0.2
simolus3
released this
21 Aug 12:02
·
1643 commits
to develop
since this release
This patch release fixes some issues introduced by the upgrade to drift 2.0:
- drift 2.0.2: Revert the breaking change around
QueryRow.read
only returning non-nullable values now - it was causing issues with type inference in some cases. - drift_dev 2.0.2: Generate typedefs for the signatures of
scoped_dart_components
, making it easier to re-use them in your own methods. - sqlparser 0.23.1: Gracefully handle tokenizer errors related to
@
or$
variables instead of crashing.