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

Allow use post body for Queries #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

bookin
Copy link

@bookin bookin commented Dec 19, 2019

Some of my Queries really too long and GET parameters don't allow me to make correct requests.
For example, I need to set to the WHERE IN () about 3k items, I can't do it in the GET parameters

@TimonKK
Copy link
Owner

TimonKK commented Dec 20, 2019

You can use with IN external data, and in query like this

@bookin
Copy link
Author

bookin commented Dec 23, 2019

Right now it will give more problems than just send POST
Just interesting why you don't want to use POST?

@TimonKK
Copy link
Owner

TimonKK commented Dec 23, 2019

Use POST is not problem. But into each tools exists some techniques for resolve regular problems. For too long IN - external data.
First a wall, test npm run test http://prntscr.com/qevqf0 should'nt fail

@sarthaksahni
Copy link
Contributor

this is great for me as well, my table has more than 80 columns and a complex query gets too long.

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

Successfully merging this pull request may close these issues.

3 participants