🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
jmoiron
/
sqlx
/
refs/tags/v1.3.2
/
doc.go
tag
84b71520f18df57ad34368dad40044a669f53592
tagger
Jason Moiron <jmoiron@jmoiron.net>
Thu Apr 08 02:11:59 2021
object
1723f86cf23caef47bf9140aea16acfd2f7c4542
fixes several issues with bulk inserts
16e5f49
documentation cleanup, vet and lint fixes, remove BindMap and BindStruct from public interface in favor of a single BindNamed
by Jason Moiron
· 12 years ago
92b4411
huge lint/documentation cleanup, re-define reflect helpers BaseStructType and BaseSliceType in terms of one function to bring their behaviors on pointer-to-pointer-to-pointer-to... types in line with eachother.
by Jason Moiron
· 12 years ago
a19990a
some documentation updates, add docs for NameMapper and make sqlx's package line conform to other packages when running via godoc
by Jason Moiron
· 12 years ago
ea9e600
massive documentation overhaul
by Jason Moiron
· 13 years ago
dce7d8f
change NamedQuery and NamedExec from using maps to structs, and retain old map based interface on NamedQueryMap and NamedExecMap. It would be trivial to write one function to do both, but it would be equally trivial for other people to do this if they require it. I'd rather not build an interface that layers reflection upon reflection for small conveniences
by Jason Moiron
· 13 years ago
f5c70a8
fix godoc
by Jason Moiron
· 13 years ago
859ec15
Fill out API with Selectf/v, add MustExec alias for Execp as MustFunc is more go-idiomatic
by Jason Moiron
· 13 years ago