dotnetcore / dotnetcore/FreeSql

Duckdb表名有.时,添加反引号不起作用

Open
#2,157 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.