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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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 08:01:30 2024 UTC