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

Ref https://github.com/chucknorris/roundhouse/issues/424 * What does grate do if an Anytime/Everytime script is changed, and re-run? * What does grate do if we change a one-time script, and we run with...

https://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package (See also #60 , probably some lessons to be learned there). Maybe a good idea to build this in a container, as there are so many environment requirements to...

build-pipeline

**Is your feature request related to a problem? Please describe.** Add retries to database calls for flaky connections **Describe the solution you'd like** Use Polly, maybe? **Describe alternatives you've considered**...

**Is your feature request related to a problem? Please describe.** Several years ago I used roundhouse for a project at a different company. Now I have an opportunity to use...

question

* Split on both ; and / * Added more unit tests on Oracle statement splitting

**Describe the bug** I'm attempting to use grate against an Oracle container (gvenzl/oracle-xe) and am constantly running into ORA-00922: missing or invalid option. The research that I've done on that...

triage

**Describe the bug** If a folder is invalid Grate "just" skip it and return a successful error code. **To Reproduce** Run `dotnet grate --connectionstring "XXX" --folders thisFolderDoesnTExist --noninteractive` and see...

question

**Describe the bug** Grate successfully connects to the DB, checks what scripts to run, successfully runs procedures and indices scripts but then timeouts when running permissions scripts. This started happening...

question
triage

**Describe the bug** The internal Grate migration tables always logs all scripts. Might be due to line ending issues when reading from embedded resources, might now **To Reproduce** Run a...