mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-04 08:04:45 +00:00
Cursor fixes for execute, implemented execute_direct
This commit is contained in:
@ -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++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user