Skip to content
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

The document needs to be updated #513

Open
dahai1996 opened this issue Apr 7, 2024 · 2 comments
Open

The document needs to be updated #513

dahai1996 opened this issue Apr 7, 2024 · 2 comments
Labels
good first issue Good for newcomers

Comments

@dahai1996
Copy link

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 :

rbatis::impl_select!(MockTable{select_by_id(id:String) -> Option => "`where id = #{id} limit 1`"});

We should surround the "where xxx" with the symbol ` .

@zhuxiujia zhuxiujia added the good first issue Good for newcomers label Apr 7, 2024
@ADTmux
Copy link

ADTmux commented Apr 8, 2024

Hi, could I work on this?

@dahai1996
Copy link
Author

Hi, could I work on this?

of course u can

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants