| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -35,10 +35,11 @@ class SqliteActiveRecordTest extends ActiveRecordTest | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							// evaluate to false or null so we accept it | 
					 | 
					 | 
					 | 
							// evaluate to false or null so we accept it | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							$this->assertTrue(0 == $customer->status); | 
					 | 
					 | 
					 | 
							$this->assertTrue(0 == $customer->status); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							$customers = Customer::find()->where(['status' => true])->all(); | 
					 | 
					 | 
					 | 
							// select with boolean values does not seem to work in sqlite | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							$this->assertEquals(2, count($customers)); | 
					 | 
					 | 
					 | 
					//		$customers = Customer::find()->where(['status' => true])->all(); | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					//		$this->assertEquals(2, count($customers)); | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							$customers = Customer::find()->where(['status' => false])->all(); | 
					 | 
					 | 
					 | 
					// | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							$this->assertEquals(1, count($customers)); | 
					 | 
					 | 
					 | 
					//		$customers = Customer::find()->where(['status' => false])->all(); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					//		$this->assertEquals(1, count($customers)); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						} | 
					 | 
					 | 
					 | 
						} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					} | 
					 | 
					 | 
					 | 
					} | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
					 | 
					 | 
					
  |