confirmed, we currently have a check on ($row['Null'] == '') which should be something like ($row['Null'] == 'NO'.
This also applies to other export types, typically all that support exporting the table structure
* LaTeX
* Microsoft Word 2000
* Open Document Text
* Texy! text
I'll prepare a fix later today.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
confirmed, we currently have a check on ($row['Null'] == '') which should be something like ($row['Null'] == 'NO'.
This also applies to other export types, typically all that support exporting the table structure
* LaTeX
* Microsoft Word 2000
* Open Document Text
* Texy! text
I'll prepare a fix later today.
Comitted as revision 12349.
Thanks for reporting