grate-devs / grate-devs/grate

Capture, or show, output from SQL Scripts

Open
#594 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C#
Stars
297
Forks
55
Avg merge
18m
Merged PRs (30d)
1

Description

A few of our scripts, particularly those run after migration, maintain seed data.

These scripts have standard SQL PRINT statements showing if actions are being taken.
eg:
```
PRINT 'Inserted n new division codes';
```

Currently Grate shows the script being executed, but there is no output from the script.
```
Looking for AfterMigration scripts in "script folder". These scripts will run every time.
--------------------------------------------------------------------------------
Running 'my script to run.sql'.
--------------------------------------------------------------------------------
```

Is it possible to have that output show up somewhere?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.