dwagon / Hostinfo

Host Information Database for Unix Sysadmins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non-numeric keys impacted by value of numeric value in web interface

dwagon opened this issue · comments

+---------+------------------------+--------------+------------+--------------+-----------+----------+----------+
| id      | value                  | origin       | createdate | modifieddate | hostid_id | keyid_id | numvalue |
+---------+------------------------+--------------+------------+--------------+-----------+----------+----------+
| ... | foo | ... | ... | ...   |     ... |       ... | NULL |
| ... | foo | ... | ... | ...   |     ... |       ... |        0 |

are coming up in the web interface as separate values.

Text interface works.

I suspect this is caused by changing the database from postgresql to mysql and it handling null values differently.