This commit is contained in:
vss-devel 2019-03-05 11:40:00 +03:00
parent eb35239fde
commit b736b5e44d

View File

@ -1304,7 +1304,7 @@ async function storeUrlIndex () {
urlSorted.rowid,
id,
urlKey,
offset
CAST( offset AS TEXT ) AS offset -- to prevent casting to JS Number
FROM urlSorted
LEFT OUTER JOIN dirEntries
USING (id)