php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #75 No support for LONG VARCHAR in ODBC/Solid
Submitted: 1998-02-17 07:56 UTC Modified: 1998-02-20 03:31 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: borud at guardian dot no Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 3.0 Latest CVS OS: Linux 2.1.73
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: borud at guardian dot no
New email:
PHP Version: OS:

 

 [1998-02-17 07:56 UTC] borud at guardian dot no
There's no support for LONG VARCHAR in the ODBC/Solid
code, which means you cannot retrieve long text strings
from the database.

This is a highly desirable feature because now people
have to hack their way around it by chopping up
LONG VARCHAR strings with SUBSTR in the SQL query.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-02-20 03:31 UTC] kara
LONG datatype is actually already supported,
but not returned into a PHP variable; they get
send directly to the client. 
Some "read_long" function will be added to
return LONG columns to PHP variables.
 [2014-04-21 21:32 UTC] bwoebi@php.net
Automatic comment on behalf of joe.watkins@live.co.uk
Revision: http://git.php.net/?p=php-src.git;a=commit;h=0b19b9dd0c43484cc141106f2ac7265272c69162
Log: fix #75 phpdbg disabled by default
 [2014-04-21 21:33 UTC] bwoebi@php.net
Automatic comment on behalf of joe.watkins@live.co.uk
Revision: http://git.php.net/?p=php-src.git;a=commit;h=0b19b9dd0c43484cc141106f2ac7265272c69162
Log: fix #75 phpdbg disabled by default
 [2014-04-25 23:25 UTC] ab@php.net
Automatic comment on behalf of joe.watkins@live.co.uk
Revision: http://git.php.net/?p=php-src.git;a=commit;h=0b19b9dd0c43484cc141106f2ac7265272c69162
Log: fix #75 phpdbg disabled by default
 [2014-04-25 23:29 UTC] ab@php.net
Automatic comment on behalf of joe.watkins@live.co.uk
Revision: http://git.php.net/?p=php-src.git;a=commit;h=0b19b9dd0c43484cc141106f2ac7265272c69162
Log: fix #75 phpdbg disabled by default
 [2014-05-01 14:59 UTC] tyrael@php.net
Automatic comment on behalf of joe.watkins@live.co.uk
Revision: http://git.php.net/?p=php-src.git;a=commit;h=0b19b9dd0c43484cc141106f2ac7265272c69162
Log: fix #75 phpdbg disabled by default
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 11:01:27 2024 UTC