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

Add example for using render_table without SQLAlchemy #243

Merged
merged 3 commits into from
Aug 27, 2022
Merged

Add example for using render_table without SQLAlchemy #243

merged 3 commits into from
Aug 27, 2022

Conversation

PanderMusubi
Copy link
Collaborator

@PanderMusubi PanderMusubi commented Aug 23, 2022

fixes #242

@greyli greyli changed the title table example without SSQLAlchemy Add example for using render_table without SQLAlchemy Aug 25, 2022
Co-authored-by: Grey Li <withlihui@gmail.com>
@codecov-commenter
Copy link

codecov-commenter commented Aug 27, 2022

Codecov Report

Merging #243 (1362b56) into master (5d01309) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #243   +/-   ##
=======================================
  Coverage   97.01%   97.01%           
=======================================
  Files           1        1           
  Lines         134      134           
  Branches       23       23           
=======================================
  Hits          130      130           
  Misses          1        1           
  Partials        3        3           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@greyli
Copy link
Member

greyli commented Aug 27, 2022

Always use a new branch instead of the master for a pull request.

@greyli greyli merged commit 438a299 into helloflask:master Aug 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

render_table() without SQLAlchemy not working
3 participants