query.h missing template for mulit insert. -
05-05-2005
, 01:28 PM
------_=_NextPart_001_01C551A0.27FFB893
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
query.h is missing the template for the new mulit insert. I believe
this should be added to fix the problem...
=20
template<class Iter> Query& insert(Iter first, Iter last)
{
SQLQuery::insert(first, last);
return *this;
}
=20
------_=_NextPart_001_01C551A0.27FFB893-- |