dotnetcore / dotnetcore/FreeSql
Duckdb表名有.时,添加反引号不起作用
Open
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 910
- PR merge metrics
- No merged PRs in 30d
Description
#### 问题描述及重现代码:
```c#
[Table(Name = "`read_excel('*.xlsx')`")]
public class Table
{
public string Id { get; set; }
}
fsql.Select().ToList();
```
生成的sql是
```sql
SELECT a."Id"
FROM "`read_excel('*"."xlsx')`" a
```
#### 数据库版本
#### 安装的Nuget包
#### .net framework/. net core? 及具体版本
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.