Remove clone in vtab from_args

This commit is contained in:
PThorpe92
2025-02-17 21:31:27 -05:00
parent e63436dc47
commit 9b742e1a76
4 changed files with 9 additions and 6 deletions

View File

@@ -142,7 +142,7 @@ def test_output_file():
expected_lines = {
f"Output: {output_filename}": "Can direct output to a file",
"Output mode: raw": "Output mode remains raw when output is redirected",
"Output mode: list": "Output mode remains list when output is redirected",
"Error: pretty output can only be written to a tty": "Error message for pretty mode",
"SELECT 'TEST_ECHO'": "Echoed command",
"TEST_ECHO": "Echoed result",