[SailfishDevel] together.jolla.com "Harbour/Store: support for paid applications"

2017-03-27 Thread TE
@my-jolla I completely agree with you (well, except from the sh**thole part). I wonder what action can be taken to at least get some statement from the Jolla sailors. As TJC and this mailing list are obviously ignored, what other means do we have? Maybe we should: * Place the topic regularly at th

Re: [SailfishDevel] SQLite: ON DELETE CASCADE with Foreign Keys not working

2016-08-24 Thread TE
gn_keys = ON; > and > PRAGMA foreign_keys; > > into one transaction. > > David > > On 24/08/16 14:56, TE wrote: >> Sorry for being ambiguous. It returns: {"foreign_keys":0} >> >> >> On 24.08.2016 15:53, David Greaves wrote: >>>

Re: [SailfishDevel] SQLite: ON DELETE CASCADE with Foreign Keys not working

2016-08-24 Thread TE
_keys = ON; PRAGMA > foreign_keys;"); > console.log(JSON.stringify(rs.rows.item(0))) > }); > } > > return? > > David > > On 24/08/16 13:45, TE wrote: >> Hello Matthias, >> >> thanks for the quick reply! I access the database from the QML/JS

Re: [SailfishDevel] SQLite: ON DELETE CASCADE with Foreign Keys not working

2016-08-24 Thread TE
ethods that it is executed if the > database connection was closed before. > > Best greetings > Matthias > > > Am Mittwoch, 24. August 2016, 12:39:04 CEST schrieb TE: >> Hello fellow devs, >> >> I have two SQLite tables. The second table references a key fr

[SailfishDevel] SQLite: ON DELETE CASCADE with Foreign Keys not working

2016-08-24 Thread TE
Hello fellow devs, I have two SQLite tables. The second table references a key from the first table as foreign key. Now when I delete a row in the first table I want all rows from the second table referencing the deleted key to be deleted as well. For this the action ON DELETE CASCADE seems to be

Re: [SailfishDevel] Workflow for co-development for desktop / sailfish silica

2015-10-23 Thread TE
an wrote: On Thu, 22 Oct 2015 15:43:46 +0200 TE wrote: Hi all, until now, my development workflow consists of coding and subsequently testing on the device or emulator respectively. Every cycle takes quite some time. Is there a neat way / architecture for co-developing for the desktop and Silic

[SailfishDevel] Workflow for co-development for desktop / sailfish silica

2015-10-22 Thread TE
Hi all, until now, my development workflow consists of coding and subsequently testing on the device or emulator respectively. Every cycle takes quite some time. Is there a neat way / architecture for co-developing for the desktop and Silica UI. The aim would be to do most of the coding / tes