tile38/internal/server
tidwall 4e67d1497c Fixed fields not persisting
This commit fixes a regression in 1.30.0, where an existing
object which has fields will lose those fields when the object
geometry is overwritten using a SET or JSET and no new fields
are provided.

fixes #668
2022-12-29 11:43:24 -07:00
..
aof.go Suppress error message when live aof is closed 2022-12-20 05:59:45 -07:00
aofmigrate.go Code cleanup 2021-03-31 08:13:44 -07:00
aofshrink.go Added AOFSHINK tests 2022-09-26 16:43:55 -07:00
bson.go Added bson tests 2022-09-24 13:57:03 -07:00
bson_test.go Added bson tests 2022-09-24 13:57:03 -07:00
checksum.go Replace abool/aint with new go 1.19 atomics 2022-09-27 10:15:31 -07:00
client.go Better INFO tests 2022-09-24 14:28:47 -07:00
config.go Better FSET tests 2022-09-23 12:42:39 -07:00
crud.go Fixed fields not persisting 2022-12-29 11:43:24 -07:00
dev.go Replace out old style atomics 2022-11-03 10:07:17 -07:00
expire.go More graceful Tile38 shutdown 2022-09-25 06:28:17 -07:00
expr.go Ensure case-insensitve compares 2022-11-22 07:41:33 -07:00
expression.go Code cleanup 2019-10-30 10:17:59 -07:00
fence.go Remove created field 2022-09-21 10:03:53 -07:00
follow.go Replace abool/aint with new go 1.19 atomics 2022-09-27 10:15:31 -07:00
group.go Fix memory leak with group id 2021-08-20 05:00:14 -07:00
hooks.go Replace abool/aint with new go 1.19 atomics 2022-09-27 10:15:31 -07:00
json.go Remove created field 2022-09-21 10:03:53 -07:00
json_test.go Code cleanup 2019-10-30 10:17:59 -07:00
keys.go Better KEYS tests 2022-09-23 16:12:32 -07:00
live.go Replace abool/aint with new go 1.19 atomics 2022-09-27 10:15:31 -07:00
metrics.go Refactor for better coverage 2022-09-24 14:01:36 -07:00
monitor.go Code cleanup 2021-03-31 08:13:44 -07:00
must.go Added bson tests 2022-09-24 13:57:03 -07:00
must_test.go Added bson tests 2022-09-24 13:57:03 -07:00
output.go Better OUTPUT tests 2022-09-27 14:19:57 -07:00
pubsub.go Replace abool/aint with new go 1.19 atomics 2022-09-27 10:15:31 -07:00
readonly.go Better READONLY tests 2022-09-26 17:58:51 -07:00
respconn.go Replaced net package with evio 2018-10-28 15:51:47 -07:00
scan.go Immutable Object type 2022-09-20 14:20:53 -07:00
scanner.go Added WHERE expressions 2022-10-20 17:01:12 -07:00
scanner_test.go Added WHERE expressions 2022-10-20 17:01:12 -07:00
scripts.go fix: remove explicit type declaration for startedAt 2022-11-11 15:53:16 -08:00
search.go Immutable Object type 2022-09-20 14:20:53 -07:00
server.go Speed up leader/follower replication 2022-12-14 04:46:28 -07:00
stats.go Replace abool/aint with new go 1.19 atomics 2022-09-27 10:15:31 -07:00
stats_cpu.go Cleanup code for Go 1.19 2022-09-12 17:06:27 -07:00
stats_cpu_darlin.go Cleanup code for Go 1.19 2022-09-12 17:06:27 -07:00
test.go Better TEST tests 2022-09-27 08:18:17 -07:00
token.go Fix field names converting to lowercase 2022-12-14 04:23:21 -07:00
token_test.go Replaced net package with evio 2018-10-28 15:51:47 -07:00