Gossamer Forum
Home : Products : DBMan : Discussions :

Is this a bug? (empty last field)

Quote Reply
Is this a bug? (empty last field)
Last field of a record, if left empty, will always be a " " (space) instead of a "" (null). Check the database in a text editor, and all is fine "....|second last field|\n"

I noticed this when my "if (field())" failed. I have to change it to '!= " "'. Is this a bug or just a standard db behaviour?