feat(sql): SQL Injection
This commit is contained in:
5
sql/dml.go
Normal file
5
sql/dml.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package sql
|
||||
|
||||
var (
|
||||
DML_INSERT_INTO = "INSERT INTO %s (%s) VALUES (%s);"
|
||||
)
|
||||
Reference in New Issue
Block a user