1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Support for UTF-8 and ISO8859 characters in identifiers. Bug fix in

the column name generator for selects (was coreing). (CVS 290)

FossilOrigin-Name: 22948fc685299ca888907eea68edb8a6e87c3f49
This commit is contained in:
drh
2001-10-18 12:34:46 +00:00
parent a411288fe8
commit 98808babd3
11 changed files with 99 additions and 56 deletions

View File

@@ -577,7 +577,7 @@ int sqliteOsLock(OsFile id, int wrlock){
needSysLock = 1;
}
}else{
if( id.pLock<0 ){
if( id.pLock->cnt<0 ){
rc = SQLITE_BUSY;
}else{
rc = SQLITE_OK;