Results 41 comments of mbucc

I'm not 100% sure what you mean. Something like this? `shmig -c my.conf "insert into mytbl (id, name) values (1, 'one');"`

Why is this better than using the database's command-line client?

Hi, This would be a valuable fix. From a quick google, it looks like mysql and postgresql support "select for update"; sqlite3 does not. But I think it is fine...

@sbrannen How to tackle checkbox two above? Update the Console Launcher `--help` output? I got as far as finding [the gradle build script](https://github.com/junit-team/junit5/blob/5a20a2ad86365e06c48a68e2542b7d901e45042f/documentation/documentation.gradle.kts#L96) that (I think) loads a .txt file...

@sbrannen Never mind, I got it: https://github.com/junit-team/junit5/blob/5a20a2ad86365e06c48a68e2542b7d901e45042f/documentation/documentation.gradle.kts#L172-L176

Here's my suggested approach. Let me know if this is OK and I'll start work a pull request. Current code: * ConsoleLauncher.java is the entry point * CommandLineOptionsParser is a...

> have you found anything in the JDK that we can reuse I will look.

@marcphilipp No luck. Quoting https://stackoverflow.com/a/6577660, > Classpath wildcard expansion is not performed by a standard library in Java, and the expansion is performed even before any classes are loaded by...

Turns out the comment on Dec 8, 2021 from @sormuras was enough to scratch this itch for me. I'll save the stale-bot some work, and close this now.