Skip to content

Commit

Permalink
document array representation and increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
wg committed Aug 29, 2011
1 parent d5089a8 commit 6dd2d26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
NAME := epgsql
VERSION := 1.3
VERSION := 1.4

ERL := erl
ERLC := erlc
Expand Down
1 change: 1 addition & 0 deletions README
Expand Up @@ -102,6 +102,7 @@ Erlang PostgreSQL Database Client
text = <<"a">>
varchar = <<"a">>
bytea = <<1, 2>>
array = [1, 2, 3]

record = {int2, time, text, ...} (decode only)

Expand Down

0 comments on commit 6dd2d26

Please sign in to comment.