(statement string)
| 208 | } |
| 209 | |
| 210 | func MySQLPrependBytebaseAppComment(statement string) string { |
| 211 | return fmt.Sprintf("/*app=bytebase*/ %s", statement) |
| 212 | } |
| 213 | |
| 214 | // ConvertYesNo converts YES/NO to bool. |
| 215 | func ConvertYesNo(s string) (bool, error) { |
no outgoing calls
no test coverage detected