clarus-proxy / clarus-proxy/proxy

issue with quotes and encrypted values

Open
#17 2 comments 0 reactions 2 assignees Claimed by @tchevallier View on GitHub
Dominant language
Java
Stars
2
Forks
2
PR merge metrics
No merged PRs in 30d

Description

when using the proxy for pgsql protocol with simple encryption data operation
the query
INSERT INTO "tbl" ("name","address") VALUES ('CAROMB','CAMPING COMMUNAL');
is transformed into
INSERT INTO "tbl" (TVgZo6nAOf*YR4VzD4VFgw==_enc, Z20R5m5jYEeSdGiSekvAUw==_enc) VALUES ('9R3HoqGbM+i5rOryoNlTUA==', 'haINXTwvYwFgtk03bohWQFYuta7iUNumjGLBG/2gOZA=')

which raises an error in pgAdmin
ERROR: syntax error at or near *
LINE 1: INSERT INTO "tbl" (TVgZo6nAOf*YR4VzD4VFgw==_enc,

--> quotes were somewhat lost in the process

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.