Skip to content

Commit 92c4b84

Browse files
committed
reapply: the fix on the mssql code generation
1 parent 4f19788 commit 92c4b84

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.DS_Store

8 KB
Binary file not shown.

tests/simple_canyon.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[canyon_sql]
2+
3+
[[canyon_sql.datasources]]
4+
name = 'postgres_docker'
5+
6+
[canyon_sql.datasources.auth]
7+
postgresql = { basic = { username = 'postgres', password = 'postgres'}}
8+
9+
[canyon_sql.datasources.properties]
10+
host = 'localhost'
11+
port = 5438
12+
db_name = 'postgres'

0 commit comments

Comments
 (0)