p1_pgsql
p1_pgsql copied to clipboard
Pure Erlang PostgreSQL driver
Results
2
p1_pgsql issues
Sort by
recently updated
recently updated
newest added
Some queries return empty data sets. In case extended query mechanism was used - whole process would be hung in a 'receive' with no results. This patch lets p1_pgsql handle...
I am facing issue that pgsql conncection can not be linked by calling process. There is an api to link with process( pgsql_proto:start_link ) but pgsql:connect is calling only pgsql:start....
enhancement