Posts: 63
Threads: 6
Joined: Feb 2015
Reputation:
0
Would cache_get_row_int work on any integer-based column type (TINYINT, SMALLINT, MEDIUMINT, INT, BIGINT)?
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
Yes. Works for boolean also. However, note that PAWN is typeless, and all integers are 32-bit signed.
Posts: 63
Threads: 6
Joined: Feb 2015
Reputation:
0
Ah, thanks MP2. Thanks for the extra tips too, Konstantinos!