Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ create
Function
create
nodedb-sql/src/ddl_ast/parse/trigger.rs:325–328 ·
view source on GitHub ↗
(sql: &str)
Source
from the content-addressed store, hash-verified
323
use super::*;
324
325
fn create(sql: &str) -> NodedbStatement {
326
let upper = sql.to_uppercase();
327
parse_create_trigger(&upper, sql)
328
}
329
330
#[test]
331
fn basic_after_insert() {
Callers
15
basic_after_insert
Function · 0.70
or_replace_sync
Function · 0.70
multi_event
Function · 0.70
statement_granularity
Function · 0.70
with_priority
Function · 0.70
from_file_0o600_accepted
Function · 0.50
from_file_0o400_accepted
Function · 0.50
from_file_0o644_rejected
Function · 0.50
from_file_symlink_rejected
Function · 0.50
atomic_write_fsync
Function · 0.50
plain_backing_is_send_sync
Function · 0.50
plain_backing_empty_segment
Function · 0.50
Calls
1
parse_create_trigger
Function · 0.70
Tested by
15
basic_after_insert
Function · 0.56
or_replace_sync
Function · 0.56
multi_event
Function · 0.56
statement_granularity
Function · 0.56
with_priority
Function · 0.56
plain_backing_is_send_sync
Function · 0.40
plain_backing_empty_segment
Function · 0.40
no_surrogates_defaults_to_zero
Function · 0.40
prefetch_does_not_crash
Function · 0.40
empty_segment
Function · 0.40
make_segment
Function · 0.40
empty_segment_does_not_advise
Function · 0.40