delphisharp

Results 6 comments of delphisharp

最新 master的实现 无法正常完成功能。 因为 Schema init 函数 传入时已经完成变量绑定 我马上提交测试用例和修复PR The latest master implementation cannot complete the function properly. Because the variable binding has been completed when Schema init function is...

我的意见如下,请参考: 1. sqllineage 应该是有大小写敏感功能, 提供对特定数据库(Oracle)的支持。 2. 最后的结果转为大写,我觉得应该是外部应用需要做的工作,而不应该是sqllineage的范围。 My opinions are as follows, please refer to: 1. sqllineage should have case-sensitive functions and provide support for a specific database (Oracle). 2....

没有很理解表达的意思。 现在有二个大小写问题 1. 数据血缘解析结果是转为大写还是小写 我觉得可以在输出结果的代码中修改 2.当构建数据血缘时是否大小写敏感 我觉得可以在model的Schema Table Column 类里面修改 不知道 是说的哪种场景还是都有? I don't quite understand the meaning of the expression. Now there are two capitalization issues 1. Is the...

> Do we have all the codes in this new branch? I remember we need to change the Schema model in #545 Sorry, there were some problems when my local...

Hello. I would like to know what is the purpose of this pull? Based on typical scenarios, I have a few questions: insert into target_table partition(month_id='202301',day_id='22') select *** from source_tab...

https://github.com/reata/sqllineage/pull/557 See if that solves your problem?