mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-30 08:50:01 -06:00
Merge pull request #7916 from dolthub/daylon/dg-sess-obj
Added new session variable
This commit is contained in:
@@ -50,6 +50,7 @@ var ErrSessionNotPersistable = errors.New("session is not persistable")
|
||||
// DoltSession is the sql.Session implementation used by dolt. It is accessible through a *sql.Context instance
|
||||
type DoltSession struct {
|
||||
sql.Session
|
||||
DoltgresSessObj any // This is used by Doltgres to persist objects in the session. This is not used by Dolt.
|
||||
username string
|
||||
email string
|
||||
dbStates map[string]*DatabaseSessionState
|
||||
|
||||
Reference in New Issue
Block a user