Skip to content

Commit

Permalink
Another oid (the 'void' oid) to atom mapping added.
Browse files Browse the repository at this point in the history
Daniel Caune <daniel.caune@ubisoft.com> wrote:
> Hi,
>
> I did a small patch on the file pgsql_util.erl to support PostgreSQL
> function that returns void.  I'm contacting Christian Sunesson to ask
> him whether he would like to integrate this patch in CVS.
  • Loading branch information
noss committed Nov 15, 2007
1 parent e06a01b commit 0ada9cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pgsql/src/pgsql_util.erl
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ decode_oid(Oid) ->
1560 -> bit; 1560 -> bit;
1562 -> varbit; 1562 -> varbit;
1700 -> numeric; 1700 -> numeric;
2278 -> void;
Oid -> Oid ->
throw({unknown_oid, Oid}) throw({unknown_oid, Oid})
end. end.
Expand Down

0 comments on commit 0ada9cb

Please sign in to comment.