You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,15 +45,15 @@ Features
45
45
- Support mixed SQLite [data affinity](https://www.sqlite.org/datatype3.html) input and filtering (`SELECT`/`WHERE` usage) for such data types as
46
46
- `timestamp`: `text` and `int`,
47
47
- `uuid`: `text`(32..39) and `blob`(16),
48
-
- `bool`: `text`(1..5) and `int`,
49
-
- `double precision`, `float` and `numeric`: `real` values and special values with `text` affinity (`+Infinity`, `-Infinity`, `NaN`),
50
-
- `macaddr`: `text`(12..17) or `blob`(6) or `integer`,
51
-
- `macaddr8`: `text`(16..23) or `blob`(8) or `integer`.
48
+
- `bool`: `text`(1..5) and `int`,
49
+
- `double precision`, `float` and `numeric`: `real` values and special values with `text` affinity (`+Infinity`, `-Infinity`, `NaN`),
50
+
- `macaddr`: `text`(12..17) or `blob`(6) or `integer`,
51
+
- `macaddr8`: `text`(16..23) or `blob`(8) or `integer`.
52
52
- Support mixed SQLite [data affinity](https://www.sqlite.org/datatype3.html) output (`INSERT`/`UPDATE`) for such data types as
53
53
- `timestamp`: `text`(default) or `int`,
54
-
- `uuid`: `text`(36) or `blob`(16)(default),
55
-
- `macaddr`: `text`(17) or `blob`(6) or `integer`(default),
56
-
- `macaddr8`: `text`(23) or `blob`(8) or `integer`(default).
54
+
- `uuid`: `text`(36) or `blob`(16)(default),
55
+
- `macaddr`: `text`(17) or `blob`(6) or `integer`(default),
56
+
- `macaddr8`: `text`(23) or `blob`(8) or `integer`(default).
57
57
- Full support for `+Infinity` (means ∞) and `-Infinity` (means -∞) special values for IEEE 754-2008 numbers in `double precision`, `float` and `numeric` columns including such conditions as ` n < '+Infinity'` or ` m > '-Infinity'`.
58
58
- Bidirectional data transformation for `geometry` and `geography` data types for SpatiaLite ↔ PostGIS. [EWKB](https://libgeos.org/specifications/wkb/#extended-wkb) data transport is used. See [GIS support description](GIS.md).
59
59
@@ -500,7 +500,7 @@ Once for a foreign datasource you need, as PostgreSQL superuser. Please specify
0 commit comments