udan11 / samp-plugin-sql

An abstract layer that communicates with multiple database servers (MySQL and PostgreSQL) implemented as a plugin for SA-MP servers.
BSD 2-Clause "Simplified" License
16 stars 12 forks source link

Max string length for callbacks #12

Closed KingCodename closed 9 years ago

KingCodename commented 9 years ago

Udan11, thanks a lot for your fast sql plugin, but please increase the max string length (from 26 up to 31 characters) for threaded query callbacks. Maybe you should also document the limit to your include flie or throw back a error when the it reached.

udan11 commented 9 years ago

Hello,

I don't remember exactly what I did back then, but I just looked through the source and it looks like there is no limit imposed by me. As far as I know, there is the 31-characters limit imposed by AMX, but I am not sure why you are mentioning 26.

KingCodename commented 9 years ago

Yes, you´re right, my mistake, sorry.