Cursor fixes for execute, implemented execute_direct

This commit is contained in:
Georg Richter
2021-07-14 22:14:52 +02:00
parent c8a9f50712
commit 8ee02ac7e3
9 changed files with 241 additions and 57 deletions

View File

@ -379,7 +379,7 @@ cont:
}
else {
/* determine SQL command */
if (p->command == SQL_NONE && p->param_count)
if (p->command == SQL_NONE)
{
for (uint8_t i=0; binary_command[i].str.str; i++)
{