Author: wyoung
Date: Thu Feb  7 03:40:09 2008
New Revision: 2161

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2161&view=rev
Log:
Added sql_bool and sql_boolean typedefs

Modified:
    trunk/lib/sql_types.h

Modified: trunk/lib/sql_types.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/sql_types.h?rev=2161&r1=2160&r2=2161&view=diff
==============================================================================
--- trunk/lib/sql_types.h (original)
+++ trunk/lib/sql_types.h Thu Feb  7 03:40:09 2008
@@ -2,7 +2,7 @@
 /// \brief Declares the closest C++ equivalent of each MySQL column type
 
 /***********************************************************************
- Copyright (c) 2006-2007 by Educational Technology Resources, Inc.
+ Copyright (c) 2006-2008 by Educational Technology Resources, Inc.
  Others may also hold copyrights on code in this file.  See the
  CREDITS file in the top directory of the distribution for details.
 
@@ -49,6 +49,9 @@
 typedef unsigned int                   sql_mediumint_unsigned;
 typedef longlong                               sql_bigint;
 typedef ulonglong                              sql_bigint_unsigned;
+
+typedef sql_tinyint                            sql_bool;
+typedef sql_tinyint                            sql_boolean;
 
 typedef float                                  sql_float;
 typedef double                                 sql_double;


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to