dbTalk Databases Forums  

query.h missing template for mulit insert.

mailing.database.mysql-plusplus mailing.database.mysql-plusplus


Discuss query.h missing template for mulit insert. in the mailing.database.mysql-plusplus forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mark Merendino
 
Posts: n/a

Default 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--

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.