It looks like we are in some sort of (painful?) symbiotic relationship
here. As I update my drivers to make sure that Recordset works before
release, I keep having problems.
This time, I tried to do the following code which is part of Recordset:
my @bind_param = ($i+1, $bind_values -> [$i], (de
Rudy Lippan wrote:
On Sun, 28 Dec 2003, Terrence Brannon wrote:
DBD::mysql does not do the quoting itself. The quoting is a feature of the
DBI; Quoting the DBI docs:
oh, I see. thank you for the reference.
Versions of DBD::mysql < 2.9002 did not implement get_info(), so when DBI
went looki
On Sun, 28 Dec 2003, Terrence Brannon wrote:
> running the below program show that table names are quoted automatically
> under MySQL-4.016 and DBD::mysql 2.9003.
> This wasn't happening about 2 weeks ago when I ran the entire test suite
> and it passed.
>
Intersting the quoting has been in th
Hi,
I am a first-time user of perlembed. I embedded the Perl
interpreter in my C/C++ application in order to provide users with scripting
capabilities for the application. I use “-e 0” as arguments for “perl_parse”,
and I use “perl_eval_pv” to evaluate the code entered by the user.
The
running the below program show that table names are quoted automatically
under MySQL-4.016 and DBD::mysql 2.9003.
This wasn't happening about 2 weeks ago when I ran the entire test suite
and it passed.
needless to say, this is causing some problems with the MySQL part of
the test suite, when ch