ASA and ASA_CAPI protocol IDLE property name is "Host"

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

ASA and ASA_CAPI protocol IDLE property name is "Host"

Post by aehimself »

My custom property parser threw an error because it found a duplicate in property names. Turns out, the idle property was taking it's name from ConnProps_Host instead of ConnProps_Idle.

Commit was automatically included in the pull request open for MemTable's streaming support.

So please take commit #3 and #4 from it, not 3 only :)
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: ASA and ASA_CAPI protocol IDLE property name is "Host"

Post by marsupilami »

Applied, thank you :)
Post Reply