sssqhai

Results 2 issues of sssqhai

# Summary [NIFI-6428](https://issues.apache.org/jira/browse/NIFI-6428) # Tracking Please complete the following tracking steps prior to pull request creation. ### Issue Tracking - [ ] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue created ### Pull Request...

when i using the macro "impl_select",i found that the doc is wrong. ``` rbatis::impl_select!(MockTable{select_by_id(id:String) -> Option => "where id = #{id} limit 1"}); ``` the right doc is : ```...

good first issue