Project

General

Profile

Bug #180

CONSTRUCT queries only handle 3 columns

Added by Paula Gearon about 15 years ago. Updated about 15 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
Mulgara
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
fixed

Description

CONSTRUCT may work with any multiple of 3 elements, however Mulgara only handles a single set of 3.

e.g. The following query:

construct { $s a ns:item; dc:text $o } where { $s ns:pred $o }

Gives an error of:
cannot construct graph with 6 columns.

#1

Updated by Paula Gearon about 15 years ago

  • Status changed from New to Closed
  • Resolution set to fixed

This took a counter that moves across a row when "next" is called, and resets when the row is exhausted and the next one is needed. Fixed in r1475

Also available in: Atom PDF