Skip to content

Commit 3a45600

Browse files
fix: docs (#334)
1 parent 7368d52 commit 3a45600

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,11 +372,10 @@ amount of data types that are supported by SQLite. The supported overrides are s
372372
|---------|------------------|------------|------------------------------------------------------------------|
373373
| integer | DateTime | ✅ | Unix Epoch - seconds since 1-1-1970 |
374374
| text | DateTime | ✅ | String representation of the datetime in a configurable format |
375-
| integer | bool | | If x equals 0 -> False, otherwise -> True |
376-
| text | bool | | Converts string to a boolean value using Convert.ToBoolean rules |
375+
| integer | bool | | If x equals 0 -> False, otherwise -> True |
376+
| text | bool | | Converts string to a boolean value using Convert.ToBoolean rules |
377377

378378
</details>
379-
380379
# Contributing
381380
## Local plugin development
382381
### Prerequisites

docs/06_Sqlite.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ amount of data types that are supported by SQLite. The supported overrides are s
4242
|---------|------------------|------------|------------------------------------------------------------------|
4343
| integer | DateTime || Unix Epoch - seconds since 1-1-1970 |
4444
| text | DateTime || String representation of the datetime in a configurable format |
45-
| integer | bool | | If x equals 0 -> False, otherwise -> True |
46-
| text | bool | | Converts string to a boolean value using Convert.ToBoolean rules |
45+
| integer | bool | | If x equals 0 -> False, otherwise -> True |
46+
| text | bool | | Converts string to a boolean value using Convert.ToBoolean rules |
4747

4848
</details>
49-

0 commit comments

Comments
 (0)