11extension :
22 name : chaos
3- description : Creates chaos! ⋆✴︎˚。⋆ duckdb-chaos allows you to throw any type of DuckDB exception, or to raise a SIGSEGV, SIGABRT, or SIGBUS signal.
3+ description : Creates chaos! ⋆✴︎˚。⋆ Chaos allows you to throw any type of DuckDB exception, or to raise a SIGSEGV, SIGABRT, or SIGBUS signal.
44 version : 0.0.1
55 language : C++
66 build : cmake
@@ -14,17 +14,17 @@ repo:
1414docs :
1515 hello_world : |
1616 -- Throw exceptions!
17- SELECT duckdb_chaos_exception ('hello', 'CATALOG');
18- SELECT duckdb_chaos_exception ('hello', 'INTERNAL');
19- SELECT duckdb_chaos_exception ('hello', 'FATAL');
17+ SELECT chaos_exception ('hello', 'CATALOG');
18+ SELECT chaos_exception ('hello', 'INTERNAL');
19+ SELECT chaos_exception ('hello', 'FATAL');
2020
2121 -- Raise signals!
22- SELECT duckdb_chaos_signal ('SIGSEGV');
23- SELECT duckdb_chaos_signal ('SIGABRT');
24- SELECT duckdb_chaos_signal ('SIGBUS');
22+ SELECT chaos_signal ('SIGSEGV');
23+ SELECT chaos_signal ('SIGABRT');
24+ SELECT chaos_signal ('SIGBUS');
2525
2626 extended_description : |
27- Creates chaos! ⋆✴︎˚。⋆ duckdb-chaos allows you to throw any type of DuckDB exception, or to raise a SIGSEGV, SIGABRT, or SIGBUS signal.
27+ Creates chaos! ⋆✴︎˚。⋆ Chaos allows you to throw any type of DuckDB exception, or to raise a SIGSEGV, SIGABRT, or SIGBUS signal.
2828 Signals do not work on Windows.
2929
3030
0 commit comments