go/zodb: Fix Open to detect lack of schema only by ":" instead of by "://"
An URI schema is required to have ":" after it, but - even if frequently used in practice - not //. We will soon introduce "demo:" URI scheme that comes without //, so fix Open to detect schema presence just by ":" and not to fixup "demo:..." url to "file://demo:..." automatically.
Showing
Please register or sign in to comment