File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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-
You can’t perform that action at this time.
0 commit comments