Ticket #6 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

Add write and delete for rdflibMultiple descriptors

Reported by: phil Owned by: phil
Priority: major Milestone: RDFAlchemy 0.2
Component: rdfAlchemy Keywords:
Cc: Billing Source:
Max Authorized Hours:

Description

Rather than simple assignment this should allow for addition functions

  • Assignment with a list of Literal's should be one option, deleting all other values.
  • Assignment with an .add() or .append() sytax should also be allowed

Change History

Changed 4 years ago by http://openvest.myopenid.com/

  • status changed from new to closed
  • resolution set to fixed

you can now assign a list to any descriptor of types

  • rdflibMultiple
  • rdflibList
  • rdflibContainer (currently assumes RDF:Seq)

set, update and delete work for all these descriptors append will not work as it will append to the returned (cached) list and not to the db triplestore.

This is probably a new crop of descriptors altogether like Stack and Queue with

  • append()
  • push()
  • pop()
  • peek()

I should create another ticket for this .... but I'm tired

Note: See TracTickets for help on using tickets.