-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Description
Describe the bug
The exported SQL file is unusable because the single quotes are not escaped.
INSERT INTO "public"."TestingTable" ("configuration") VALUES ('BUG à l\'apostrophe');# INSERT INTO `TestingTable` (`configuration`) VALUES ("Bug à l'apostrophe");To Reproduce
- Create a table "TestingTable" in a postgresql database
- Add a "configuration" field with type "text"
- Insert a row with the following content:
Bug à l'apostrophesuch as below - Export the public schema as a single SQL file
Expected behavior
The single quotes are properly escaped.
Screenshots
Application (please complete the following information):
- App client: Antares - SQL client
- App version: 0.7.34
- Installation source: https://antares-sql.github.io/antares-ppa ./ Packages
Environment (please complete the following information):
- OS name: Kubuntu
- OS version: 25.04
- DB name: Postgresql
- DB version: 17
vl-ivanov
Metadata
Metadata
Assignees
Labels
No labels