Files
postgrest/test
Steve ChavezandGitHub 6db245aacd fix: clarify PGRST116 error message (#3795)
Currently it's redundant and not easy to read.

```
{"message":"JSON object requested, multiple (or no) rows returned",
"details":"The result contains 2 rows"}
```

Now:

```
{"message":"Cannot coerce the result to a single JSON object",
"details":"The result contains an array of 0 objects"}
``

Also correct docs which had a wrong error code.
2024-11-20 12:15:46 -05:00
..
2024-06-15 18:12:30 +02:00
2024-10-02 22:47:22 -05:00
2024-06-17 08:55:32 +02:00
2024-07-09 18:35:29 +02:00
2024-03-08 16:02:28 -05:00