ID: 24540 User updated by: info at php-power dot it Reported By: info at php-power dot it Status: Closed Bug Type: SQLite related PHP Version: 4.3.3-dev Assigned To: helly New Comment:
Thanks to you for the great language. I have noticed the bug why I am writing an SQLite class :) I have asked aid in the mailing lists, but nobody has answered (the extension is too much recent??) :) However thanks, in my class served me the functionality of sqlite_seek() hehehe I am studying also English ^_^ Previous Comments: ------------------------------------------------------------------------ [2003-07-08 13:59:58] [EMAIL PROTECTED] This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. ------------------------------------------------------------------------ [2003-07-08 11:52:32] info at php-power dot it Please, they are 9 hours that I program :) the example is: Example: sqlite_seek($result, 1); sqlite_current($result); return the row 2 of previous query sqlite_seek($result, 3); sqlite_current($result); return the row 4 of previous query etc ... (this is the definitive example:P) ------------------------------------------------------------------------ [2003-07-08 11:45:29] info at php-power dot it Thanks. When I write sqlite_seek($result, 1); I creed that sqlite_cuttent() return the first line to a query, but the second line is returned :| ------------------------------------------------------------------------ [2003-07-08 11:32:09] [EMAIL PROTECTED] So is it working? If not, can you clarify what the problem is? :) ------------------------------------------------------------------------ [2003-07-08 11:20:38] info at php-power dot it I'm tired, naturally sqlite_seek() does not have the sign $ :) ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/24540 -- Edit this bug report at http://bugs.php.net/?id=24540&edit=1