New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grn_pat_get_key2() returns 1 for id == 0 (GRN_ID_NIL) #432
Comments
|
単純に,
|
|
上述の修正を加えると,結果は以下のようになりました. |
s-yata
added a commit
that referenced
this issue
Nov 20, 2015
s-yata
added a commit
that referenced
this issue
Nov 20, 2015
These functions returned 1 as a key length for id = 0. GitHub: #432
|
ユニットテスト,コマンドテストともに問題ないことを確認しました. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
grn_pat_get_key2()is a function that returns the length of a key, butgrn_pat_get_key2()returns 1 forid == 0 (GRN_ID_NIL).The original reports are as follows:
Thanks to Naoya Murakami!
The text was updated successfully, but these errors were encountered: