| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -145,7 +145,7 @@ export class CapacitorPlatformService implements PlatformService { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            ); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            result = { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              columns: [], // SQLite plugin doesn't provide column names
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              values: queryResult.values || [], | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              values: (queryResult.values || []).map((row) => Object.values(row)), | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            }; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					            break; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          } | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |