dannote / mod-ndb

Automatically exported from code.google.com/p/mod-ndb
0 stars 0 forks source link

Mutli-blob pages #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The internal raw format could be defined as:

<ResultFormat "raw"> 
   Format raw = "$item$"
   Record item = "$1$"
</ResultFormat>

Allowing multiple BLOB or TEXT columns to form a page has some potential 
applications, e.g.: to 
construct a document. Imagine a table where the different columns in each row 
each contain a part 
of a document; you might want to scan an ordered index and assemble all the 
parts in order. 

Original issue reported on code.google.com by john.david.duncan on 10 Sep 2007 at 12:31

GoogleCodeExporter commented 9 years ago

Original comment by john.david.duncan on 10 Sep 2007 at 12:31

GoogleCodeExporter commented 9 years ago

Original comment by john.david.duncan on 22 Sep 2007 at 6:03

GoogleCodeExporter commented 9 years ago

Original comment by john.david.duncan on 25 Jun 2009 at 3:56