summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/sqlite/lib/defs.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-03-06 11:00:53 +0100
committerLibravatar GitHub <noreply@github.com>2023-03-06 11:00:53 +0100
commitb344c2c8f4b2ef98effe2f19d70f63c5a835ba86 (patch)
treec1c75f5a0c55a118a0e34e6890bae0230133d25c /vendor/modernc.org/sqlite/lib/defs.go
parent[bugfix] internal server error on search not found (#1590) (diff)
downloadgotosocial-b344c2c8f4b2ef98effe2f19d70f63c5a835ba86.tar.xz
[chore] Update uptrace/bun and modernc/sqlite dependencies (#1598)
* [chore] Update bun from 1.1.10 -> 1.1.12 * [chore] bump modernc/sqlite 1.20.4 -> 1.21.0
Diffstat (limited to 'vendor/modernc.org/sqlite/lib/defs.go')
-rw-r--r--vendor/modernc.org/sqlite/lib/defs.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/modernc.org/sqlite/lib/defs.go b/vendor/modernc.org/sqlite/lib/defs.go
index 597c4393f..71557d8dc 100644
--- a/vendor/modernc.org/sqlite/lib/defs.go
+++ b/vendor/modernc.org/sqlite/lib/defs.go
@@ -8,3 +8,9 @@ const (
SQLITE_STATIC = uintptr(0) // ((sqlite3_destructor_type)0)
SQLITE_TRANSIENT = ^uintptr(0) // ((sqlite3_destructor_type)-1)
)
+
+type (
+ Sqlite3_index_constraint = sqlite3_index_constraint
+ Sqlite3_index_orderby = sqlite3_index_orderby
+ Sqlite3_index_constraint_usage = sqlite3_index_constraint_usage
+)