From b2da78deceeb036399b4a980eb1c659d4cf3232a Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 27 Dec 2021 15:10:03 +0530 Subject: BUGS: Add "Dump table and field annotations to RDF" bug. * BUGS.org (Dump table and field annotations to RDF): New bug. --- BUGS.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/BUGS.org b/BUGS.org index e2725f2..2996d89 100644 --- a/BUGS.org +++ b/BUGS.org @@ -26,3 +26,11 @@ The tables function in dump.scm estimates the table size from the data_length column of the information_schema.tables table. But, this is correct only for MyISAM tables. Generalize it. +* TODO Dump table and field annotations to RDF :minor:easy: + <2021-12-27 Mon> + The TableComments and TableFieldAnnotations tables partially + document the database schema. GeneNetwork 1 uses this to generate + [[http://gn1.genenetwork.org/webqtl/main.py?FormID=schemaShowPage]]. We + dump this to an org mode format in the dump-schema-annotations + function. Dump these tables to RDF instead so that they can be shown + as tooltip text in our database visualization. -- cgit v1.2.3