Op 10-08-2023 om 01:21 schreef paste...@gmx.com:
show tables in db1
----------------------
[...]
An unhandled exception occurred at $00000000004B2809:
EListError: List index (6) out of bounds
   $00000000004B2809
   $000000000042AB4D  QUERY,  line 673 of umariadbconnector.pas
   $0000000000401617  main,  line 118 of testmariadb.lpr
Yes, this was a relatively simple bug.
I didn't increase the Ps pointer when it encountered a NULL value before continuing.

BTW. Instead of downloading it as zip you can also clone the repository with git.
git clone https://github.com/rvk01/mariadbconnector

After that you can just do a git pull in the directory to get the changes each time. (If you changed any files locally you could do "git reset --hard HEAD && git clean -f -d && git pull" )

It's also possible to just download the raw version of only umariadbconnector.pas with the following: wget https://raw.githubusercontent.com/rvk01/mariadbconnector/main/umariadbconnector.pas

Easier than downloading a zip and unzipping it.

Grtz,
Rik
_______________________________________________
synalist-public mailing list
synalist-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to