We do nothing in this override. wxASSERT_MSG would fail in LGridJsonCellRenderer::ProcessJsonValue and in XmlHelper::ValidateXmlValue called by LGridXmlCellRenderer::ProcessXmlValue. This happens with postgresql only, when the corresponding database value is empty. The cell value is set to [Invalid], and next rendering leads to a crash in debug build only. Why does wxASSERT_MSG fail? Why with postgresql and not with sqlite?
18 lines
1023 B
XML
18 lines
1023 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
|
|
<data xmlns="http://www.netbeans.org/ns/make-project-private/1">
|
|
<activeConfTypeElem>2</activeConfTypeElem>
|
|
<activeConfIndexElem>0</activeConfIndexElem>
|
|
</data>
|
|
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
|
|
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
|
|
<group>
|
|
<file>file:/home/user/Documents/published/L7/L7/special/XmlHelper.cpp</file>
|
|
<file>file:/home/user/Documents/published/L7/L7/special/XmlGridPickerCtrl.cpp</file>
|
|
<file>file:/home/user/Documents/published/L7/L7/special/LGridXmlCellRenderer.cpp</file>
|
|
<file>file:/home/user/Documents/published/L7/L7/special/LGridJsonCellRenderer.h</file>
|
|
<file>file:/home/user/Documents/published/L7/L7/special/LGridJsonCellRenderer.cpp</file>
|
|
</group>
|
|
</open-files>
|
|
</project-private>
|