Skip to content

Allow use post body for Queries#36

Open
bookin wants to merge 2 commits into
TimonKK:masterfrom
bookin:master
Open

Allow use post body for Queries#36
bookin wants to merge 2 commits into
TimonKK:masterfrom
bookin:master

Conversation

@bookin

@bookin bookin commented Dec 19, 2019

Copy link
Copy Markdown

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

TimonKK commented Dec 20, 2019

Copy link
Copy Markdown
Owner

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

@bookin

bookin commented Dec 23, 2019

Copy link
Copy Markdown
Author

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

@TimonKK

TimonKK commented Dec 23, 2019

Copy link
Copy Markdown
Owner

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
Copy Markdown
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