Discussion:
[JIRA] Created: (MYO-46) Myosotis displays extra ".0" for integers of floating point types
Gilles Rayrat (JIRA)
2008-02-22 17:08:44 UTC
Permalink
Myosotis displays extra ".0" for integers of floating point types
------------------------------------------------------------------

Key: MYO-46
URL: https://forge.continuent.org/jira/browse/MYO-46
Project: Myosotis
Type: Bug

Components: MySQL protocol
Reporter: Gilles Rayrat
Assigned to: Gilles Rayrat
Fix For: 0.6.1


If an integer number (eg. 1) is stored inside a floating point type column (float or double), select will return "1.0"
Tests sql/mysql/t/float.sql and double.sql show the problem (as well as others)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
Gilles Rayrat (JIRA)
2008-02-22 17:24:43 UTC
Permalink
[ https://forge.continuent.org/jira/browse/MYO-46?page=all ]

Gilles Rayrat resolved MYO-46:
------------------------------

Resolution: Fixed

Fixed in CVS, removing extra .0 if found.
Post by Gilles Rayrat (JIRA)
Myosotis displays extra ".0" for integers of floating point types
------------------------------------------------------------------
Key: MYO-46
URL: https://forge.continuent.org/jira/browse/MYO-46
Project: Myosotis
Type: Bug
Components: MySQL protocol
Reporter: Gilles Rayrat
Assignee: Gilles Rayrat
Fix For: 0.6.1
If an integer number (eg. 1) is stored inside a floating point type column (float or double), select will return "1.0"
Tests sql/mysql/t/float.sql and double.sql show the problem (as well as others)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
Gilles Rayrat (JIRA)
2009-04-14 09:25:55 UTC
Permalink
[ https://forge.continuent.org/jira/browse/MYO-46?page=all ]

Gilles Rayrat reopened MYO-46:
------------------------------


Reopening as Postgres protocol sees the same issue
Post by Gilles Rayrat (JIRA)
Myosotis displays extra ".0" for integers of floating point types
------------------------------------------------------------------
Key: MYO-46
URL: https://forge.continuent.org/jira/browse/MYO-46
Project: Myosotis
Type: Bug
Components: MySQL protocol
Reporter: Gilles Rayrat
Assignee: Gilles Rayrat
Fix For: 0.6.1
If an integer number (eg. 1) is stored inside a floating point type column (float or double), select will return "1.0"
Tests sql/mysql/t/float.sql and double.sql show the problem (as well as others)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
Gilles Rayrat (JIRA)
2009-04-14 09:37:55 UTC
Permalink
[ https://forge.continuent.org/jira/browse/MYO-46?page=all ]

Gilles Rayrat closed MYO-46:
----------------------------

Resolution: Fixed

Fixed in SVN
Post by Gilles Rayrat (JIRA)
Myosotis displays extra ".0" for integers of floating point type
----------------------------------------------------------------
Key: MYO-46
URL: https://forge.continuent.org/jira/browse/MYO-46
Project: Myosotis
Type: Bug
Components: MySQL protocol, PostgreSQL protocol
Reporter: Gilles Rayrat
Assignee: Gilles Rayrat
Fix For: 0.6.6
If an integer number (eg. 1) is stored inside a floating point type column (float or double), select will return "1.0"
Tests sql/mysql/t/float.sql and double.sql show the problem (as well as others)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
Loading...