XCynthia
XCynthia
> 对应数栈哪个版本,截图选中时的样式,改变 pageSize 时新渲染出来的单元格会不会有样式不统一的问题 对应数栈版本6.3 原展示样式: 修改后: 关于`改变 pageSize 时新渲染出来的单元格会不会有样式不统一的问题`暂无验证,理论上应该不会,分页新渲染出来的单元格上也是会有具体类名的。但关于边框问题,由于原本就没有上边框,各个使用场景应该是在不同地方加的边框,可能是表格的上边框,也可能是上一个盒子的下边框,所以统一都没有修改这块,需要各个子产品自己修改那条边框线的样式。 目前只针对实时的运行结果验证通过,更多场景待验证。
PR进展 #615
> For example, I have a SQL statement like this: `Select u. from user AS u` > > Currently, the built-in functions of `monaco-sql-languages` can easily get column data from...
> @Cythia828 Thank you for your reply, this is really good news, and I look forward to the new features. > > Can you roughly tell me when the new...
> > 你好,感谢你的关注和使用。 关于别名作为实体收集这一功能预计会在未来半年内落地,目前正在向这个结果前进。如果你这边也在做这件事或者有其他好的idea,欢迎随时向我们提PR,也欢迎动手加入我们~~~ > > I understand. I hope `monaco-sql-languages` can add this feature soon, as it is really important for developers. > > Also, I noticed that `monaco-sql-languages`...
> > 另外,我们的`monaco-sql-languages`是有函数关键字的哦,可以查看languages文件夹下对应SQL的`builtinFunctions`配置,能够发现函数关键字也是有被罗列的哦~~~ > > I have a question: the auto-complete of` monaco-sql-languages` seems to be incomplete. The keywords in const { keywords, syntax } = suggestions; contain **only keywords...
> It’s been 7 months since the issue created. Any update here? Regarding the feature to collect aliases as entities, we have already prioritized it on our roadmap. However, due...
你好。我理解你说的“entitirs无法识别db.tb2的别名”是想要将Alias作为实体去收集?那这用途应该是想要知道别名与实体之间的双向关系,如今已经可以拿到,所以不单独将Alias作为实体去收集。可以参考 https://github.com/DTStack/monaco-sql-languages/issues/150 评论区,可以看见目前已有能力已经可以支撑用户通过上下文拿到别名与实体的关系(参考 https://github.com/DTStack/monaco-sql-languages/issues/151 ),基于已支持的能力应该是可以拿到别名与对应实体间的关系的,看是否能满足你的需求,如果不能请仔细描述你的需求和问题,感谢关注。