Skip to content

Commit

Permalink
Update context.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ohaibbq authored Apr 11, 2024
1 parent bae498c commit 9c9b5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/goccy/go-zetasqlite/internal"
)

// DisableQueryFormattingKey use to disable query formatting for queries that require raw SQLite access
// DisableQueryFormattingKey use to disable query formatting for queries that require raw SQLite access.
type DisableQueryFormattingKey = internal.DisableQueryFormattingKey

// WithQueryFormattingDisabled use for queries that require raw SQLite SQL.
Expand Down

0 comments on commit 9c9b5de

Please sign in to comment.