Closed predetermined closed 2 months ago
Describe the bug
Doing queryObject("create table test()") results in
queryObject("create table test()")
QueryObjectResult { query: Query { args: [], camelCase: undefined, fields: undefined, result_type: 1, text: "create table test();" }, command: "CREATE", rowCount: NaN, warnings: [], columns: undefined, rows: [] }
but CommandType is missing "CREATE".
CommandType
"CREATE"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
CommandType contains "CREATE".
Screenshots
/
Additional context
If applicable, add any other context about the problem here.
Describe the bug
Doing
queryObject("create table test()")
results inbut
CommandType
is missing"CREATE"
.To Reproduce
Steps to reproduce the behavior:
queryObject("create table test()")
Expected behavior
CommandType
contains"CREATE"
.Screenshots
/
Additional context
If applicable, add any other context about the problem here.