Skip to content

Commit

Permalink
Add some missing vars to database builtins (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss authored Jun 16, 2022
1 parent 6f26e07 commit 2be4bc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/dreammaker/src/builtins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -960,12 +960,14 @@ pub fn register_builtins(tree: &mut ObjectTreeBuilder) {
regex/proc/Replace(text, rep, start, end);

database;
database/var/_binobj;
database/proc/Close();
database/proc/Error();
database/proc/ErrorMsg();
database/proc/Open(filename);
database/proc/New(filename);

database/query/var/database/database;
database/query/proc/Add(text, item1, item2 /*...*/);
database/query/proc/Close();
database/query/proc/Columns(column);
Expand Down

0 comments on commit 2be4bc8

Please sign in to comment.