Skip to content

Commit db99ff9

Browse files
committed
typo
1 parent ab65171 commit db99ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqllib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ In a lot of cases you can construct a whole query in one go, and for this the va
6868

6969
It is also possible to make a query string and have it as a mallo'c `char*` pointer using `sql_printf(...)`. There are also `_free` versions of the query functions which take a `char*` malloc'd pointer and use it and free after use. So the above is the same as `` sql_safe_query_free(&sql,sql_printf("INSERT INTO `mytable` SET `field1`=%d,`field2`=%#s",f1,f2)); ``. This can be useful if you need the query string for anything else.
7070

71-
### query functions
71+
### SQL query functions
7272

7373
The query functions are available in combinations with `_safe_` or not, and `_f` or `_s` or `_free`, etc.
7474

0 commit comments

Comments
 (0)