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

Error when doing Advanced Querying #18

Open
ron404 opened this issue Aug 23, 2015 · 0 comments
Open

Error when doing Advanced Querying #18

ron404 opened this issue Aug 23, 2015 · 0 comments
Assignees
Labels

Comments

@ron404
Copy link

ron404 commented Aug 23, 2015

GET request
"http://localhost:3000/app/advance/books?qry=SELECT name , author&sort=name"
throws the following error

TypeError: Cannot read property 'trim' of undefined
at Object.module.exports.handleAdvanceQueryModelGet (C:\Users\Downloads\nodegrid-master\nodegrid-master\core\services\query_services.js:30:51)
at C:\Users\Rohan\Downloads\nodegrid-master\nodegrid-master\core\end_points\query_end_points.js:19:23
at callbacks (C:\Users\Rohan\Downloads\nodegrid-master\nodegrid-master\node_modules\express\lib\router\index.js:161:37)
at param (C:\Users\Rohan\Downloads\nodegrid-master\nodegrid-master\node_modules\express\lib\router\index.js:135:11)
at param (C:\Users\Rohan\Downloads\nodegrid-master\nodegrid-master\node_modules\express\lib\router\index.js:132:11)
at pass (C:\Users\Rohan\Downloads\nodegrid-master\nodegrid-master\node_modules\express\lib\router\index.js:142:5)
at Router._dispatch (C:\Users\Rohan\Downloads\nodegrid-master\nodegrid-master\node_modules\express\lib\router\index.js:170:5)
at Object.router (C:\Users\Rohan\Downloads\nodegrid-master\nodegrid-master\node_modules\express\lib\router\index.js:33:10)
at next (C:\Users\Rohan\Downloads\nodegrid-master\nodegrid-master\node_modules\express\node_modules\connect\lib\proto.js:190:15)
at next (C:\Users\Rohan\Downloads\nodegrid-master\nodegrid-master\node_modules\express\node_modules\connect\lib\proto.js:165:78)

@kavi707 kavi707 added the bug label Aug 23, 2015
@kavi707 kavi707 self-assigned this Aug 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants