Log In
Support
New Account
This forum
This project's trackers
This project's forums
This project's tasks
This project's releases
This project's documents
This project's news
Software/Group
People
Skill
Advanced search
Home
My Page
Project Tree
Code Snippets
Project Openings
ruby-oci8
Summary
Forums
Tracker
Lists
SCM
Files
Forums
|
Admin
Discussion Forums:
open-discussion
Start New Thread
Nested
Flat
Threaded
Ultimate
Show 25
Show 50
Show 75
Show 100
By:
Kubo Takehiro
RE: count() returns a float? [ reply ]
2005-08-05 00:54
count() really returns a float. That's because a function return value has no precision and scale.
How about explicitly define the datatype.
http://www.jiubao.org/ruby-oci8/dbd_oci8.en.html
By:
Daniel Berger
count() returns a float? [ reply ]
2005-08-02 17:48
Hi,
I noticed that the count function returns a float value instead of an integer. Is this an issue with the DBI wrapping perhaps? Or does count() really return a float?
Regards,
Dan