[APSW] SELECT COUNT(*) not succesfull?

Gilles Ganault nospam at nospam.com
Wed Oct 22 18:14:42 EDT 2008


On Wed, 22 Oct 2008 18:35:35 +0200, Bruno Desthuilliers
<bdesth.quelquechose at free.quelquepart.fr> wrote:
>It is - the problem is that cursor.execute doesn't return what you 
>think... Truth is that according to the db-api specification, the return 
>value of cursor.execute is not defined (IOW : can be absolutely 
>anything).

OK, I'll check if I can find how to get the result from a SELECT
COUNT(*) and if not, use a different wrapper. Thanks a lot for the
embedded comments.



More information about the Python-list mailing list