Commit 74f24563 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 95cf19f5
...@@ -334,7 +334,7 @@ func openByURL(ctx context.Context, u *url.URL, opt *zodb.DriverOptions) (_ zodb ...@@ -334,7 +334,7 @@ func openByURL(ctx context.Context, u *url.URL, opt *zodb.DriverOptions) (_ zodb
// for now we pretend as if the database is not changing. // for now we pretend as if the database is not changing.
// TODO watcher(when implementing): filter-out first < at0 messages. // TODO watcher(when implementing): filter-out first < at0 messages.
if opt.Watchq != nil { if opt.Watchq != nil {
log.Print("zeo: FIXME: watchq support not implemented - there" + log.Print("zeo: FIXME: watchq support not implemented - there " +
"won't be notifications about database changes") "won't be notifications about database changes")
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment