[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 decoding a protobuf 
stored in a blob.

Any feedback is appreciated ;-).

js

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/protobuf/-/nQ2uVW0JiqgJ.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.



[protobuf] Re: message reader for oracle / plsql

2011-01-20 Thread J.S.
Ok, here is it:

http://code.google.com/p/protocol-buffer-plsql/

On 20 Jan., 03:52, David Yu  wrote:
> On Wed, Jan 19, 2011 at 8:13 PM, J.S.  wrote:
> > Hi!
>
> > I implemented a simple plsql package to read protocol buffers (fields
> > type 0 and 2 / embedded messages and repeated values) stored in a
> > oracle database.
>
> > If anybody has interest to use or improve it, drop me a line.
>
> You can post the link to the project.  Thanks
>
>
>
> > js
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Protocol Buffers" group.
> > To post to this group, send email to protobuf@googlegroups.com.
> > To unsubscribe from this group, send email to
> > protobuf+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/protobuf?hl=en.
>
> --
> When the cat is away, the mouse is alone.
> - David Yu

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.