We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
主键升序排序时,空值应该置底
主键为空时,升序未置底:
跟其他类型的属性一样,升序和降序都置底:
No response
The text was updated successfully, but these errors were encountered:
测试了下,应该是因为某种情况下(比如添加行时)虽然是新建,但是会意外修改主键值(还是空字符串)导致误识别为已经编辑过所以参与了排序。
后续会改进更新值的接口,如果新旧值对比一样则不更新值。
Sorry, something went wrong.
🐛 #11018
4e63228
5c77101
🐛 Primary key value unexpectedly updated when database adds row #11018
bc8b295
Add database lineNumber field type (#11008)
lineNumber
8a354da
* 🎨 add database lineNumber type * 🎨 fix #10896 * 🎨 Improve mobile app appearance language #11009 * 🎨 Improve database template field calc #11011 * ⬆️ Upgrade kernel deps * ⬆️ Upgrade kernel deps * 🎨 fix #10896 * 🎨 fix #10896 * 🐛 #11015 * 🐛 #11018 * 🐛 #11018 * 🎨 刚创建时无 id,更新需和 oldValue 保持一致 * 🐛 Database date field between filter calculation error Fix #10979 * 🐛 Primary key value unexpectedly updated when database adds row #11018 * 🎨 #11013 * 🎨 搜索可汇总字段时排除行号类型字段 #11008 * 🎨 lineNumber no need to join the calc op and remove useless todo tag --------- Co-authored-by: Vanessa <lly219@gmail.com> Co-authored-by: Daniel <845765@qq.com>
88250
Vanessa219
No branches or pull requests
主键升序排序时,空值应该置底
In what scenarios do you need this feature?
主键为空时,升序未置底:
Describe the optimal solution
跟其他类型的属性一样,升序和降序都置底:
Describe the candidate solution
No response
Other information
No response
The text was updated successfully, but these errors were encountered: