Ticket #194 (closed todo: wontfix)

Opened 3 years ago

Last modified 2 years ago

write support for utables

Reported by: ct Owned by:
Priority: normal Milestone:
Component: uwiki Keywords:
Cc: Blocked By: #216
Blocking:

Description

Currently there is no 'write' support for utables. That means that uwiki has no interface to 'set' some metadata and store this in the metadata db.

Adding write support is not completely trivial since we the utable text files are meant to be human readable and shall be preserved and handled in a smart way. That means comments and empty lines shall be preserved. The expansion capabilities of utables shall be used.

For example, given is the utable:

foo bar barf

Then adding foo baz barf shall yield in a 'compressed' table like:

foo bar, baz barf

This is similar to the proposals for the lumiera config loader.

Change History

comment:1 Changed 2 years ago by ct

  • Blocked By 216 added

comment:2 Changed 2 years ago by ct

  • Status changed from new to closed
  • Resolution set to wontfix

switching to sqlite

Note: See TracTickets for help on using tickets.