Subject | Re: [firebird-support] Python FDB 1.4 not returning the first record |
---|---|
Author | Frank Schlottmann-Gödde |
Post date | 2013-08-16T12:24:23Z |
On 16.08.2013 11:50, greatdaydan wrote:
firebird-python@yahoogroups.com
hth
fsg
--
"Fascinating creatures, phoenixes, they can carry immensely heavy loads,
their tears have healing powers and they make highly faithful pets."
- J.K. Rowling
> I have just started using Python and have discovered FDB. Super-duper! Now I can create a web interface for one of my applications.Probably you will get more answers for Python related questions at
>
> 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?
>
firebird-python@yahoogroups.com
hth
fsg
--
"Fascinating creatures, phoenixes, they can carry immensely heavy loads,
their tears have healing powers and they make highly faithful pets."
- J.K. Rowling