mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
Build SQLite 3.50.3 (#124)
* Build SQLite 3.50.3 * Update pivot_vtab, base in Dockerfile.test, fix test after SQLite 3.47 * Update CI image for tests
This commit is contained in:
@@ -413,7 +413,7 @@ describe('SQLite extensions', function () {
|
||||
WHERE ip.id <= p.id
|
||||
) AS path
|
||||
FROM tmp, json_each(filename_array) AS p
|
||||
WHERE p.id > 1 -- because the filenames start with the separator
|
||||
WHERE p.key > 0 -- because the filenames start with the separator
|
||||
`)
|
||||
expect(actual.values).to.eql({
|
||||
path: [
|
||||
|
||||
Reference in New Issue
Block a user