Add SQL quote escaping, Documentation fix

This commit is contained in:
whydoubt
2004-08-27 02:05:22 +00:00
parent e33c909174
commit 2e5179fb63
3 changed files with 33 additions and 6 deletions

View File

@@ -329,7 +329,7 @@ mdb_crack_row3(MdbTableDef *table, int row_start, int row_end, MdbField *fields)
}
/**
* mdb_crack_row:
* @mdb: Database handle
* @table: Table that the row belongs to
* @row_start: offset to start of row on current page
* @row_end: offset to end of row on current page
* @fields: pointer to MdbField array to be popluated by mdb_crack_row