2009/6/8 Warren Young <mysqlpp@stripped>
>
> You're welcome to make the needed changes and send me the patch. If it's good,
> I'll still apply it, because I will continue to ship SSQLS v1 for some time, for backwards
> compatibility.
Thanks Warren,
I've only played with library a few days so feel free to throw this out.
Adrian
*** mysql++-3.0.9/lib/ssqls.pl 2009-02-04 14:45:37.000000000 -0700
--- mysql++-3.0.9.fix/lib/ssqls.pl 2009-06-08 14:44:08.000000000 -0600
***************
*** 644,650 ****
const char* NAME::names[] = {
$names
};
! const char* NAME::table_ = #NAME;
)
template <class Manip>
--- 644,650 ----
const char* NAME::names[] = {
$names
};
! const char* NAME::table_ = "`"#NAME"`";
)
template <class Manip>