mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-09 08:00:47 +02:00
[#4068] fixed the json field query comparisons to work correctly with plain JSON values
This commit is contained in:
@@ -7,6 +7,8 @@ import (
|
||||
)
|
||||
|
||||
func TestCompare(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
scenarios := []struct {
|
||||
valA string
|
||||
valB string
|
||||
|
||||
Reference in New Issue
Block a user