Re: [protobuf] incompatible type changes philosophy

2012-05-10 Thread Jeremy Stribling
On 05/10/2012 07:52 AM, Evan Jones wrote: On May 9, 2012, at 15:26 , Jeremy Stribling wrote: * There are two nodes, 1 and 2, running version A of the software. * They exchange messages containing protobuf P, which contains a string field F. * We write a new version B of the software, which cha

Re: [protobuf] incompatible type changes philosophy

2012-05-10 Thread Evan Jones
On May 9, 2012, at 15:26 , Jeremy Stribling wrote: > * There are two nodes, 1 and 2, running version A of the software. > * They exchange messages containing protobuf P, which contains a string field > F. > * We write a new version B of the software, which changes field F to an > integer as an op

[protobuf] Re: message reader for oracle / plsql

2012-05-10 Thread J.S.
Hi! I posted a new version of: http://code.google.com/p/protocol-buffer-plsql/ it contains some bugfixes for reading protobufs (stored in blobs/raw) and some limited support for creating protobufs inside a Oracle DB (anything pure PLSQL). The Wiki Page contains a sample how to create a view