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

Be a bit forgiving on the casing of any already-existing `Version`, `ScriptsRun` and `ScriptsRunErrors` tables, to be more backwards-compatible with RoundhousE, which used lower-case table names for some databases

**Description** Roundhouse uses lowercase table names, like "scriptsrun" in postgres due to the fact that the table name is not enclosed in "quotes". This means that when an existing postgres...

Our CI on an existing grate project has started failing, the final green build was on V1.3.2, the first failed build was V1.4, and it has failed every run subsequent....

bug

Add option to use lowercase table names.

Is it possible to add a custom create database script (roundhouse -cds)? ex -cds=createdatabase.sql `USE master; GO DECLARE @Created bit SET @Created = 0 IF NOT EXISTS(SELECT * FROM sys.databases...

back-compat

I'm migrating an existing RH db over to grate (on a case-insensitive SQL 2019 server), and when migrated with `grate --schema=roundhouse [other options elided]` it fails with: ``` Unhandled exception:...

Had some merge issues but think I'm there. Assorted changes to DBMS's that are (generally) case insensitive. PGSql is a little interesting with case-sensitive tables but case insensitive schemas (as...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...