bond/test/compat
Eduardo Salinas 08fcff0c78 Add nullable/blob info to runtime SchemaDef
- Add `list_sub_type` to TypeDef definition.
- For Bond data types of BT_LIST the ListSubType value indicates whether the
  type is known to be nullable or a blob. Otherwise, the type should be
  treated as a list/vector if it is BT_LIST with NO_SUBTYPE. If the type is
  not BT_LIST, disregard ListSubType value.
- Added support in C++/C# and respective tests.

Closes [#161](https://github.com/Microsoft/bond/issues/161), "The type of
nullable<T> and vector<T> fields are indistinguishable using only a
SchemaDef".
2016-06-14 11:26:01 -07:00
..
data Add nullable/blob info to runtime SchemaDef 2016-06-14 11:26:01 -07:00
schemas Initial commit 2015-01-09 11:21:05 -08:00