[gnome-db] MySQL and floats
Piotr Pokora <[email protected]>
| Newsgroups | gmane.comp.gnome.db |
|---|---|
| Message-ID | <[email protected]> |
Hi! I am using GDA 4.0.8. It seems float/double type is broken in MySQL provider. I can easily insert floats to table, but always get '0,0000' when I fetch data. I checked new_row_from_mysql_stmt and for G_TYPE_FLOAT and G_TYPE_DOUBLE case, mysql_bind_result[i].buffer is always 0,0000. column is: `created` float NOT NULL DEFAULT '0', Do I miss anything while getting data? Piotras