yuniql
yuniql copied to clipboard
Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released!
It could be a good idea to explore making `yuniql` available in GH Action Market Place. Possible actions are: - - ```yaml name: yuniql on: push: branches: - master jobs:...
Currently the only way to run yuniql on macOS is thru Linux Docker container. While we are publishing a linux-x64 package in a zip file, it is still difficult to...
Currently the only way to run yuniql for linux machines is thru Linux Docker container. While we are publishing a linux-x64 package in a zip file, it is still difficult...
Currently the only way to run yuniql for linux machines is thru Linux Docker container. While we are publishing a linux-x64 package in a zip file, it is still difficult...
There might be situation when the calculated checksum in directories mismatched. This can be due to accept changes made in the directories or other OS specific encoding changes. To resolve...
It looks like yuniql replaces non-ascii characters in my script with '�'. Example: select regexp_replace(asset_name, '[–—]', '-', 'g') as name from xxx becomes select regexp_replace(asset_name, '[��]', '-', 'g') as name...
Hi, I was running into an issue with executing environment aware scripts using Azure DevOps Verify and Run Task. Looks like the argument for the environment is --environment "staging" The...
Hello, i noticed that if you delete the folder v.0.00 and execute `vnext --major` it goes in exception saying: `Diagnostics stack trace captured a Sequence contains no elements`. I decided...
References: https://www.sap.com/denmark/products/hana.html https://answers.sap.com/questions/12630736/sap-hana-drivers-for-net-core.html https://developers.sap.com/tutorials/hxe-dot-net-connection.html https://developers.sap.com/tutorials/hana-clients-dot-net-core.html
I have a setup where I'd like to apply migrations for multiple environments at the same time. I want to use this in order to be able to apply specific...