Archive for the 'Programming' Category

Fix get_insert_id function of Net::MySQL

Tuesday, February 6th, 2007

After I try to find Pure Perl of MySQL network protocol interface, I’ve found Net::MySQL on CPAN but there have some problem if you use get_insert_id and AUTO_INCREMENT value of table more than 255 the function will always return 254.

Current version of Net::MySQL 0.09 released on 01 Apr 2006

(more…)