Author: wyoung
Date: Sat Mar 18 06:35:54 2006
New Revision: 1264
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1264&view=rev
Log:
Removed lib/compare.h. Not used within the library, has never been
documented, and I don't want to document it.
Removed:
branches/v2.1-bakefile/lib/compare.h
Modified:
branches/v2.1-bakefile/Wishlist
branches/v2.1-bakefile/lib/mysql++.h.in
Modified: branches/v2.1-bakefile/Wishlist
URL:
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/Wishlist?rev=1264&r1=1263&r2=1264&view=diff
==============================================================================
--- branches/v2.1-bakefile/Wishlist (original)
+++ branches/v2.1-bakefile/Wishlist Sat Mar 18 06:35:54 2006
@@ -113,9 +113,6 @@
augmentation of SELECT. Also, update usequery example
to use the iterator. Tricky bit: how do we make it not
interfere with subclass Result's random-access iterator?
-
- o Write an example to demonstrate compare.h features, or throw
- the header away. It's not being used within the library.
o Have resetdb create a second table containing a BLOB column
that load_file and cgi_image can use.
Modified: branches/v2.1-bakefile/lib/mysql++.h.in
URL:
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/lib/mysql%2B%2B.h.in?rev=1264&r1=1263&r2=1264&view=diff
==============================================================================
--- branches/v2.1-bakefile/lib/mysql++.h.in (original)
+++ branches/v2.1-bakefile/lib/mysql++.h.in Sat Mar 18 06:35:54 2006
@@ -6,12 +6,10 @@
///
/// There is no point in trying to optimize which headers you include,
/// because every MySQL++ program needs query.h, and that #includes
-/// all the other headers indirectly, except for custom*.h and
-/// compare.h. (query.h doesn't bring in compare.h because it's not
-/// used within the library anywhere; its facilities are only for
-/// end-user programs.) The only possible optimization is to include
-/// query.h instead of mysql++.h, and this results only in trivial
-/// compile time reductions at the expense of code clarity.
+/// all the other headers indirectly, except for custom*.h. The only
+/// possible optimization is to include query.h instead of mysql++.h,
+/// and this results only in trivial compile time reductions at the
+/// expense of code clarity.
/***********************************************************************
Copyright (c) 1998 by Kevin Atkinson, (c) 1999, 2000 and 2001 by
@@ -53,7 +51,6 @@
// dependency chain.
#include "connection.h"
#include "query.h"
-#include "compare.h"
#include "sql_types.h"
#endif // !defined(MYSQLPP_MYSQLPP_H)
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits