Christian Stewart
Christian Stewart
@zachmu I still don't have a reproduce but this commit fixes it 100%: https://github.com/paralin/go-mysql-server/commit/2fe0a7536bc52ea5c6b2b921d77392aa4307b231
@max-hoffman Thanks again for all your work on this.
@max-hoffman I still have the issue on "main": ``` [rows:0] CREATE TABLE `entries` (`id` bigint AUTO_INCREMENT,`value` bigint,PRIMARY KEY (`id`)) unbound variable "v1" in query: [0.400ms] [rows:0] INSERT INTO `entries` (`value`,`id`)...
... and in cases where I'm passing binding values (I guess the case that fails that we're talking about here) DriverProvider uses sql.NewDatabaseProvider to build the provider, then return it...
@zachmu Thanks!
Couple things here. We should both ensure the collection can only ever have one matching element added (probably as you say a race condition) and we should also probably switch...
Working on this for 1.0
We do not target MonoAndroid right now. See #35.
I'm not certain what is required to target Android. Do we need anything more than dotnetstandard support?
Thanks for the PR. Can you clarify what you mean by insufficient?