FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Use f64 instead of float. by emberian · Pull Request #53 · linuxfood/rustsqlite · GitHub

This repository was archived by the owner on Jul 25, 2020. It is now read-only.
/ rustsqlite Public archive

Use f64 instead of float. - #53

Merged
erickt merged 1 commit into
linuxfood:masterfrom
emberian:float-removal
Oct 3, 2013
Merged

Use f64 instead of float.#53
erickt merged 1 commit into
linuxfood:masterfrom
emberian:float-removal

Conversation

emberian commented Oct 2, 2013

Copy link
Copy Markdown
Contributor

float has been removed from the language. SQLite documents their REAL type
as being an f64, so use that. Exposes a correctness bug where Rust
wouldn't pick f32 as the float type.

[f64] - http://sqlite.org/datatype3.html

`float` has been removed from the language. SQLite documents their REAL type
as being an [f64](), so use that. Exposes a correctness bug where Rust
wouldn't pick f32 as the float type.

[f64] - http://sqlite.org/datatype3.html
erickt added a commit that referenced this pull request Oct 3, 2013
erickt merged commit 1d33f97 into linuxfood:master Oct 3, 2013
This file contains hidden or 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL