Results 7 comments of Björn Pollex

+1 Thinking about it a bit I guess a good way to implement this would be to introduce an annotation for this: ``` @Parameters @AfterClassRules public Object[][] generateParameters() { //...

I am writing an additional comment because I am not sure if an update on a comment triggers a notification. Would the design proposed in my previous comment be acceptable...

Hm, I guess now that I think about it, the problem is actually more a smell in my test code. I am connecting to a remote service and running tests...

But `database_binder` has a reference to `database`, so couldn't it just have a member function like this: ``` sqlite_int64 last_insert_row_id() const { return db.last_insert_row_id(); } ``` This would not add...

Ah, now I understand. Here's an alternative proposal. You could provide an alternative to the `void execute()` function that returns the row id (e.g. `sqlite_int64 update()`). Do you think this...

The way I see this library it is a modern, thin wrapper around SQLite APIs. Since these APIs suffer from that multi-threading issue, I don't see why this wrapper should...

@lovepocky Wouldn't that break the `content-hash` in `poetry.lock`? I think this might cause poetry to refresh the lock file.