wso2 / carbon-device-mgt

Apache License 2.0
53 stars 113 forks source link

Fixing server startup issue when configured with PostgreSQL DB #1130

Closed ruwany closed 6 years ago

ruwany commented 6 years ago

Purpose

Return column names cannot be passed as an argument to the function prepareStatement when used with PostgreSQL. Changes had to be made to the query and execute command to accommodate same.