Date: 10/18/98
- Next message: Danny Heijl: "[PHP-DEV] 3.0 CVS tree no longer compiles "functions/mysql.c""
- Previous message: Sascha Schumann: "[PHP-DEV] affected_rows for mSQL"
- In reply to: Sascha Schumann: "[PHP-DEV] affected_rows for mSQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 13:17 18/10/98 +0200, Sascha Schumann wrote:
>
>(I didn't see a charter for this list, feel free to flame me to post it
>here :-) )
>
>This patch adds a function to the mSQL module which is similiar to
>affected_rows() of MySQL or pq_cmdtuples of PostgreSQL. I had only a quick
>glance at the code and perhaps I did something wrong, so it would be nice
>to hear one or two comments on it :)
Thanks. The approach was a bit wrong though. This information should be
stored per-result, or to be compatible with the MySQL module - per link,
instead of in a global variable. I'll see if I can get around to it before
3.0.6.
Zeev
-- Zeev Suraski <zeev <email protected>> For a PGP public key, finger bourbon <email protected>-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Danny Heijl: "[PHP-DEV] 3.0 CVS tree no longer compiles "functions/mysql.c""
- Previous message: Sascha Schumann: "[PHP-DEV] affected_rows for mSQL"
- In reply to: Sascha Schumann: "[PHP-DEV] affected_rows for mSQL"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

