Florian
Florian
PR here: https://github.com/dependabot/dependabot-core/pull/10676
@MorrisJobke Thanks for the info! This means I don't need to keep this PR up-to-date (resolving conflicts), correct?
Not sure if it's related, but `retrieveLatest(upToNumLines: 50)` is not a function offered by `DDFileLogger`. Is this simply an _extension_ on your side, or are you using a subclass by...
@felislynx-silae I can't really reproduce this issue. If you can create a small project that reproduces this issue and attach it here, that would help a lot. What happens internally...
Any news on this? I just ran into an issue, that seemed unrelated at first, but is also fixed by this PR: #1585.
Note that single quotes in comments still lead to an error: E.g. the following SQL file: ```sql -- Don't use single quotes in comments. DO $$ BEGIN EXECUTE 'SELECT 1;';...
I just noticed, that the `DO` block isn't the problem. It seems the `EXECUTE` is the actual trigger here. I'm not sure what exactly the underlying issue is, but #945...
It's stated in the docs: https://pgloader.readthedocs.io/en/latest/ref/mssql.html Since you have an `@` in your password, please also have look at the connection string section, which explains how to escape such special...
> Only thing I want to add: please add some sentences to the documentation explaining what locking can improve. I've extended the doc comment with a remark.
> Hi @ffried! Will there be time to merge the current pull request? Or perhaps there are other ways to resolve the issue? Sorry, this went completely under the radar....