relpipe-data/roadmap.xml
branchv_0
changeset 284 075d3d62d913
parent 267 1826d1cce404
child 287 780d782cdef5
equal deleted inserted replaced
283:31cb6a9a6126 284:075d3d62d913
    14 		
    14 		
    15 		<p>
    15 		<p>
    16 			Released versions are described on the <m:a href="download">download</m:a> page.
    16 			Released versions are described on the <m:a href="download">download</m:a> page.
    17 		</p>
    17 		</p>
    18 		
    18 		
    19 		<h2>v0.14, v0.15, v0.16 etc.</h2>
    19 		<h2>v0.15, v0.16, v0.17 etc.</h2>
    20 		
    20 		
    21 		<p>
    21 		<p>
    22 			Releases for discussion and verification of the format and API design.
    22 			Releases for discussion and verification of the format and API design.
    23 		</p>
    23 		</p>
    24 		
    24 		
    25 		<h3>Data types</h3>
    25 		<h3>Data types</h3>
    26 		<ul>
    26 		<ul>
       
    27 			<li>variable integer (probably LEB128 or similar)</li>
       
    28 			<li>fractions</li>
       
    29 			
    27 			<li>arrays/streams of bytes (octets)</li>
    30 			<li>arrays/streams of bytes (octets)</li>
    28 			<li>arrays of other types</li>
    31 			<li>arrays of other types</li>
    29 			<li>arrays of other types with support for NULL values</li>
    32 			<li>arrays of other types with support for NULL values</li>
    30 			<li>nested relations</li>
    33 			<li>nested relations</li>
    31 			<li>date and time</li>
    34 			<li>date and time</li>
    32 			<li>variable integer (probably LEB128 or similar)</li>
       
    33 			<li>decimal numbers</li>
    35 			<li>decimal numbers</li>
    34 			<li>support NULL values (introduce bitmaps)</li>
    36 			<li>support NULL values (introduce bitmaps)</li>
    35 			<li>support long strings (chunked, similar to octet streams)</li>
    37 			<li>support long strings (chunked, similar to octet streams)</li>
    36 			
    38 			
    37 			<li>fixed size integers</li>
    39 			<li>fixed size integers</li>
    38 			<li>precise BigDecimal</li>
    40 			<li>precise BigDecimal</li>
    39 			<li>fractions</li>
       
    40 			<li>string in UTF-16</li>
    41 			<li>string in UTF-16</li>
    41 			<li>string in ASCII</li>
    42 			<li>string in ASCII</li>
    42 			<li>string in ISO 8859-1</li>
    43 			<li>string in ISO 8859-1</li>
    43 			<li>string in ISO 8859-2</li>
    44 			<li>string in ISO 8859-2</li>
    44 		</ul>
    45 		</ul>