Edilson Pateguana
Edilson Pateguana
Hello, @kt3k Please assign me this one.
There are some tests failing because they expect the old behavior where `deepStrictEqual({}, Object.create(null))` is `true`, like: https://github.com/denoland/deno/blob/ff078dcfabfe916c63db800d2d91ca0dd77da5c7/tests/node_compat/test/parallel/test-sqlite-transactions.js#L32-L43 All the above assertions now fails because `db.prepare('BEGIN').run()` returns an object whose...
> I think the issue here is the implementation of `node:sqlite` in Deno True, but the issue isn't limited to `node:sqlite`, as the patch has caused multiple `deepStrictEqual` assertions to...