yuniql icon indicating copy to clipboard operation
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!

Results 110 yuniql issues
Sort by recently updated
recently updated
newest added

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:...

new idea
distribution-channels

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...

help wanted
distribution-channels

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...

help wanted
distribution-channels

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...

help wanted
distribution-channels

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...

help wanted
first-timer-friendly

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...

state: investigating
first-timer-friendly
community-feedback

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...

documentation
community-feedback

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...

bug
help wanted
first-timer-friendly
community-feedback

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

help wanted
supported-platforms

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...

new idea
community-feedback