Philippe Lécaillon
Philippe Lécaillon
Keep me in touch
Could you please try using this driver : [MySqlConnector](https://www.nuget.org/packages/MySqlConnector/) in your .NET project or [Evolve.Tool](https://evolve-db.netlify.app/getting-started/tool/) or [Evolve.CLI](https://evolve-db.netlify.app/getting-started/cli/) Following this [issue](https://github.com/mysql-net/MySqlConnector/issues/645) it should work without doing anything.
The CLI ([Evolve.CLI](https://evolve-db.netlify.app/getting-started/cli/)) used MySqlConnector internally to execute MySQL scripts. So try not to use any custom delimiter between your statements, just the semicolon. It should be ok according to...
This is definitely something to implement one day, since we've juste introduced the `SqlStatementBuilder` class which will allow us to split a script in a list of SQL queries. Indeed...
I don't know, not sure about it. Can you give me a example, which can lead to a more precise need ?
I'm finally thinking about adding this kind of feature to Evolve. Give the possibility to run powershell on Windows, Bash on Linux at some specific points of the Evolve execution...
No equivalent of this feature in Evolve. And nothing currently planned
Yes, you're right. That's why it is not re-executed even if you change the placeholders. Maybe you can use the latest version of Evolve `3.1.0-alpha7` and use the new option...
You can try `vue3-treeview`. It works for me.
@danigt91 Already done: https://github.com/lecaillon/Evolve/pull/293#issuecomment-1407044551