grate icon indicating copy to clipboard operation
grate copied to clipboard

grate - the SQL scripts migration runner

Results 70 grate issues
Sort by recently updated
recently updated
newest added

Fixes #243 (now even passes testing!)

Multiple issues: Things like `next` should be `NVarChar(Max), Double quotes are used where [] should be, the `ListDatabases` property needs to exclude system database, read only databases and unavailable databases....

**Is your feature request related to a problem? Please describe.** The verbosity levels are p.t. linked to the default values in Microsoft.Extensions.Logging (see https://erikbra.github.io/grate/configuration-options/) However, the documentation for System.CommandLine recommends...

Ref. https://github.com/chucknorris/roundhouse/issues/343 * Username/password * AD username/password * AD username/password with MFA * Token * _others_?

triage

**Describe the bug** When migrating an existing database using a name with a different case, grate tries to re-create it when the MariaDB instance and the environment have enabled the...

This PR attempts to fix a similar issue to bug 167, but the issue appears at MariaDB. Grate attempts to create an existing database, resulting in a migration failure.

How could one use grate in a Kubernetes setting? * Init container? * etc Maybe @wokket s examples are enough. Verify 😄

documentation

On github: ![image](https://user-images.githubusercontent.com/3802829/177680861-7780fef1-5811-44d0-8051-279c0938ae42.png) On the docs site: ![image](https://user-images.githubusercontent.com/3802829/177680944-b4f4813d-a960-4190-a4cc-eb234eea83b4.png)

documentation
good first issue

* There is always a new entry in the tables on each run * Do we ever update the modified_date, or is it always equal to entry_date? * If we...

triage