Issue with a BIGINT()

Expected behavior

Displaying the value from the MySQL database, BIGINT() datatype.

Actual behavior

Displaying a different value, looks like a type conversion.

Context

  • Database Dialect: MySQL
  • Database Version: 5.7.29-0ubuntu0.16.04.1
  • Project Name: DungBeetle
1 Like

Hi @Julien_Cyr :wave:

Welcome to the community! :fire:

I can reproduce the error on my end, I’ll create a ticket right away :slight_smile:

Sorry for the inconveniance !

@Julien_Cyr the fix has been deployed on our frontend :slight_smile: You should see your bigints displayed as they should !

Thank you, it’s working well.