Author: wyoung
Date: Thu May 13 00:40:41 2010
New Revision: 2631
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2631&view=rev
Log:
Removed SSQLS v1 deprecation warning and suppression stuff. SSQLS v2
isn't going into MySQL++ 3.1 after all. Wahh.
Modified:
trunk/examples/images.h
trunk/examples/stock.h
trunk/lib/ssqls.pl
Modified: trunk/examples/images.h
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/images.h?rev=2631&r1=2630&r2=2631&view=diff
==============================================================================
--- trunk/examples/images.h (original)
+++ trunk/examples/images.h Thu May 13 00:40:41 2010
@@ -24,7 +24,6 @@
***********************************************************************/
#include <mysql++.h>
-#define MYSQLPP_ALLOW_SSQLS_V1 // suppress deprecation warning
#include <ssqls.h>
sql_create_2(images,
Modified: trunk/examples/stock.h
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/stock.h?rev=2631&r1=2630&r2=2631&view=diff
==============================================================================
--- trunk/examples/stock.h (original)
+++ trunk/examples/stock.h Thu May 13 00:40:41 2010
@@ -25,7 +25,6 @@
***********************************************************************/
#include <mysql++.h>
-#define MYSQLPP_ALLOW_SSQLS_V1 // suppress deprecation warning
#include <ssqls.h>
// The following is calling a very complex macro which will create
Modified: trunk/lib/ssqls.pl
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/ssqls.pl?rev=2631&r1=2630&r2=2631&view=diff
==============================================================================
--- trunk/lib/ssqls.pl (original)
+++ trunk/lib/ssqls.pl Thu May 13 00:40:41 2010
@@ -71,10 +71,6 @@
# error Your compiler is not compatible with the SSQLS feature!
#endif
-#if !defined(MYSQLPP_ALLOW_SSQLS_V1)
-# warning SSQLS v1 is deprecated, and will probably be removed in MySQL++
v4.
-#endif
-
#include <string>
#include <math.h>
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits