mirror of
				https://github.com/sqlite/sqlite.git
				synced 2025-11-03 16:53:36 +03:00 
			
		
		
		
	Merge all recent trunk changes into the sessions branch.
FossilOrigin-Name: f36bb5fa5c5e3430808fe35d58f45559a216d341
This commit is contained in:
		@@ -3110,7 +3110,7 @@ static int do_meta_command(char *zLine, ShellState *p){
 | 
			
		||||
          fprintf(stderr, "%s:%d: expected %d columns but found %d - "
 | 
			
		||||
                          "filling the rest with NULL\n",
 | 
			
		||||
                          sCtx.zFile, startLine, nCol, i+1);
 | 
			
		||||
          i++;
 | 
			
		||||
          i += 2;
 | 
			
		||||
          while( i<=nCol ){ sqlite3_bind_null(pStmt, i); i++; }
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user