Nigel Gomm
Programmer
hi all,
there's been a change in the mysql driver at version 5.3.12 such that
m.variable = .f.
sqlexec(nnnnn,"SELECT * from xyz where abc = ?m.variable")
returns no results (and it should).
if i change the query to "... where abc = 0" i get the results i expect.
it worked up until this last release (Jan 2019).
is there a parameter to the connection string i'm not seeing?
(this is connecting to a MariaDB server ).
nigel
there's been a change in the mysql driver at version 5.3.12 such that
m.variable = .f.
sqlexec(nnnnn,"SELECT * from xyz where abc = ?m.variable")
returns no results (and it should).
if i change the query to "... where abc = 0" i get the results i expect.
it worked up until this last release (Jan 2019).
is there a parameter to the connection string i'm not seeing?
(this is connecting to a MariaDB server ).
nigel