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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,9 @@ Features
52
52
- `json`: `text`(default) or `blob` as SQLite `jsonb` object.
53
53
- Support mixed SQLite [data affinity](https://www.sqlite.org/datatype3.html) output (`INSERT`/`UPDATE`) for such data types as
54
54
- `timestamp`: `text`(default) or `int`,
55
-
- `uuid`: `text`(36) or `blob`(16)(default),
56
-
- `macaddr`: `text`(17) or `blob`(6) or `integer`(default),
57
-
- `macaddr8`: `text`(23) or `blob`(8) or `integer`(default).
55
+
- `uuid`: `text`(36) or `blob`(16)(default),
56
+
- `macaddr`: `text`(17) or `blob`(6) or `integer`(default),
57
+
- `macaddr8`: `text`(23) or `blob`(8) or `integer`(default).
58
58
- 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'`.
59
59
- 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).
60
60
@@ -516,7 +516,7 @@ Once for a foreign datasource you need, as PostgreSQL superuser. Please specify
0 commit comments