Skip to content

Commit ccca627

Browse files
committed
Merge branch 'main' of github.com:CNAG-Biomedical-Informatics/sql.js-httpvfs-playground
2 parents 720973a + 37c9f64 commit ccca627

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/App.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{ value: "16384", name: "16384" },
3131
{ value: "32768", name: "32768" },
3232
];
33-
let sqlQuery = `SELECT * FROM tcga_table WHERE TAR_uuid = '00048fa6-4318-42ef-9709-7dedb0d938b3';`;
33+
let sqlQuery = `SELECT * FROM tcga_table WHERE TAR_uuid = '0011a67b-1ba9-4a32-a6b8-7850759a38cf';`;
3434
// let dbUrl = "https://nishad.github.io/sql.js-httpvfs-playground/db/imdb-titles-100000_1024_indexed.db";
3535
// let dbUrl =
3636
// "https://cnag-biomedical-informatics.github.io/sql.js-httpvfs-playground/db/tcga.db";
@@ -79,6 +79,7 @@
7979
{ key: "REF_uuid", title: "REF_uuid" },
8080
{ key: "TAR_uuid", title: "TAR_uuid" },
8181
{ key: "REF_uuid_URL", title: "REF UUID URL", parseAs: "unsafe-html" },
82+
{ key: "TAR_uuid_URL", title: "TAR UUID URL", parseAs: "unsafe-html" },
8283
];
8384
8485
async function queryDb() {

0 commit comments

Comments
 (0)