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

The integer literal 9223372036854775807 can't be represented exactly in JavaScript. #4

Open
M-Reyad opened this issue Oct 8, 2024 · 1 comment

Comments

@M-Reyad
Copy link

M-Reyad commented Oct 8, 2024

I am trying to build a web version using Eloqunet_dart for integration with MySQL database.

During Building I got an error as below mentioned!

Error: The integer literal 9223372036854775807 can't be represented exactly in JavaScript.

I believe this is related to https://dart.dev/tools/linter-rules , I added this line in the analysis_options.yaml but still having the same error.

@insinfo
Copy link
Owner

insinfo commented Oct 8, 2024

It is not possible to connect to a database via javascript within a web browser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants