commit | 2b48bbbebed7f0e6bcf0f888613aece41d73cd08 | [log] [tgz] |
---|---|---|
author | Zane Sterling <zsterling@google.com> | Mon Jun 27 09:26:56 2016 -0700 |
committer | Zane Sterling <zsterling@google.com> | Mon Jun 27 09:26:56 2016 -0700 |
tree | 8782ec0de3a78c6d92731d290ed2836e566a3046 | |
parent | 457a6093606e0608c64edff03e838baa62ff98a3 [diff] |
Fix issue with unregistered types Previously if you tried to dump or select from a database that held types not compiled into your program and registered via vdl.Register, the writers would fail with a message demanding that you vdl.Register the types. This update alows dump/selecting arbitrary types. Change-Id: Ic13ae4da498ffb28792a59c74b87ef65e72070cd
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.