mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-24 22:15:01 +08:00
Upgrade xorm to v1.2.2 (#16663)
* Upgrade xorm to v1.2.2 * Change the Engine interface to match xorm v1.2.2
This commit is contained in:
go.modgo.summodules.txt
models
vendor
github.com
goccy/go-json
.codecov.yml.gitignore.golangci.ymlCHANGELOG.mdLICENSEMakefileREADME.mdcolor.godecode.godocker-compose.ymlencode.goerror.gogo.modgo.sumjson.gooption.go
internal
decoder
anonymous_field.goarray.gobool.gobytes.gocompile.gocompile_norace.gocompile_race.gocontext.gofloat.gofunc.goint.gointerface.gomap.gonumber.gooption.goptr.goslice.gostream.gostring.gostruct.gotype.gouint.gounmarshal_json.gounmarshal_text.gowrapped_string.go
encoder
compact.gocompiler.gocompiler_norace.gocompiler_race.gocontext.goencoder.goindent.goint.gomap112.gomap113.goopcode.gooption.gooptype.gostring.go
vm
vm_color
vm_color_indent
vm_indent
errors
runtime
mattn/go-sqlite3
xorm.io/xorm
.drone.ymlCHANGELOG.mdMakefileREADME.mdREADME_CN.mdconvert.go
convert
dialects
doc.goengine.goengine_group.gogo.modgo.suminterface.gointernal
names
rows.goscan.goschemas
session.gosession_convert.gosession_delete.gosession_exist.gosession_find.gosession_get.gosession_insert.gosession_iterate.gosession_query.gosession_raw.gosession_schema.gosession_update.gotags
4
vendor/github.com/mattn/go-sqlite3/sqlite3ext.h
generated
vendored
4
vendor/github.com/mattn/go-sqlite3/sqlite3ext.h
generated
vendored
@ -19,6 +19,10 @@
|
||||
#ifndef SQLITE3EXT_H
|
||||
#define SQLITE3EXT_H
|
||||
#include "sqlite3-binding.h"
|
||||
#ifdef __clang__
|
||||
#define assert(condition) ((void)0)
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
** The following structure holds pointers to all of the SQLite API
|
||||
|
Reference in New Issue
Block a user