dbTalk Databases Forums  

BETA RELEASE: v2.1.0beta1

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


Discuss BETA RELEASE: v2.1.0beta1 in the mailing.database.mysql-plusplus forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Warren Young
 
Posts: n/a

Default BETA RELEASE: v2.1.0beta1 - 03-18-2006 , 12:10 AM






Okay, it's beta time for v2.1. That means that it's feature complete
and only wants testing to find bugs before release. I had other plans
for features to add to v2.1, but due to having such low response to the
alpha series, I've decided to fast-track what I have now towards
release. What was left of v2.1 will come in later v2.x versions.

Aside from fixing the floating point precision issue pointed out by Nis
Haller Baggesen, this release is mostly about documentation updates.

As always, you can download it at http://tangentsoft.net/mysql++/

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw


Reply With Quote
  #2  
Old   
Nis Haller Baggesen
 
Posts: n/a

Default Re: BETA RELEASE: v2.1.0beta1 - 03-20-2006 , 06:53 AM






Warren Young wrote:
Quote:
Okay, it's beta time for v2.1. That means that it's feature complete
and only wants testing to find bugs before release. I had other plans
for features to add to v2.1, but due to having such low response to the
alpha series, I've decided to fast-track what I have now towards
release. What was left of v2.1 will come in later v2.x versions.

Aside from fixing the floating point precision issue pointed out by Nis
Haller Baggesen, this release is mostly about documentation updates.

As always, you can download it at http://tangentsoft.net/mysql++/
Thanks for the very quick update. However we had some problems compiling
v2.1.0beta1 using gcc 4.0.2 on fedora core 4. There seemed to be an
error in queue.h.

However we did transplant the fixes back into 2.0.7, and it seems to
work for the floating point problem.

mvh

Nis Haller Baggesen.

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
  #3  
Old   
Warren Young
 
Posts: n/a

Default Re: BETA RELEASE: v2.1.0beta1 - 03-20-2006 , 12:13 PM



Nis Haller Baggesen wrote:
Quote:
Thanks for the very quick update. However we had some problems compiling
v2.1.0beta1 using gcc 4.0.2 on fedora core 4.
Sorry. Here's a patch for the problem:

Index: lib/querydef.pl
================================================== =================
--- lib/querydef.pl (revision 1266)
+++ lib/querydef.pl (working copy)
@@ -92,7 +92,7 @@
print OUT ', const SQLString& arg', $j;
}
print OUT ") \\\n";
- print OUT "\t\t{ FUNC(con, SQLQueryParms()";
+ print OUT "\t\t{ FUNC(container, SQLQueryParms()";
for (my $j = 0; $j < $i + 1; ++$j) {
print OUT ' << arg', $j;
}

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



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.