Skip to content

Commit 044ed3b

Browse files
uncollapse data types support doc by default
1 parent 30d876e commit 044ed3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/04_Postgres.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ data type that can have a unique constraint.
1212
Implemented via the `COPY FROM` command which can load binary data directly from `stdin`.
1313
</details>
1414

15-
<details>
15+
<details open>
1616
<summary>Supported Data Types</summary>
1717

1818
Since in batch insert the data is not validated by the SQL itself but written in a binary format,

docs/05_MySql.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Requires us to first save the input batch as a CSV, and then load it via the dri
3434

3535
</details>
3636

37-
<details>
37+
<details open>
3838
<summary>Supported Data Types</summary>
3939

4040
Since in batch insert the data is not validated by the SQL itself but written and read from a CSV,

docs/06_Sqlite.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ INSERT INTO tab1 (field1, field2) VALUES
2525

2626
</details>
2727

28-
<details>
28+
<details open>
2929
<summary>Supported Data Types</summary>
3030

3131
| DB Type | Supported? |

0 commit comments

Comments
 (0)