SET eb2036acbe Override wxApp::OnAssertFailure in L7Test.
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?
2019-12-23 17:21:00 +01:00
2018-04-25 20:48:53 +02:00
2018-04-25 20:37:27 +02:00
2018-04-25 20:45:58 +02:00

L7

A library aiming to help writing database applications using wxWidgets, PostgreSQL and SQLite.

It's a generic spin-off of a production library I'm using.

Released under the LGPL 2.1 of the Free software Foundation.

Author and copyright : SET, M.D. , nmset@netcourrier.com

Developped with NetBeans.

------Build

wxWidgets is expected in /usr/local/wxWidgets, as referenced in the NetBeans project.libpq and libsqlite3 are expected in the system's library directory.

$ cd L7

$ make clobber

$ make CONF=Debug

$ cd ../L7Test

$ make CONF=Debug

Output will be in dist/Debug/GNU-Linux/ and dist/Release/GNU-Linux/ .

------How to consider the code.

I do not have an academic background in computer science, programming is my hobby.

------How to consider L7.

Use at your own risks. It's free software. Use it or trash it. No warranties. L7 does not claim to be fit for any purpose. L7 does not expect to be used.

------Documentation

$ cd L7

$ doxygen L7.dox

Output will be in docs/ .

Description
Widgets for simple interfacing with PostgreSQL and SQLite databases.
Readme LGPL-2.1 333 KiB
Languages
C++ 98.2%
CMake 1.4%
Shell 0.3%