|
44 | 44 | - exec: 'create table vals (i int primary key)' |
45 | 45 | - exec: 'insert into vals values (0),(1),(2),(3),(4)' |
46 | 46 | - exec: 'create user aaron with password ''aaronspassword''' |
47 | | - - exec: 'grant ALL ON *.* to aaron' |
| 47 | + - exec: 'GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO aaron' |
48 | 48 | - exec: 'insert into vals values (5),(6),(7),(8),(9)' |
49 | 49 | - on: server1 |
50 | 50 | user: 'aaron' |
@@ -105,9 +105,9 @@ tests: |
105 | 105 | - exec: 'create table vals (i int primary key)' |
106 | 106 | - exec: 'insert into vals values (0),(1),(2),(3),(4)' |
107 | 107 | - exec: 'create user aaron with password ''aaronspassword''' |
108 | | - - exec: 'grant ALL ON *.* to aaron' |
| 108 | + - exec: 'GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO aaron' |
109 | 109 | - exec: 'create user brian with password ''brianpassword''' |
110 | | - - exec: 'grant ALL ON *.* to brian' |
| 110 | + - exec: 'GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO brian' |
111 | 111 | - exec: 'delete from dolt_branch_control' |
112 | 112 | - exec: 'insert into dolt_branch_control values (''repo1'', ''main'', ''aaron'', ''%'', ''admin'')' |
113 | 113 | - on: server1 |
@@ -385,9 +385,9 @@ tests: |
385 | 385 | - exec: 'create table vals (i int primary key)' |
386 | 386 | - exec: 'insert into vals values (0),(1),(2),(3),(4)' |
387 | 387 | - exec: 'create user aaron with password ''aaronspassword''' |
388 | | - - exec: 'grant ALL ON *.* to aaron' |
| 388 | + - exec: 'GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO aaron' |
389 | 389 | - exec: 'create user brian with password ''brianpassword''' |
390 | | - - exec: 'grant ALL ON *.* to brian' |
| 390 | + - exec: 'GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO brian' |
391 | 391 | - exec: 'delete from dolt_branch_control' |
392 | 392 | - exec: 'insert into dolt_branch_control values (''repo1'', ''main'', ''aaron'', ''%'', ''admin'')' |
393 | 393 | - on: server2 |
|
0 commit comments