supadantic icon indicating copy to clipboard operation
supadantic copied to clipboard

Column is less than or equal to a value

Open makridenko opened this issue 7 months ago • 5 comments

https://supabase.com/docs/reference/python/lte

Example:

MyModel.objects.filter(age__lte=20)

makridenko avatar May 08 '25 13:05 makridenko

Hi, im new at open source, but i would like to help you with this project :) I have several question about workflow:

  1. How to name a branch?
  2. How to name a pull request?
  3. What i need to write except source code? like tests and there is something else?
  4. Do i need to have an account in Supabase system to test what i did, for example?

Thanks a million for feedback!

AlexPozh avatar May 11 '25 15:05 AlexPozh

hi, @AlexPozh thank you for your willingness to help, it's much appreciated

as there is no big community around this project, there are no formed guidelines yet

answering your questions:

  1. I name feature/{issue_number}, but you can name it whatever you like, as long as the name makes it clear what changes are in your branch
  2. Like the first point, in general it is not so important, but I ask you to write in the description of PR - closes #{issue_number} (you can see how it is done in my closed PRs)
  3. you will need to write tests for the new feature and add the necessary docstrings as it is done in other methods/functions, so it will be added to the documentation
  4. Yes, it would be nice to test integration with a real supabase db

Do you want to work on this task? I can assign it to you

If there are any other questions - feel free to ask :)

makridenko avatar May 11 '25 15:05 makridenko

Do you want to work on this task? I can assign it to you

Yes, it would be great) thanks

AlexPozh avatar May 11 '25 15:05 AlexPozh

Do you want to work on this task? I can assign it to you

Yes, it would be great) thanks

Done. I will wait for your PR :)

makridenko avatar May 11 '25 16:05 makridenko

@AlexPozh also, i've updated description with an example

makridenko avatar May 11 '25 16:05 makridenko