mirror of
				https://github.com/sqlite/sqlite.git
				synced 2025-11-03 16:53:36 +03:00 
			
		
		
		
	Cosmetic change to the shell in-memory database warning to skip coloring the trailing period.
FossilOrigin-Name: c87d8e07ec596d5f0ef3003cfeb226d4b7c49549
This commit is contained in:
		@@ -3817,8 +3817,8 @@ int main(int argc, char **argv){
 | 
			
		||||
      );
 | 
			
		||||
      if( warnInmemoryDb ){
 | 
			
		||||
        printf("Connected to a ");
 | 
			
		||||
        printBold("transient in-memory database.");
 | 
			
		||||
        printf("\nUse \".open FILENAME\" to reopen on a "
 | 
			
		||||
        printBold("transient in-memory database");
 | 
			
		||||
        printf(".\nUse \".open FILENAME\" to reopen on a "
 | 
			
		||||
               "persistent database.\n");
 | 
			
		||||
      }
 | 
			
		||||
      zHome = find_home_dir();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user