roadmap: v0.14 update v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Thu, 31 Oct 2019 10:22:07 +0100
branchv_0
changeset 284 075d3d62d913
parent 283 31cb6a9a6126
child 285 a6df8cac399e
roadmap: v0.14 update
relpipe-data/roadmap.xml
--- 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>