- Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
nextbreaking changesbreaking changes
Description
比如以下代码会出错:
Author=leancloud.Object.extend('Author') author=Author() author.name="Bob"Post=leancloud.Object.extend('Post') post=Post() post.set('title', 'hugry') post.set('content', 'where to eat') post.set('author', author) Comment=leancloud.Object.extend('Comment') comment=Comment() comment.set('content', 'KFC') comment.set('parent', post) comment.save()JavaScript SDK 支持保存这种嵌套的 pointer
Metadata
Metadata
Assignees
Labels
nextbreaking changesbreaking changes