Le 01/11/2015 18:15, Soren Harward a écrit :
On Sun, Nov 1, 2015 at 6:15 AM, Olivier Churlaud wrote:
I wonder: why are the mysql libraries directly used and not the Qt framework
(QSqlQueries and so on)?
IIRC, it's entirely historical. For a handful of reasons that were
valid in 2008 but aren'
On Sun, Nov 1, 2015 at 6:15 AM, Olivier Churlaud wrote:
> I wonder: why are the mysql libraries directly used and not the Qt framework
> (QSqlQueries and so on)?
IIRC, it's entirely historical. For a handful of reasons that were
valid in 2008 but aren't any longer, the decision was made late (an
Hi,
In the porting, I found an issue related to the collection storing, so I
read a little the way mysql was handled.
I wonder: why are the mysql libraries directly used and not the Qt
framework (QSqlQueries and so on)?
Is it because of the history of the program? For performance issues? No