- Began decoupling of QueryBuilder from native MySQL method ; some works needs to be done on for the Repository object splitting also.
		
			
				
	
	
		
			8 lines
		
	
	
		
			157 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			157 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| namespace Ulmus;
 | |
| 
 | |
| class QueryBuilder extends QueryBuilder\MysqlQueryBuilder
 | |
| {
 | |
|     # Backward compatibility defaulting on MySQL/MariaDB query builder
 | |
| } |