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 2847e83 commit d341448Copy full SHA for d341448
loopdb/sqlite.go
@@ -194,7 +194,7 @@ func (db *BaseDB) BeginTx(ctx context.Context,
194
}
195
196
// ExecTx is a wrapper for txBody to abstract the creation and commit of a db
197
-// transaction. The db transaction is embedded in a `*postgres.Queries` that
+// transaction. The db transaction is embedded in a `*sqlc.Queries` that
198
// txBody needs to use when executing each one of the queries that need to be
199
// applied atomically.
200
func (db *BaseDB) ExecTx(ctx context.Context, txOptions TxOptions,
0 commit comments