Skip to content

Issue when use DB MS SQL #1896

Open
Open
@herdianabdillah

Description

@herdianabdillah

Describe the bug
cant insert chinese, japan, thai character in MSSQL, because data type is "varchar"

To Reproduce
Steps to reproduce the behavior:

  1. Go to add new FAQ
  2. Create a FAQ with chinese, japan or thai character and then save
  3. it will become question mark

Expected behavior
able to input that character

phpMyFAQ (please complete the following information):

  • phpMyFAQ version 3.0.7
  • PHP version 7
  • Database : MS SQL
  • Elasticsearch no

Additional context
i already fix the issue manually with change data type into "nvarchar" also in the query add N before string

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions