提交 00894c79 authored 作者: noelgrandin's avatar noelgrandin

Issue 532: Javadoc for ErrorCode.ROLES_AND_RIGHT_CANNOT_BE_MIXED looks wrong

上级 269bfd24
......@@ -43,6 +43,7 @@ Change Log
</li><li>Issue 527: Oracle compatibility mode: incorrect scale behavior, patch by Daniel Gredler.
</li><li>Slightly reduce the memory cost of View metadata.
</li><li>Extend support of "GRANT ALTER ANY SCHEMA TO &lt;user&gt;" to allow grantee ability to manipulate tables
</li><li>Issue 532: Javadoc for ErrorCode.ROLES_AND_RIGHT_CANNOT_BE_MIXED looks wrong
</li></ul>
<h2>Version 1.3.174 (2013-10-19)</h2>
......
......@@ -1128,7 +1128,7 @@ public class ErrorCode {
/**
* The error with code <code>90072</code> is thrown when
* trying to grant or revoke if no role or user with that name exists.
* trying to grant or revoke both roles and rights at the same time.
* Example:
* <pre>
* GRANT SELECT, TEST_ROLE ON TEST TO SA;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论