Thanks for your elaborate answer. I didn't realize that uint64 was not
so standard (I work on Linux). Very good point. I will stick to signed
ints for now.
And yes, it is not only the free beer that I appreciate!
All the best,
Gabriel
On Tue, 2007-03-06 at 13:51 +0100, Francesc Altet wrote:
> W
A Dimarts 06 Març 2007 14:25, Gabriel Beckers escrigué:
> Hello, I am trying the new PyTables 2.0a2a (thanks!!!), and ran into the
> (minor) problem that I can not select rows with a condition that
> involves an UInt64Col. I get an error saying this is not possible, yet.
> I can work around it (by
Hello, I am trying the new PyTables 2.0a2a (thanks!!!), and ran into the
(minor) problem that I can not select rows with a condition that
involves an UInt64Col. I get an error saying this is not possible, yet.
I can work around it (by defining the column using the signed variant),
but was wondering