> [Interest] How to insert a new record with generated primary key into a
> QSqlTableModel
>
> for that. But I've been readin all day long and I can't find a solution on
> how I can initialize a new record with my DataMapper form …
If you're looking for a way for your application to initialize r
From: Knut Krause
To: interest@qt-project.org
Sent: Thursday, December 12, 2013 2:00 PM
Subject: Re: [Interest] Storing complex SQL relations with Qt
Thanks for your opinion. I thought I'd be at least this far right now but it
looks like I cannot insert new rows. I already opened a new th
Thanks for your opinion. I thought I'd be at least this far right now but it
looks like I cannot insert new rows. I already opened a new thread
[Interest] How to insert a new record with generated primary key into a
QSqlTableModel
for that. But I've been readin all day long and I can't find a s
Usually if you don't explicitly ask for a transaction, RDBMS creates an
implicit one for each statement. AFAIK, SQLite uses this idea too.
And the next to last paragraph at http://www.sqlite.org/autoinc.html
gives an impression that uniqueness of values in AUTOINCREMENT columns
isn't affected by t