appengine
appengine copied to clipboard
"datastore: flattening nested structs leads to a slice of slices" - check no longer necessary?
I am migrating an app from AppEngine Flex to AppEngine Standard. AppEngine Flex allows storing a slice of slices. It seems Python allows that too: https://www.e-learn.cn/content/wangluowenzhang/493885
Perhaps this check is no longer necessary?
https://github.com/golang/appengine/blob/b1f26356af11148e710935ed1ac8a7f5702c7612/datastore/prop.go#L253