-
### Issue description
First thanks for working with this connector :)
I playing around with this connector and so far have been working nicely until I publish a self-contained .NET Core 3.1 CLI …
-
Hi,
I'm evaluating bulk import functionality. My database is Postgres 12.3 (running via docker).
I've created a version folder using `vnext` command, and put there two files:
1. `test_data.csv…
-
I'm having error `##[error]Path must be a string. Received undefined` which I don't understand the cause. I thought it's about missing yuniql tool, but it doesn't help when I install yuniql.cli manual…
-
The yuniql:latest docker image (windows os) fails to perform the `COPY . ./db` command
Doesn't occur on the linux build
![Screenshot 2023-07-08 193543](https://github.com/rdagumampan/yuniql/assets…
-
As the workspace mature there is a natural tendency for large number of versions to be kept in the same directory. The idea here is to call `yuniql archive` to flatten out all of the existing branches…
-
### Description
Find out how to set up EF tooling to perform database migration and add a release pipeline step. It's a goal to use the same mechanism to perform database migration for local develople…
-
I am trying to deploy postgresql script where it have geospatial data . So it use corresponding data types. But it seems Yuniql does not support it and fail with following error
SqlState: 427…
-
When testing new features or verifying the stability of the change, all tests in each supported platform must pass. Doing this today, we have to switch all the environment variables for each platform …
-
We're using YuniQL as our schema versioning and database migration engine for a Postgres DB. The issue we're seeing is the following:
- We ran YuniQL initially with version v1.1.55.0
- Yuniql cr…
-
It's is a bit confusing that the version number in the tag of the cli docker image isn't aligned with the cli version reported with `yuniql version`.
```bash
docker run --rm yuniql/cli:linux-x64-1…