--- a/relpipe-data/roadmap.xml Wed Oct 30 18:06:15 2019 +0100
+++ b/relpipe-data/roadmap.xml Thu Oct 31 10:22:07 2019 +0100
@@ -16,7 +16,7 @@
Released versions are described on the <m:a href="download">download</m:a> page.
</p>
- <h2>v0.14, v0.15, v0.16 etc.</h2>
+ <h2>v0.15, v0.16, v0.17 etc.</h2>
<p>
Releases for discussion and verification of the format and API design.
@@ -24,19 +24,20 @@
<h3>Data types</h3>
<ul>
+ <li>variable integer (probably LEB128 or similar)</li>
+ <li>fractions</li>
+
<li>arrays/streams of bytes (octets)</li>
<li>arrays of other types</li>
<li>arrays of other types with support for NULL values</li>
<li>nested relations</li>
<li>date and time</li>
- <li>variable integer (probably LEB128 or similar)</li>
<li>decimal numbers</li>
<li>support NULL values (introduce bitmaps)</li>
<li>support long strings (chunked, similar to octet streams)</li>
<li>fixed size integers</li>
<li>precise BigDecimal</li>
- <li>fractions</li>
<li>string in UTF-16</li>
<li>string in ASCII</li>
<li>string in ISO 8859-1</li>