dbd/common.c

changeset 31
999ef93f0dbc
parent 28
44b1d78b50f5
equal deleted inserted replaced
30:8599f34c139b 31:999ef93f0dbc
43 } 43 }
44 } 44 }
45 45
46 /* 46 /*
47 * this is MAX_PLACEHOLDER_SIZE-1 because the '?' is 47 * this is MAX_PLACEHOLDER_SIZE-1 because the '?' is
48 * replaced with '$' 48 * replaced with '{native_prefix}'
49 */ 49 */
50 extra_space = num_placeholders * (MAX_PLACEHOLDER_SIZE-1); 50 extra_space = num_placeholders * (MAX_PLACEHOLDER_SIZE-1);
51 51
52 /* 52 /*
53 * allocate a new string for the converted SQL statement 53 * allocate a new string for the converted SQL statement

mercurial