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

Select fields (I don't need all the fields) #50

Closed
avelino opened this issue Dec 20, 2016 · 0 comments · Fixed by #62
Closed

Select fields (I don't need all the fields) #50

avelino opened this issue Dec 20, 2016 · 0 comments · Fixed by #62
Assignees

Comments

@avelino
Copy link
Member

avelino commented Dec 20, 2016

?_select=field1,field2

Generate: SELECT field1, field2 FROM ...

@marioidival marioidival self-assigned this Jan 6, 2017
avelino pushed a commit that referenced this issue Jul 16, 2020
* bugfix: "select by field" don't work since permissions are applied on it

Signed-off-by: julien brunet <julien@brunet.io>

* Support Returning function in query

* refactor

* cleaning, test for another request, pushed by mistake

* cleaning, some add was pushed by mistake

* Add support to RETURNING clause

* convert decimal or numeric postgres type to string

* adding ReturningByRequest mock

* adding returning clause on Delete
avelino added a commit that referenced this issue Jul 16, 2020
* commit '30edd8a': (175 commits)
  Moved entire subrepo into adapters
  Group function alias names (#53)
  Do not add stmt in cache if use transaction (#52)
  added missing GetTransaction on mock
  Implements transaction (#51)
  bugfix: "select by field" don't work when permissions is not set (#50)
  adds and normalizes debug messages to display SQL clause and query result
  added ilike support (#49)
  update field permission to allow multiple config and operations (#48)
  mark functions as test helpers (#47)
  TablePermissions respect prest conf (#46)
  check if database is available (#45)
  fix batch return
  remove print
  exec by interation
  fix some corner cases in inserts (#43)
  Improve performance on batch inserts (#42)
  Batch insert (#41)
  Move scanner out of the internal (#40)
  fix for issue #253 (#39)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants