[Modeling-users] MySQL double
Status: Abandoned
Brought to you by:
sbigaret
From: Ralf S. <ral...@ip...> - 2004-02-03 11:28:48
|
Greetings! I have recently started to use modeling for my bioinformatics work. I like it a lot but now i ran into a small problem. I often need to store small numbers like 1.24e-127 The MySQL datataype double stores theese correctly while float reduces them to 0.0 which is a catastrophe for me. So I tried to specify double as external datatayp, but the mdl-validate fails telling me that double is not supported. Is it possible to expand the mysql adapter to support double? thanks Ralf |