php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33855 Unable to identify a nvarchar field without an extra query
Submitted: 2005-07-25 22:47 UTC Modified: 2005-07-25 23:04 UTC
From: mauroi at digbang dot com Assigned:
Status: Not a bug Package: MSSQL related
PHP Version: 5.0.4 OS: Irrelevant
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: mauroi at digbang dot com
New email:
PHP Version: OS:

 

 [2005-07-25 22:47 UTC] mauroi at digbang dot com
Description:
------------
Our applications work in Unicode. So, everything we retrieve from the database has to be encoded to Unicode or Unicode from source. That's why we need to identify nvarchar fields (ntext also) and bypass the encoding with them.
mssql_field_type only returns 'char'.
Maybe a new function that returns the original data type (without making an inner query, if that's possible) could be the best solution.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-25 23:04 UTC] tony2001@php.net
If MSSQL doesn't differ them, obviously PHP can't do it too.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 06:01:30 2024 UTC