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

String fields with only numbers get parsed and data is lost #106

Open
pupeno opened this issue Apr 24, 2012 · 0 comments
Open

String fields with only numbers get parsed and data is lost #106

pupeno opened this issue Apr 24, 2012 · 0 comments

Comments

@pupeno
Copy link

pupeno commented Apr 24, 2012

If you have a string field, defined as a string in the database, but it contains a number, like a phone number (05554343), when transferring the data using taps, the string at some point gets parsed as a number, a float to be precise, so in the other end you end up with 5554343.0.

I presume this is yaml being too smart for its own good.

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

1 participant