这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@rakeshkky
Copy link
Member

@rakeshkky rakeshkky commented Oct 4, 2018

Description

What component does this PR affect?

  • Server
  • Console
  • CLI
  • Docs
  • Community Content
  • Build System

Requires changes from other components? If yes, please mark the components:

  • Server
  • Console
  • CLI
  • Docs
  • Community Content
  • Build System

Related Issue

fix #633

Solution and Design

select bigint and bigserial columns as texts.
Ex:- select "big_id"::text .. instead of select "big_id" ..

Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Docs update
  • Community content

Checklist:

  • I have read the contributing guide and my code conforms to the guidelines.
  • This change requires a change in the documentation.
  • I have updated the documentation accordingly.
  • I have added required tests.

@rakeshkky rakeshkky requested a review from 0x777 October 4, 2018 08:34
@hasura-bot
Copy link
Contributor

Review app available at: https://hge-ci-pull-640.herokuapp.com

@shahidhk shahidhk added the c/server Related to server label Oct 4, 2018
@shahidhk shahidhk changed the title encode bigint and bigserial postgres types as strings (fix #633) breaking: encode bigint and bigserial postgres types as strings (fix #633) Oct 4, 2018
@rakeshkky rakeshkky self-assigned this Oct 4, 2018
@rakeshkky rakeshkky added the s/ok-to-merge Status: This pull request can be merged to master label Oct 4, 2018
0x777
0x777 previously approved these changes Oct 4, 2018
Resolve Conflicts:
	server/tests-py/queries/graphql_query/basic/teardown.yaml
@hasura-bot
Copy link
Contributor

Review app available at: https://hge-ci-pull-640.herokuapp.com

@shahidhk shahidhk merged commit 9137631 into hasura:master Oct 5, 2018
@hasura-bot
Copy link
Contributor

Review app https://hge-ci-pull-640.herokuapp.com is deleted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c/server Related to server s/ok-to-merge Status: This pull request can be merged to master

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bigints are encoded as javascript numbers

4 participants