Closed nickygb closed 3 years ago
Sorry I have realized that the error is not related with this library.I am using https://github.com/koxudaxi/local-data-api in order to connect to a local endpoint and the problem was that I had have an old version of it with this bug. I have updated it and now the error has disappear.
If I have a table
table1
with the columnmy_field
and I try to insert records in batch wiith null values I get the following error:Cannot find parameter: my_field
.If I insert records with not null values the batch insert works properly.
Example: