View Issue Details

IDProjectCategoryView StatusLast Update
0007206VALENTINA SERVERDocspublic2015-08-16 11:23
ReporterJohnny Harris Assigned ToIvan Smahin  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Fixed in Version6.0 
Summary0007206: Need to update REVOKE example
DescriptionIn the docs the example show this:

REVOKE ALL ON db1 FROM User1;

This didn't work and caused an exception. I had to change it to:

REVOKE ALL ON db1.* FROM 'User1';


TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2015-08-16 04:05 Johnny Harris New Issue
2015-08-16 09:48 Ruslan Zasukhin Assigned To => Ivan Smahin
2015-08-16 09:48 Ruslan Zasukhin Status new => assigned
2015-08-16 11:23 Ivan Smahin Status assigned => resolved
2015-08-16 11:23 Ivan Smahin Fixed in Version => 6.0
2015-08-16 11:23 Ivan Smahin Resolution open => fixed