-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat (DAL): client-side support for float4 (#671)
This PR adds client-side support for float4. Numbers provided by the user are rounded to the nearest float4 representation using `Math.fround()`. Similarly, when numbers are read from a float4 column in the DB they are rounded to the nearest float4 representation. This would not strictly be necessary if all writes happen through the DAL but because of SQLite's dynamic typing, users can write larger/smaller numbers to float4 columns in which case we would read numbers that fall out of range.
- Loading branch information
Showing
22 changed files
with
9,856 additions
and
6,188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
173 changes: 0 additions & 173 deletions
173
clients/typescript/test/client/generated/client/index-browser.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.