11 minutes and 2 seconds | ||
Daniel-Constantin Mierla | fee3637 Changeset → | |
lib/srdb1: support for db result with allocated column names - a db connector module can allocate column names in the result, in that case it must set the flag: RES_COL_FLAGS(res) |= DB1_FCOL_FREE; - the flag is per result, all column names must be allocated or not - following the discussion on GH #611 |