Closed shane-tw closed 5 months ago
Hi.
value := `--anything testing 123 `
was being seen as SQL, whereas:
value := `-- sql testing 123 `
wasn't being seen as SQL. It was missing the whitespace support that Lua has. MariaDB requires a whitespace after the --.
Hi.
was being seen as SQL, whereas:
wasn't being seen as SQL. It was missing the whitespace support that Lua has. MariaDB requires a whitespace after the --.