Byte strings in postgres aren't 0x... #1906

Merged
lunny merged 3 commits from zeripath/xorm:fix-bytea-representation-in-postgres into master 2021-05-09 07:10:00 +00:00

3 Commits

Author SHA1 Message Date
6bfa2972d4
Unfortunately there is another bug with Maps
All checks were successful
continuous-integration/drone/pr Build is passing
Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-05-08 21:38:52 +01:00
a23bc6e5d9 Merge branch 'master' into fix-bytea-representation-in-postgres
All checks were successful
continuous-integration/drone/pr Build is passing
2021-05-09 04:05:39 +08:00
2d626529e5
Byte strings in postgres aren't 0x...
Byte strings in postgres are actually E'\x...' not 0x...

This is part of the follow-up to #1872

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-05-08 20:03:18 +01:00