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 :)
ASA and ASA_CAPI protocol IDLE property name is "Host"
Moderators: gto, cipto_kh, EgonHugeist, mdaems
ASA and ASA_CAPI protocol IDLE property name is "Host"
Delphi 12.2, Zeos 8 from latest GIT snapshot
Using:
- MySQL server 8.0.18; libmysql.dll 8.0.40 x64 5.7.19 x68, libmariadb.dll 3.3.11
- Oracle server 11.2.0, 12.1.0, 19.0.0; oci.dll 21.15
- MSSQL 2012, 2019; sybdb.dll FreeTDS_3102
- SQLite 3.47
Using:
- MySQL server 8.0.18; libmysql.dll 8.0.40 x64 5.7.19 x68, libmariadb.dll 3.3.11
- Oracle server 11.2.0, 12.1.0, 19.0.0; oci.dll 21.15
- MSSQL 2012, 2019; sybdb.dll FreeTDS_3102
- SQLite 3.47
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: ASA and ASA_CAPI protocol IDLE property name is "Host"
Applied, thank you