Junu Park (Darren)
Junu Park (Darren)
#### Checklist See #130 for more information - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks are included - [x] documentation is changed or...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...
Hello, it seems that current version of chromium.br file doesn't support node 16.x version. (eg. String.prototype.replaceAll is not supported in this version) is there any official support for updating version...
Does H2 acquire locks when transaction isolation is SERIALIZABLE? For example in [MySQL](https://dev.mysql.com/doc/refman/8.0/en/innodb-transaction-isolation-levels.html), when isolation mode is SERIALIZABLE, all `SELECT` query turn to `SELECT ... FOR UPDATE`. I cannot find...