Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/03_Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,3 @@ public async Task ExampleTransaction(IDbConnection connection)
```

More info can be found in [here](https://docs.sqlc.dev/en/stable/howto/transactions.html).

1 change: 0 additions & 1 deletion docs/04_Postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,3 @@ INSERT INTO tab1 (macaddr8_field) VALUES (sqlc.narg('macaddr8_field')::macaddr8)
```

</details>

1 change: 0 additions & 1 deletion docs/05_MySql.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,3 @@ we consider support for the different data types separately for batch inserts an
| geometrycollection | ⚠️ | ⚠️ |

</details>

1 change: 1 addition & 0 deletions docs/07_Benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
<br/>

[SQLite - Writes](https://github.com/DaredevilOSS/sqlc-gen-csharp/blob/main/benchmark/BenchmarkDotNet.Artifacts/sqlite/writes/results/BenchmarkRunner.Benchmarks.SqliteWriteBenchmark-report-github.md)

Loading
Loading