Thanks for reporting! I'll take care of this this evening.
On Thu, Mar 26, 2009 at 5:49 PM, Frank Lupo <[email protected]> wrote: > In Postgrql "BLOB" type not exist but is possible to create a "bytea" > column. > > in DBDatabaseDriverPostgreSQL.java > case BLOB: > sql.append("BLOB"); > if (c.getSize() > 0) > sql.append(" (" + String.valueOf((long) c.getSize()) + ") > "); > break; > > change in > case BLOB: > sql.append("bytea"); > break; > > > http://www.postgresql.org/docs/8.3/static/datatype.html > http://jdbc.postgresql.org/documentation/80/binary-data.html > > Best Regards > > > > > -- > Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP > autenticato? GRATIS solo con Email.it http://www.email.it/f > > Sponsor: > Con Poker Club anche a Marzo il montepremi è garantito: ogni lunedì, giovedì > e domenica vinci fino a 25.000 ! > Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=8801&d=26-3 > -- http://www.somatik.be Microsoft gives you windows, Linux gives you the whole house.
