Bugs item #938517, was opened at 2004-04-20 11:57
Message generated for change (Comment added) made by redi
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107869&aid=938517&group_id=7869
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Philipp Berndt (pberndt)
Assigned to: Jonathan Wakely (redi)
Summary: missing Connection constructor
Initial Comment:
in version 1.9.3:
examples/simple1.cc promises a Connection constructor which
unfortunately doesn't seem to exist:
// The full format for the Connection constructor is
// Connection(cchar *db, cchar *host="",
// cchar *user="", cchar *passwd="")
----------------------------------------------------------------------
>Comment By: Jonathan Wakely (redi)
Date: 2004-05-14 10:09
Message:
Logged In: YES
user_id=426241
That comment and the lack of non default constructor were
both inherited from mysql++, and were clearly wrong. I've
fixed the comment, thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107869&aid=938517&group_id=7869
|