Arseny Yankovsky
Arseny Yankovsky
Any workarounds on that? If I have time in the next few days I'll take a look and find what is the difference between calling dismiss on a DialogManager and...
The issue is only reproducible if you create a dialog via DialogManager as it uses react-native-root-siblings to draw a dialog and can't properly update its props. The workaround is to...
Should be fixed in 2.1.1, please let me know if you have more issues with it.
I think we need to check where undefined is handled when using the "normal" MySQL/Postgres drivers and try to replicate similar behavior.
We currently cannot automatically cast parameters. Please try to use explicit casting as described [here](https://github.com/ArsenyYankovsky/typeorm-aurora-data-api-driver#parameter-casting)
Thanks for your contribution! Reading about your findings it looks like the best would be to fix it in the data-api-client. Let's keep this open until the PR is merged...
We currently cannot automatically cast parameters. Please try to use explicit casting as described [here](https://github.com/ArsenyYankovsky/typeorm-aurora-data-api-driver#parameter-casting)
Yes, I think it's a bad idea to implicitly cast something for a user they cannot opt-out from. However, @seawatts is working on a different solution that will allow us...
@AlexBrandes I guess the best solution is to have an option for an easy opt-in. I guess a good start is a configuration option. The ultimate solution would be for...
@AlexBrandes @harm-less You should be able to switch the UUID hack on with `formatOptions.enableUuidHack` in the new 2.3.0 driver.