Set UTF-8 mode and DBIC quoting on Pg database connection
This commit is contained in:
		@@ -22,7 +22,9 @@ if (ref {} eq ref setting('database')) {
 | 
			
		||||
        options => {
 | 
			
		||||
            AutoCommit => 1,
 | 
			
		||||
            RaiseError => 1,
 | 
			
		||||
            quote_names => 1,
 | 
			
		||||
            auto_savepoint => 1,
 | 
			
		||||
            pg_enable_utf8 => 1,
 | 
			
		||||
        },
 | 
			
		||||
        schema_class => 'App::Netdisco::DB',
 | 
			
		||||
    };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user