EcoleKeine

Results 6 issues of EcoleKeine

`new Query().From("my_table").Distinct().Select("a_column").Paginate(pageIndex, pageSize)` Will generate: SELECT COUNT(*) AS `count` FROM (SELECT DISTINCT * FROM `my_table`) AS `countQuery` should be: SELECT COUNT(*) AS `count` FROM (SELECT DISTINCT a_column FROM `my_table`) AS...

#7104 Not found src/connector/odbc or taos-connector-odbc repositories

help wanted
question

sqllineage==1.4.7 ```tsql select * from dbname.dto.tablename(NOLOCK) ``` ```python print(LineageRunner(sql=sql,dialect="tsql") ) ``` output: ``` Statements(#): 1 Source Tables: Target Tables: ``` with(NOLOCK) is ok ```tsql select * from dbname.dto.tablename with(NOLOCK) ```

bug
parser

**用文字描述你遇到的问题** https页面登录超时后,弹出的登录框iframe的url是http导致跨域 **重现方法** 切换到https, 登录后放置页面等待登录超时后执行操作 **预期行为** 正常弹出登录框 **版本** v3.10.21 **额外信息** 可能的原因 `common.yaml` ``` yaml bkLoginUrl: http://__BK_PAAS_PUBLIC_ADDR__/login/?app_id=%s&c_url=%s bkHttpsLoginUrl: https://__BK_PAAS_PUBLIC_ADDR__/login/?app_id=%s&c_url=%s ``` [src/web_server/app/server.go](https://github.com/TencentBlueKing/bk-cmdb/blob/16b38c8c85005dc3605885a50d41c2ea815876a3/src/web_server/app/server.go#L165) 代码中没有判断https只使用了bkLoginUrl ```go w.Config.LoginUrl = fmt.Sprintf(w.Config.Site.BkLoginUrl, w.Config.Site.AppCode, w.Config.Site.DomainUrl) ```

pending

v6.1.5 Model: ` [BindNever] [JsonIgnore] public List? Attachments { get {return _attachments;} } `

stale
needs-repro

### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing...

🐞 bug