mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-76: Clean MySQL and PostgreSQL modules for consistency.
This commit is contained in:
		| @@ -71,8 +71,7 @@ public class PostgreSQLAuthenticationProviderModule implements Module { | ||||
|         myBatisProperties.setProperty("mybatis.pooled.pingQuery", "SELECT 1"); | ||||
|  | ||||
|         // Use UTF-8 in database | ||||
|         driverProperties.setProperty("characterEncoding","UTF-8"); | ||||
|  | ||||
|         driverProperties.setProperty("characterEncoding", "UTF-8"); | ||||
|  | ||||
|     } | ||||
|  | ||||
| @@ -85,7 +84,7 @@ public class PostgreSQLAuthenticationProviderModule implements Module { | ||||
|         // Bind MyBatis properties | ||||
|         Names.bindProperties(binder, myBatisProperties); | ||||
|  | ||||
|         // Bing JDBC driver properties | ||||
|         // Bind JDBC driver properties | ||||
|         binder.bind(Properties.class) | ||||
|             .annotatedWith(Names.named("JDBC.driverProperties")) | ||||
|             .toInstance(driverProperties); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user