Page 1 of 1

Yayyy!

Posted: 14.11.2020, 23:18
by aehimself
I just ventured through the latest commits when I stumbled upon this:

Zeos now supports the abortion of long running operations.
To do so, call TZConnection.AbortOperation from another thread.
This is supported on MySQL, MariaDB, Oracle, dblib (MS SQL Server, SAP Adaptive Server Enterprise), PostgreSQL, Firebird and SQLite.


I am so glad I could give something back to the community! Hope some other people will find it as useful as I did.

P.s.: no mention of ZMethodInThread? :P

Re: Yayyy!

Posted: 15.11.2020, 12:54
by marsupilami
aehimself wrote: 14.11.2020, 23:18 I just ventured through the latest commits when I stumbled upon this:

Zeos now supports the abortion of long running operations.
To do so, call TZConnection.AbortOperation from another thread.
This is supported on MySQL, MariaDB, Oracle, dblib (MS SQL Server, SAP Adaptive Server Enterprise), PostgreSQL, Firebird and SQLite.


I am so glad I could give something back to the community! Hope some other people will find it as useful as I did.

P.s.: no mention of ZMethodInThread? :P
I only just started writing up the release notes. They are not finished by a long shot ;)

Erm - your signature mentions you work with sqlite 8? sqlite.org only mentions a version 3.33? ;)

Regarding ZMethodInThread, I most probably will come back to you asking questions about it for the release notes.

Re: Yayyy!

Posted: 17.11.2020, 13:23
by aehimself
marsupilami wrote: 15.11.2020, 12:54Erm - your signature mentions you work with sqlite 8? sqlite.org only mentions a version 3.33? ;)
Might be a typo but I guess I was trying out unofficial builds of sqlite.dll and they handled version numbers differently...? I have no idea, but you are right; I am on 3.33 at the moment. Will correct it :)