TZMemTable throws an AV if destroyed while being open

Code patches written by our users to solve certain "problems" that were not solved, yet.

Moderators: gto, cipto_kh, EgonHugeist, mdaems

Post Reply
User avatar
aehimself
Zeos Dev Team
Zeos Dev Team
Posts: 786
Joined: 18.11.2018, 17:37
Location: Hungary

TZMemTable throws an AV if destroyed while being open

Post by aehimself »

Hello,

I started experimenting with the new TZMemTable component and I LOVE IT! There's a small issue with an easy fix, it should be contained in my already open pull request on GitHub.

Thank you Michael for making this happen!!!!!
Delphi 12.1, Zeos 8 from latest GIT snapshot
Using:
- MySQL server 8.0.18; libmariadb.dll 3.3.8
- Oracle server 11.2.0, 12.1.0, 19.0.0; oci.dll 21.13
- MSSQL 2012, 2019; sybdb.dll FreeTDS_2435
- SQLite 3.45.2
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1935
Joined: 17.01.2011, 14:17

Re: TZMemTable throws an AV if destroyed while being open

Post by marsupilami »

I applied the patch. It should be visible on github too :)
miab3
Zeos Test Team
Zeos Test Team
Posts: 1310
Joined: 11.05.2012, 12:32
Location: Poland

Re: TZMemTable throws an AV if destroyed while being open

Post by miab3 »

@aehimself,

Can you give an example of how to use ZMemTable?

Michał
User avatar
aehimself
Zeos Dev Team
Zeos Dev Team
Posts: 786
Joined: 18.11.2018, 17:37
Location: Hungary

Re: TZMemTable throws an AV if destroyed while being open

Post by aehimself »

Delphi 12.1, Zeos 8 from latest GIT snapshot
Using:
- MySQL server 8.0.18; libmariadb.dll 3.3.8
- Oracle server 11.2.0, 12.1.0, 19.0.0; oci.dll 21.13
- MSSQL 2012, 2019; sybdb.dll FreeTDS_2435
- SQLite 3.45.2
Post Reply