Versions in this module Expand all Collapse all v1 v1.0.2 Oct 24, 2024 Changes in this version + func AppendBool(b []byte, v bool) []byte + func AppendError(b []byte, err error) []byte + func AppendFloat32(b []byte, v float32) []byte + func AppendFloat64(b []byte, v float64) []byte + func AppendIdent(b []byte, name string, quote byte) []byte + func AppendName(b []byte, ident string, quote byte) []byte + func AppendNull(b []byte) []byte + type Name int + const Invalid + const MSSQL + const MySQL + const PG + const SQLite + func (n Name) String() string