We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81acbfc commit f29819fCopy full SHA for f29819f
table/table.go
@@ -39,6 +39,9 @@ type Client interface {
39
// CreateSession implements internal busy loop until one of the following conditions is met:
40
// - context was canceled or deadlined
41
// - session was created
42
+ //
43
+ // Deprecated: don't use CreateSession explicitly. This method only for ORM's compatibility.
44
+ // Use Do for queries with session
45
CreateSession(ctx context.Context, opts ...Option) (s ClosableSession, err error)
46
47
// Do provide the best effort for execute operation.
0 commit comments