Re: [Pytables-users] Table.readWhere not functioning as expected

2010-01-13 Thread Francesc Alted
2010/1/14 Benjamin Cilia > Platform is Linux (RHEL5 64). > Ok, so let's go with some code. Can you please try the attached script? In case it works for you, can you provide a variation of it that reproduces the bad behaviour? Thanks, -- Francesc Alted bug.py Description: Binary data -

Re: [Pytables-users] Table.readWhere not functioning as expected

2010-01-13 Thread Benjamin Cilia
Platform is Linux (RHEL5 64). - Original Message - To: "ben" Sent: Wednesday, January 13, 2010 6:37:54 PM GMT -05:00 US/Canada Eastern Subject: Re: [Pytables-users] Table.readWhere not functioning as expected Hi Benjamin, 2010/1/12 Benjamin Cilia > Hi all, >

Re: [Pytables-users] Table.readWhere not functioning as expected

2010-01-13 Thread Francesc Alted
Hi Benjamin, 2010/1/12 Benjamin Cilia > Hi all, > > I created a table using PyTables 2.1.2 and HDF 1.6.10 with LZO 2.02. When > I query the table using readWhere, I get an empty row. However, if I query > using 'where', I get the expected data. > > > >>> from tables import * > >>> class ticker