🌐 AI搜索 & 代理 主页
fixes several issues with bulk inserts
  1. 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
  2. 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
  3. 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
  4. ea9e600 massive documentation overhaul by Jason Moiron · 13 years ago
  5. 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
  6. f5c70a8 fix godoc by Jason Moiron · 13 years ago
  7. 859ec15 Fill out API with Selectf/v, add MustExec alias for Execp as MustFunc is more go-idiomatic by Jason Moiron · 13 years ago