in reply to Re^2: DBI Placeholders and DB2 Integers
in thread DBI Placeholders and DB2 Integers
Well I am certainly not doing anything intentional to use BigInts.
However I notice that the Math::Base36 module uses BigInts and I do use the Base36 module. In fact I use the Base36::decode_base36() function in the same part of code which is doing this DB2 update (I have to extract the integers from a Base36 encoded string).
How do I limit the context of the BigInt? Alternatively, since I haven't used (or heard of) numify before, is that a standard fucntion in Perl v5.8.8 or do I need to pull in another module?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: DBI Placeholders and DB2 Integers
by Eliya (Vicar) on Apr 12, 2012 at 03:59 UTC | |
by acka.au (Novice) on Apr 12, 2012 at 06:10 UTC |