Ladybug version
0.17.0
What operating system are you using?
debian 13 trixie
What happened?
on lbug -i schema.cypher icebug-example.lbdb, ladybug checks for CSR files in both path("schema.cypher")(this is added to VFS paths during database init) and storage = <path> provided in DDL statements. But next time when you do lbug icebug-example.lbdb it wouldn't find the files because schema.cypher path is no longer available
Are there known steps to reproduce?
# assuming CSR files are present in the same dir as schema.cypher
$ lbug -i schema.cypher test.lbdb
$ lbug test.lbdb
Ladybug version
0.17.0
What operating system are you using?
debian 13 trixie
What happened?
on
lbug -i schema.cypher icebug-example.lbdb, ladybug checks for CSR files in bothpath("schema.cypher")(this is added to VFS paths during database init) andstorage = <path>provided in DDL statements. But next time when you dolbug icebug-example.lbdbit wouldn't find the files becauseschema.cypherpath is no longer availableAre there known steps to reproduce?
# assuming CSR files are present in the same dir as schema.cypher $ lbug -i schema.cypher test.lbdb $ lbug test.lbdb