News

How should we improve? One way would be to escape backticks in the database name before executing the CREATE statement. Another would be to check that the name matches [A-Za-z0-9_]+ or similar.
Description: Using go test ./object -v -run TestDumpToFile to dump an existing instance with a functioning database panics because it tries to create a database Expected: No panic, and/or the possi ...