Files
mostlymatter/app
Jesse Hallam 918307e4fa delete kv on setting nil (#13769)
Setting a `nil` value should actually delete the row instead of preserve it with a `nil` value.

The existing tests passed because they only checked the return value of `nil`. When running the tests on Postgres, this value is returned as an empty `[]byte{}` instead of `nil`, so update the test to reflect this semantically equivalent behaviour.
2020-01-31 09:58:48 -04:00
..
2020-01-15 17:14:04 +02:00
2020-01-15 17:14:04 +02:00
2020-01-15 17:14:04 +02:00
2020-01-23 18:06:57 -05:00
2020-01-15 17:14:04 +02:00