Percona-Lab / pg_tde

MIT License
107 stars 19 forks source link

Fix json syntax #99

Closed artemgavrilov closed 8 months ago

artemgavrilov commented 8 months ago

JSON format requires double quotes and last element should not end with a comma https://www.json.org/json-en.html

A string is a sequence of zero or more Unicode characters, wrapped in double quotes, using backslash escapes.

github-actions[bot] commented 8 months ago

Performance test results: Normal queries: 9355 TDE queries: 8377 Percentage: 89%