Skip to content

WRITE ACCESS DB

Pre-release
Pre-release
Compare
Choose a tag to compare
@lacanoid lacanoid released this 12 Mar 10:20
· 99 commits to master since this release
8a02568

Most notably, WRITE ACCESS DB is now implemented, with write tokens and everything.

  • more documentation (manual)
  • new write_text() functions
  • datalinker now better split into dlfm (admin tool) and pg_datalinker (daemon)
  • improved systemd support
  • dlfm supports bind and unbind operations
  • added preliminary dlcat shell command (in C, DLFF for DLURLPATH)
  • changing link control options works for non superusers
  • changing link control options works in many cases when values are present
  • removed implicit from datalink to jsonb cast
  • lco number assignment changes in link_control_options to be more logical
  • some boolean args changed to integer to be more consistent
  • new commit() procedure
  • new dl_admin_files table to keep track of administered files, this is currently used to keep track of files created with write_file().
  • new dl_file_admin() function
  • datalinker status improvements
  • datalinker now automatically deletes temporary files and files created in aborted transactions ($opt_A)
  • preliminary revisions() and revision() functions