-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
type bool bug #474
Comments
Hi @goldhan Thrilled to see you taking Realm for Dart for a spin! I have opened a PR against you repo (FlutterTrip/issues#1), where I fix Could I ask you to run again on your end, and forward any assert failures you may see? Br |
Hi @nielsenko run ... all done! |
Are you sure you're looking at the same file that your app is using? |
Hi @nirinchev |
Hi @goldhan I can reproduce what you see. I have tested the realm with the .NET SDK as well, which agrees with Realm Studio, so this is a bug in the Dart SDK. I believe we have an issue regarding mapping of property names to meta-data keys. This would explain why we don't see the issue inside the app, as the mapping is consistent between reads and writes. This will be fixed before the next release, but I'm not sure exactly when that will land. Br Kasper |
Thanks @nielsenko |
You are welcome - and thanks to you for a very precise bug report. It is much appreciated! |
@goldhan The fix is released with 0.3.0+beta. |
20220420 Flutter Test
Mac mini (M1)
test_demo
The same bug as dart
Hi
ver ^0.2.1+alpha
$ dart --version Dart SDK version: 2.16.2 (stable) (Tue Mar 22 13:15:13 2022 +0100) on "macos_x64"
Step
dart pub add realm_dart
dart run realm_dart install
then run
bug
code:
type
bool
添加进去的数据,和最终取出来的相反
The added data is the opposite of what is finally taken out
test_demo
The text was updated successfully, but these errors were encountered: