refactored Record.data and Record.expand to be concurrent safe

This commit is contained in:
Gani Georgiev
2023-01-25 22:39:42 +02:00
parent 39df263a03
commit ae371e8481
38 changed files with 313 additions and 88 deletions
+1
View File
@@ -179,6 +179,7 @@ func TestDateTimeScan(t *testing.T) {
{"invalid", ""},
{types.NowDateTime(), now},
{time.Now(), now},
{1.0, ""},
{1641024040, "2022-01-01 08:00:40.000Z"},
{"2022-01-01 11:23:45.678", "2022-01-01 11:23:45.678Z"},
}