Re: [R] R, RMysql, and MySQL 5 Decimal Type Support

2006-03-29 Thread Jason Trimble
[hours]) : unimplemented type 'character' in 'asReal' I can run the same command on the age (2) value with no errors. It just does not like the 2.5 at all! -Original Message- From: David James [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 28, 2006 11:08 PM To: Jason Trimble Cc: r

[R] R, RMysql, and MySQL 5 Decimal Type Support

2006-03-28 Thread Jason Trimble
Hi, Whenever I have a MySQL query that returns a Decimal result to R I get the following warning in R: Warning message: RS-DBI driver warning: (unrecognized MySQL field type 246 in column 1) I get this for a simple query like SELECT 2, 2.5 !! I am using: R ver 2.1.1 RMySQL ver.