SQLite Forum

Documentation typo in Retrieving Statement SQL
Login

Documentation typo in Retrieving Statement SQL

(1) By anonymous on 2021-07-16 14:14:11 [link] [source]

The page https://sqlite.org/c3ref/expanded_sql.html reads:

"The string returned by sqlite3_expanded_sql(P), on the other hand, is obtained from sqlite3_malloc() and must be free by the application by passing it to sqlite3_free()."

The verb "free" is missing a "d" at the end.

(2) By Larry Brasfield (larrybr) on 2021-07-16 18:03:39 in reply to 1 [source]

Thanks for the tip. Fixed.