php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57396 The pdo_psql not support array[x:y]?
Submitted: 2006-11-26 11:58 UTC Modified: 2013-10-15 11:54 UTC
From: jacch dot tw at gmail dot com Assigned:
Status: No Feedback Package: *General Issues
PHP Version: 5.2.0 RC4 OS: Mandriva 2006
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: jacch dot tw at gmail dot com
New email:
PHP Version: OS:

 

 [2006-11-26 11:58 UTC] jacch dot tw at gmail dot com
Description:
------------
I'm tring pgsql array on php5.2 pdo_pgsql object,
but I found this problem on my php machine.

when i query this sql string ,it cann't run on my machine.
"select array_to_string(array[1:10],";") from sometable limit 30" , this cann't work.
but !!
"select array_to_string(array,";") from sometable limit 30"
it work !!

So ,how can I do for this problem;




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-10-01 10:33 UTC] mike@php.net
-Status: Open +Status: Feedback -Package: PDO_PGSQL +Package: *General Issues
 [2013-10-01 10:33 UTC] mike@php.net
Should be gone since fixing bug #64953

Please try PHP-5.4.20 or newer.
 [2013-10-15 11:54 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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 04:01:28 2024 UTC