Author: wyoung
Date: Sat Mar 4 09:39:32 2006
New Revision: 1220
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1220&view=rev
Log:
SSQLS now supports long and unsigned long fields without conversion.
Modified:
branches/v2.1-bakefile/lib/custom.pl
Modified: branches/v2.1-bakefile/lib/custom.pl
URL:
http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/lib/custom.pl?rev=1220&r1=1219&r2=1220&view=diff
==============================================================================
--- branches/v2.1-bakefile/lib/custom.pl (original)
+++ branches/v2.1-bakefile/lib/custom.pl Sat Mar 4 09:39:32 2006
@@ -68,7 +68,7 @@
---
my @types = ("char", "unsigned char", "tiny_int", "int", "unsigned int",
- "short int", "unsigned short int");
+ "short int", "unsigned short int", "unsigned long", "long");
foreach my $type (@types) {
print OUT0 << "---";
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits