libpq API for PQcmdTuples() - Mailing list pgsql-general

From Mihai RUSU
Subject libpq API for PQcmdTuples()
Date
Msg-id Pine.LNX.4.58L0.0403012329570.15351@ahriman.bucharest.roedu.net
Whole thread Raw
Responses Re: libpq API for PQcmdTuples()
List pgsql-general
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi

I was working recently on a mid-layer in my current projects for
abstraction of SQL backends (curently for mysql and pgsql only) and found
out that the libpq synonime of mysql_affected_rows is PQcmdTuples. However
I really dont see why does it return char * ?? Is there any practical
reason for this ?

Curently I do (unsigned int)atoi(PQcmdTuples()) but I really dont feel
very confortable with strings which might change their format at any time,
not to mention the overhead to convert from str to int each time (and I
dont expect to use this atoi rare heh).

Thanks!

- --
Mihai RUSU                                    Email: dizzy@roedu.net
GPG : http://dizzy.roedu.net/dizzy-gpg.txt    WWW: http://dizzy.roedu.net
                       "Linux is obsolete" -- AST
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAQ6ybPZzOzrZY/1QRAp8TAJ9DM2g0dsWtRGAhh7/lNRDssX/A9wCgn7Zd
CXgCGtPx+Z8Fr+wIaQbPMC0=
=m369
-----END PGP SIGNATURE-----

pgsql-general by date:

Previous
From: Paulovič Michal
Date:
Subject: Re: SERIAL type - auto-increment grouped by other field
Next
From: "Knepper, Michelle"
Date:
Subject: using the "copy from" command