mithrandyr / SimplySql

PowerShell module for querying various SQL databases
MIT License
197 stars 31 forks source link

Invoke-SqlUpdate: The argument passed is not serializable. Parameter name: value #141

Closed devistar closed 5 months ago

devistar commented 5 months ago

I get this error when I want to perform an insert or update query with or without parameters. However the query works when I do it directly in MariaDB.

mithrandyr commented 5 months ago

@devistar -- I don't see a query listed in your message, can you please update with the query and error and which version of SimplySql you have loaded? -- thanks!

devistar commented 5 months ago

The problem is solved. This was because the file that executed the script was not UTF8 BOM encoded. So this caused an error with the accents.