mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
b2ad3ee2ee
* Update graphql-parser-hs and hence use `Scientific` directly The new version of graphql-parser-hs returns Scientific and Integer rather than Double and Int32, respectively. So we now need to do less work in graphql-engine, and we can process larger numbers. In practice, this means that when inserting a bigint, we no longer need to specify the inserted integer as text. This is also represented in the updated tests. * Generate int overflow error on insert * Document bigint insertion support in changelog |
||
---|---|---|
.. | ||
actions | ||
compression | ||
event_triggers | ||
graphql_introspection | ||
graphql_mutation | ||
graphql_query | ||
graphql_validation | ||
horizontal_scale/basic | ||
inconsistent_objects | ||
logging | ||
remote_schemas | ||
subscriptions | ||
v1 | ||
clear_db.yaml |