Skip to content

Commit

Permalink
Doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncruces committed Jul 24, 2024
1 parent 12515be commit d75222b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Test GORM
run: gormlite/test.sh

- name: Test coverage
- name: Collect coverage
run: |
go install github.com/dave/courtney@latest
courtney
Expand Down
1 change: 1 addition & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func logCallback(ctx context.Context, mod api.Module, _, iCode, zMsg uint32) {
}

// FileControl allows low-level control of database files.
// Only a subset of opcodes are supported.
//
// https://sqlite.org/c3ref/file_control.html
func (c *Conn) FileControl(schema string, op FcntlOpcode, arg ...any) (any, error) {
Expand Down

0 comments on commit d75222b

Please sign in to comment.