Browse Source

document array representation and increment version

Will 13 years ago
parent
commit
6dd2d2638f
2 changed files with 2 additions and 1 deletions
  1. 1 1
      Makefile
  2. 1 0
      README

+ 1 - 1
Makefile

@@ -1,5 +1,5 @@
 NAME		:= epgsql
 NAME		:= epgsql
-VERSION		:= 1.3
+VERSION		:= 1.4
 
 
 ERL  		:= erl
 ERL  		:= erl
 ERLC 		:= erlc
 ERLC 		:= erlc

+ 1 - 0
README

@@ -102,6 +102,7 @@ Erlang PostgreSQL Database Client
   text        = <<"a">>
   text        = <<"a">>
   varchar     = <<"a">>
   varchar     = <<"a">>
   bytea       = <<1, 2>>
   bytea       = <<1, 2>>
+  array       = [1, 2, 3]
 
 
   record      = {int2, time, text, ...} (decode only)
   record      = {int2, time, text, ...} (decode only)