We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI4 save base64 encoded value, but postgres later returns hex encoded value and base64 cant decode value
If in database handler write this code before get query, all is ok $this->db->query('SET bytea_output = "escape"');
$this->db->query('SET bytea_output = "escape"');
https://www.postgresql.org/docs/9.0/datatype-binary.html
I dont know how we must work with binary data in Postgres
https://prnt.sc/r1sng5 https://prnt.sc/r1snv9 https://prnt.sc/r1sot1
I have PostgreSQL v12
The text was updated successfully, but these errors were encountered:
@MashinaMashina see 4b1774a (which is a part of rejected #2256) for possible inspiration.
Sorry, something went wrong.
No branches or pull requests
CI4 save base64 encoded value, but postgres later returns hex encoded value and base64 cant decode value
If in database handler write this code before get query, all is ok
$this->db->query('SET bytea_output = "escape"');
https://www.postgresql.org/docs/9.0/datatype-binary.html
I dont know how we must work with binary data in Postgres
https://prnt.sc/r1sng5
https://prnt.sc/r1snv9
https://prnt.sc/r1sot1
I have PostgreSQL v12
The text was updated successfully, but these errors were encountered: