piggy icon indicating copy to clipboard operation
piggy copied to clipboard

A friendly PostgreSQL script runner in the spirit of DbUp.

Results 6 piggy issues
Sort by recently updated
recently updated
newest added

I just noticed that after installing the new _Datalust.Piggy_ package, some unexpected content is linked into my CSPROJ: ![image](https://user-images.githubusercontent.com/342712/60940732-dedf4a80-a31f-11e9-8ea0-050e9a1b57a0.png) (We get the Piggy icon and Attribution folder.) Guessing this is...

bug

Currently, only the default PostgreSQL server port is used; the connection feature should allow this to be overridden.

enhancement
up-for-grabs

Would be great if you could install and use piggy as a DotNetCliToolReference. :) Looking good otherwise, going to test run this with our proj soon!

enhancement

`PostgresException` carries line and column numbers, but we're not surfacing these in failure messages. I'm unsure if/when they'll be set, but it seems like a good bet there will be...

enhancement
up-for-grabs

Relative script filenames should produce the same persisted script name on all platforms. Currently, path separators are replaced with `/` uniformly, but e.g. escaped spaces and escaped separators may cause...

bug
up-for-grabs

* #35 - package and publish as a .NET tool (@nblumhardt) * #26 and #34 - update to .NET 8 incl dependencies (@todthomson, @nblumhardt) * #31 - build improvements incl...