You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
Just for reference, doing a second SUBSTRING in a subquery serves as a workaround. For example:
SELECTSUBSTRING(repository_id, 1, ARRAY_LENGTH(SPLIT(repository_id, ''))-4) AS b
FROM (
SELECTSUBSTRING(remote_fetch_url, 18) AS repository_id
FROM remotes
) AS q
This works, both with positive and negative indexes:
But this fails from gitbase-web with error:
Running gitbase-0.20.0-rc1
The text was updated successfully, but these errors were encountered: