mirror of
				https://github.com/sqlite/sqlite.git
				synced 2025-11-03 16:53:36 +03:00 
			
		
		
		
	Make shell .parameter feature type-agnostic. Hush harmless compiler warning.
FossilOrigin-Name: 35cf295e026d067c9f059fde6b150e65163fe171d37501eb1e5742e691793340
This commit is contained in:
		@@ -2915,7 +2915,7 @@ static void bind_table_init(ShellState *p){
 | 
			
		||||
  sqlite3_exec(p->db,
 | 
			
		||||
    "CREATE TABLE IF NOT EXISTS temp.sqlite_parameters(\n"
 | 
			
		||||
    "  key TEXT PRIMARY KEY,\n"
 | 
			
		||||
    "  value ANY\n"
 | 
			
		||||
    "  value\n"
 | 
			
		||||
    ") WITHOUT ROWID;",
 | 
			
		||||
    0, 0, 0);
 | 
			
		||||
  sqlite3_db_config(p->db, SQLITE_DBCONFIG_WRITABLE_SCHEMA, wrSchema, 0);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user