php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #79414 david@grudl.com
Submitted: 2020-03-26 02:11 UTC Modified: 2020-04-05 04:22 UTC
From: david at grudl dot com Assigned:
Status: No Feedback Package: SQLite related
PHP Version: 7.4.4 OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: david at grudl dot com
New email:
PHP Version: OS:

 

 [2020-03-26 02:11 UTC] david at grudl dot com
Description:
------------
SQLite3Result::columnType() returns FALSE in cases where it returned correct value in PHP 7.4.3.

I think it is caused by fix for https://bugs.php.net/bug.php?id=79294


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-03-26 08:17 UTC] nikic@php.net
-Status: Open +Status: Feedback -Package: Output Control +Package: SQLite related
 [2020-03-26 08:17 UTC] nikic@php.net
Could you please provide a code example where columnType() now incorrectly returns false?
 [2020-04-05 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 [2020-04-14 08:37 UTC] thenewherobrinex at gmail dot com
I noticed for example that before the fix for #79294 columnType() would return SQLITE3_NULL if called before calling fetchArray while now it returns false instead. I don't know if this is what the OP is referring to nor if this is a problem itself or not.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 17:01:30 2024 UTC