Hi,
I have the similar problem, but simple rebuild does not fix it.
After some investigations I get the following results:
Mysql 5.x returns some fields as TYPE_NEWDECIMAL, but
libmysql-ruby1.8-2.7.1-1
does not defines MyslField::TYPE_NEWDECIMAL Ruby constant
(it is added in version 2.7.2 only):
Package: libmysql-ruby1.8
Version: 2.7.1-1
Severity: serious
Hi,
With libmysql-ruby1.8 2.7.1-1 (version in testing), with:
require 'dbi'
dbh = DBI.connect('DBI:MSQL:db','user','password')
dbh.select_all('SELECT clusterName, count(*)/2 from clusters group by
clusterName') { |r| p
2 matches
Mail list logo