Re: [Interest] QSqlQuery bind value

2021-03-16 Thread Elvis Stansvik
Yea, you can always use db.driver()->escapeIdentifier(x, QSqlDriver::TableName) if you want to sleep a little better anyway. Elvis Den tis 16 mars 2021 kl 21:52 skrev Jérôme Godbout : > > Thanks, that was the problems, this is annoying, but I do create the query > prepare with a String with

Re: [Interest] QSqlQuery bind value

2021-03-16 Thread Jérôme Godbout
Thanks, that was the problems, this is annoying, but I do create the query prepare with a String with arg (I known this is bad, but the tablename is provided by inner code only, this is not user inputs of any sort). On Mar 16, 2021, at 4:23 PM, Elvis Stansvik mailto:elvst...@gmail.com>> wrote:

Re: [Interest] QSqlQuery bind value

2021-03-16 Thread Elvis Stansvik
Den tis 16 mars 2021 kl 21:21 skrev Elvis Stansvik : > > Den tis 16 mars 2021 kl 20:19 skrev Jérôme Godbout : > > > > Hi, > > > > I’m trying to use the Sql with Sqlite with Qt. The database seem to be > > working just fine, but I run into troubles with the bind value. The named > > bind doesn’t

Re: [Interest] QSqlQuery bind value

2021-03-16 Thread Elvis Stansvik
Den tis 16 mars 2021 kl 20:19 skrev Jérôme Godbout : > > Hi, > > I’m trying to use the Sql with Sqlite with Qt. The database seem to be > working just fine, but I run into troubles with the bind value. The named > bind doesn’t seem to work (Qt 5.15.2, Mac OS): > >

[Interest] QSqlQuery bind value

2021-03-16 Thread Jérôme Godbout
Hi, I’m trying to use the Sql with Sqlite with Qt. The database seem to be working just fine, but I run into troubles with the bind value. The named bind doesn’t seem to work (Qt 5.15.2, Mac OS): m_sql->m_create_table(m_database); m_sql->m_create_table.prepare(R"raw(CREATE TABLE IF NOT

Re: [Interest] Mixing Commercial and Open Source license for different projects

2021-03-16 Thread Tuukka Turunen
Hi James, You asked if it is allowed for a developer who has purchased commercial license of Qt for project A to work on project B using open-source license of Qt. Assuming that these projects are separate (independent and not related to each other in any way), this is possible. The reason for

Re: [Interest] Mixing Commercial and Open Source license for different projects

2021-03-16 Thread James Maxwell
Yes, such a setup would be is possible for me. Am Di., 16. März 2021 um 17:02 Uhr schrieb Giuseppe D'Angelo < giuseppe.dang...@kdab.com>: > Il 15/03/21 16:16, James Maxwell ha scritto: > > Is there even a difference between the GPL creator and commercial > > creator? I feared that once I have a

Re: [Interest] Mixing Commercial and Open Source license for different projects

2021-03-16 Thread Florian Bruhin
Hey, On Mon, Mar 15, 2021 at 04:16:53PM +0100, James Maxwell wrote: > If I have a commercial Qt license, can I still develop for projects > which are going to be released under LGPL where also other people > don't have a Qt license (of course assuming we only use LGPL Qt and > nothing of the

Re: [Interest] Mixing Commercial and Open Source license for different projects

2021-03-16 Thread Giuseppe D'Angelo via Interest
Il 15/03/21 16:16, James Maxwell ha scritto: Is there even a difference between the GPL creator and commercial creator? I feared that once I have a license, whenever I use any QtCreator it is commercially licensed. But using QtCreator is not actually my main concern. If I have a commercial

Re: [Interest] [Qt3d] Rendering 3D object with 2D coordinates

2021-03-16 Thread Alex john
I did the following changes to the wireframe example (Trefoilknot.qml file translation property of transform) but still unable to get the modelView Matrix, and also not sure whether the following changes to translation are right If anyone can confirm and let me know property var mainCam // got

[Interest] Qt nosql embedded file db

2021-03-16 Thread Jérôme Godbout
Hi, Is anybody aware of some nosql file db that play well with Qt on Windows / MacOS / iOS / Android / Linux that doesn’t cost an arm and a leg. I have seen the following so far: * Unqlite open source until you want to encrypt the database with cost 10K$US * EJDB2 seem to require to

Re: [Interest] Mixing Commercial and Open Source license for, different projects

2021-03-16 Thread Roland Hughes
That would be the FUD On 3/16/21 6:00 AM, James Maxwell wrote: I am afraid of the following: "(ii) use Licensed Software for creation of any software created with or incorporating Open Source Qt" what does licensed software mean? If I have Qt commercial, do I always use Qt under commercial