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

feat: ✨ add select statement in FastCRUD #28

Merged
merged 6 commits into from
Mar 21, 2024

Conversation

dubusster
Copy link
Contributor

Pull Request Template for FastCRUD

Description

This PR aims to allow the forging of a raw select statement via FastCRUD, with sorting and filtering mechanisms included directly. This would act as a boilerplate saver when one is willing to create more advanced statements.

Changes

  • added a select method in FastCRUD class

Tests

  • test_select.py: Some test executing the raw select statement and compare it to the filtered results with the basic FastCRUD mechanism.

Checklist

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • I have added necessary documentation (if appropriate).
  • I have added tests that cover my changes (if applicable).
  • All new and existing tests passed.

Additional Notes

@dubusster dubusster marked this pull request as ready for review March 18, 2024 11:30
@igorbenav igorbenav self-assigned this Mar 19, 2024
@igorbenav igorbenav added the enhancement New feature or request label Mar 19, 2024
@igorbenav
Copy link
Owner

Really nice addition, @dubusster, thanks!

@igorbenav igorbenav self-requested a review March 21, 2024 00:28
@igorbenav igorbenav merged commit c7189a7 into igorbenav:main Mar 21, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants