Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Firebird WIN1252 x UTF8 #1

Closed
elvispdosreis opened this issue May 7, 2020 · 4 comments
Closed

PHP Firebird WIN1252 x UTF8 #1

elvispdosreis opened this issue May 7, 2020 · 4 comments
Assignees
Labels
wontfix This will not be worked on

Comments

@elvispdosreis
Copy link

Dynamic SQL Error SQL error code = -303 Malformed string

I have a problem with php and firebird, where I have a database in firebird 2.5 with the charset WIN1252, and I have php making a connection through the interbase extension where the utf8 charset is defined to do the data transliteration between WIN1252 and UTF8, however when there is a parameter equal to null of error -303 in sql.
However testing by ibexpert does not give error.

select
from atividade a
inner join codigo_servicos c on c.cservcod = a.cservcod
where a.ativnome collate win_ptbr like '%limpe%'
      or c.cservcod = null
order by a.ativnome asc
@MartinKoeditz
Copy link
Collaborator

Hi,

please show me the DDL structure of your table (CREATE statement) and some data. Then I will be able to reproduce your problem.

Regards,
Martin

@elvispdosreis
Copy link
Author

elvispdosreis commented May 13, 2020 via email

@MartinKoeditz
Copy link
Collaborator

Hi,

is this still a problem or could you fix it? Then I will close this issue.

Regards
Martin

@MartinKoeditz
Copy link
Collaborator

Seems to be no PHP related problem. I will close this issue. If there is still a problem, just open it again.

@MartinKoeditz MartinKoeditz self-assigned this Dec 9, 2020
@MartinKoeditz MartinKoeditz added the wontfix This will not be worked on label Dec 9, 2020
MartinKoeditz pushed a commit that referenced this issue Jan 30, 2021
Hardly debugable PHP.exe crashes fixed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants