I'm still encountering it and I'm using 1.2.0

On Monday, 10 October 2011 07:45:39 UTC+8, solnic wrote:
>
> This will be fixed in 1.2.0 
>
> On Oct 6, 6:09 pm, rgent <dbr...@gmail.com> wrote: 
> > Hi all, 
> > 
> > I'm using DataMapper with PostgreSQL 9.0, ruby 1.9.2,  and I get an 
> > error for the following model when running a migration: 
> > 
> > class Resume 
> >   include DataMapper::Resource 
> > 
> >   property :id, Serial 
> >   property :resume_document, Binary 
> > 
> > end 
> > 
> > The error is "type modifier is not allowed from type 
> > "bytea" (DataObjects::SyntaxError) LINE 1: ...resumes" ("id" SERIAL 
> > NOT NULL, "resume_document" BYTEA(50),... 
> > 
> > Any ideas? 
> > 
> > Thanks, 
> > Dave

-- 
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/datamapper/-/Adhyv6EjNG8J.
To post to this group, send email to datamapper@googlegroups.com.
To unsubscribe from this group, send email to 
datamapper+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en.

Reply via email to