DBFL_SQL double quotation mark is replaced by a single one

Steps: 1. Install the DBFL_SQL library (https://www.plcnextstore.com/us/app/1078 ) to your project.
2. Write an SQL query
INSERT INTO DB.dbo.Logs VALUES ([DB].[dbo].[MyNewId](),Convert(datetime,"2024.05.15 07:27:05.64",102),"","1",13)
And convert it to ASCII.

The actual result:
The double quote is replaced by a single quote

Expected result:
The shielding is working.

11.png

When i’m using DBFL_SQL_8 , i have an error that the datagram is too long , Can you please help me to solve this problem.