Skip to content
This repository was archived by the owner on May 9, 2020. It is now read-only.
This repository was archived by the owner on May 9, 2020. It is now read-only.

FromSQL not working with Accents #51

@halfs2

Description

@halfs2

I'm doing raw sql queries with fromSQL () and everything works fine until I need to compare some string with accent, running select in dbeaver works, the same select in my program returns nothing. Does anyone know why? If I change the word to JEBAO and using select with JEBAO works, then it's really some problem with accentuation.

in database = 'JEBÃO'
working on DBeaver, nothing working on my aplication
select distinct pw.marca as Brand from produto_web pw where pw.marca = 'JEBÃO'

in database = 'JEBAO'
working on DBeaver, working on my aplication
select distinct pw.marca as Brand from produto_web pw where pw.marca = 'JEBAO'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions