String represents any SQL type that needs to be represented using quotes.
| 45 | |
| 46 | // String represents any SQL type that needs to be represented using quotes. |
| 47 | type String []byte |
| 48 | |
| 49 | // MakeNumeric makes a Numeric from a []byte without validation. |
| 50 | func MakeNumeric(b []byte) Value { |
no outgoing calls
no test coverage detected