1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Merge the Makefile.msc fix and the compiler warning fix from trunk. Also

fix another compiler warning in sqlite3session_diff().

FossilOrigin-Name: 7530e1bf557083ef91447a02f05b019dbe60fa70
This commit is contained in:
drh
2015-05-19 23:04:26 +00:00
5 changed files with 16 additions and 13 deletions

View File

@ -1492,7 +1492,7 @@ int sqlite3session_diff(
}
}
sqlite3_free(azCol);
sqlite3_free((char*)azCol);
if( bMismatch ){
*pzErrMsg = sqlite3_mprintf("table schemas do not match");
rc = SQLITE_SCHEMA;