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:
@@ -18,7 +18,7 @@
|
||||
** file simultaneously, or one process from reading the database while
|
||||
** another is writing.
|
||||
**
|
||||
** @(#) $Id: pager.c,v 1.27 2001/10/12 17:30:05 drh Exp $
|
||||
** @(#) $Id: pager.c,v 1.28 2001/10/18 12:34:47 drh Exp $
|
||||
*/
|
||||
#include "sqliteInt.h"
|
||||
#include "pager.h"
|
||||
@@ -1076,7 +1076,7 @@ int sqlitepager_rollback(Pager *pPager){
|
||||
}
|
||||
pPager->dbSize = -1;
|
||||
return rc;
|
||||
};
|
||||
}
|
||||
|
||||
/*
|
||||
** Return TRUE if the database file is opened read-only. Return FALSE
|
||||
|
Reference in New Issue
Block a user