Commit 9bec71f7 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 68609005
...@@ -192,7 +192,7 @@ func newConnection(db *DB, at Tid) *Connection { ...@@ -192,7 +192,7 @@ func newConnection(db *DB, at Tid) *Connection {
// DB returns database handle under which the connection was opened. // DB returns database handle under which the connection was opened.
func (conn *Connection) DB() *DB { func (conn *Connection) DB() *DB {
conn.checkLive("db") // XXX needed? conn.checkLive("db")
return conn.db return conn.db
} }
......
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