File tree Expand file tree Collapse file tree
mdl-examples/doctype-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2177,8 +2177,6 @@ CREATE PAGE PgTest.P036_ComboBox_Association
21772177}
21782178
21792179-- ============================================================================================ --
2180- exit;
2181-
21822180
21832181-- MARK: Move Examples
21842182
Original file line number Diff line number Diff line change 1111--
1212-- ============================================================================
1313
14+ create module Math;
15+
1416/**
1517 * Determine if the input number is a prime number.
1618 *
Original file line number Diff line number Diff line change @@ -169,9 +169,6 @@ SHOW SECURITY MATRIX IN SecTest;
169169-- Level 1.7: Describe Security Elements
170170-- ============================================================================
171171
172- -- Describe a specific module role (shows DDL + which user roles include it)
173- DESCRIBE MODULE ROLE SecTest.User;
174-
175172-- Describe a specific user role (shows DDL + module roles)
176173DESCRIBE USER ROLE 'Administrator';
177174
@@ -197,6 +194,9 @@ DESCRIBE DEMO USER 'sectest_user';
197194CREATE MODULE ROLE SecTest.User;
198195/
199196
197+ -- Describe a specific module role (shows DDL + which user roles include it)
198+ DESCRIBE MODULE ROLE SecTest.User;
199+
200200-- ============================================================================
201201-- Level 2.2: Module Role with Description
202202-- ============================================================================
You can’t perform that action at this time.
0 commit comments