mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 09:04:38 +00:00
commit
178163dba3
1 changed files with 1 additions and 1 deletions
|
|
@ -610,7 +610,7 @@ DefineEngineStringlyVariadicMethod(SQLiteObject, query, S32, 1, 5,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
return 0; // incorrect number of question marks vs arguments
|
return 0; // incorrect number of question marks vs arguments
|
||||||
Con::printf("Old SQL: %s\nNew SQL: %s", argv[1].getStringValue(), szNew);
|
Con::printf("Old SQL: %s\nNew SQL: %s", argv[1].getString(), szNew);
|
||||||
return object->ExecuteSQL(szNew);
|
return object->ExecuteSQL(szNew);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue