Displaying 2 results from an estimated 2 matches for "unfortunatey".
Did you mean:
unfortunately
2001 Jun 11
2
util-linux 2.11e
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
does this version need to be patched for any reason to handle/work with ext3?
I found a patch for the previous release of util-linux, but it don't apply
cleanly to this version. thanks!
- --
Douglas J. Hunley (Linux User #174778)
http://hunley.homeip.net/ http://linux.nf/
As a SysAdmin, yes, I CAN read your e-mail, but I DON'T get that
2006 Jun 20
3
Rails and decimal types mapped to float
Hi,
I''m a brazilian developer, work in a hospital and we have a legacy
database that we want to access via rails.
Rails maps decimal types to float, and to circumvent this problem the
suggestion one can find on the list is to represent decimal values as
cents. That''s not applicable when you have to access a legacy database.
I found two tickets 4274 and 4605 on rails trac,