Puddle

Results 8 comments of Puddle

Would we have to worry about authentication? If this was added as another middleware downstream of any other auth? I guess the idea would be to allow the consumer to...

I have been seeing similar issues using AzureSql. I have taken a look at `StdAdoDelegate.cs` and wondered if it was worth adding something like the following... `StdAdoDelegate.cs` ```csharp public virtual...

> > > Hello ! > I was wondering if you had found some solution for this? > I also find myself having to handle this situation. I run it...

I don't *think* `TriggerFired` is covered by `IsTransient` because it doesn't call `RollbackConnection`. Doesn't appear to be then caught by `ReleaseAcquiredTrigger` because the exception type doesn't match.

This would be great to have, assuming it works. @andrewnicols This is so that consumers can create an entry in their `.pre-commit-config.yaml` files... ``` - repo: https://github.com/gherkin-lint/gherkin-lint rev: v4.2.4 hooks:...

my `.pre-commit-config.yaml` ```yaml - repo: https://github.com/gherkin-lint/gherkin-lint rev: d6f0b264842d20d147c17b9fa58e86338b66ca4b hooks: - id: gherkin-lint files: 'blah/.*(\.feature)$' args: [-cblah/.gherkin-lintrc] ``` my `.gherkin-lintrc` ```json { "indentation": "on" } ``` ```bash pre-commit run gherkin-lint --all-files...

It looks like, understandably, I can't add the `xuid` to the `ALLOW_LIST_USERS` environment variable. For my scenario I've manually added the `xuid` to `allowlist.json` for the time being, which works.