Subject | Python FDB 1.4 not returning the first record |
---|---|
Author | greatdaydan |
Post date | 2013-08-16T09:50:49Z |
I have just started using Python and have discovered FDB. Super-duper! Now I can create a web interface for one of my applications.
I am using the FDB 1.4 documentation to learn how to use FDB.
A 'select * from table' returns all but the first record.
A 'select * from table where id = x' returns an empty [].
A 'select * from table where id < 4' returns [(2,),(3,)].
I created a db & table using FDB then inserted some data. The 'selects' return the correct data.
Can someone explain why this is happening?
Windows 8 64bit, Python 3.3, FDB 1.4
I am using the FDB 1.4 documentation to learn how to use FDB.
A 'select * from table' returns all but the first record.
A 'select * from table where id = x' returns an empty [].
A 'select * from table where id < 4' returns [(2,),(3,)].
I created a db & table using FDB then inserted some data. The 'selects' return the correct data.
Can someone explain why this is happening?
Windows 8 64bit, Python 3.3, FDB 1.4