Edit report at http://bugs.php.net/bug.php?id=31510&edit=1

 ID:                 31510
 Comment by:         php at trafex dot nl
 Reported by:        irch...@php.net
 Summary:            sqlite_key function only exists as method for
                     SQLiteResult class
 Status:             Wont fix
 Type:               Bug
 Package:            SQLite related
 PHP Version:        *
 Assigned To:        helly
 Block user comment: N
 Private report:     N

 New Comment:

Maybe the documentation should be updated, it doesn't mention any of
this.


Previous Comments:
------------------------------------------------------------------------
[2005-04-12 23:14:01] he...@php.net

All QLite maintainers decided there is little to no usa in that
function. The reason there is SQLiteResult::key() is only because
SQLiteResult implements Iterator.

------------------------------------------------------------------------
[2005-01-12 09:31:58] irch...@php.net

Description:
------------
The function sqlite_key (line 2637 of ext/sqlite/sqlite.c) only exists
as a mapped method of the SQLiteResult class and cannot be used a a
procedural function as it has no entry in the sqlite_funcs function
table (even though the function has support for being called as such).
All that's needed is an entry in sqlite_functions[].



------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=31510&edit=1

Reply via email to