I am trying to map a MappedDouble object to a postgres database and I
get the following error:

Exception in thread "main" org.postgresql.util.PSQLException: ERROR:
type "double" does not exist

I am looking through the Schemifier to try and figure out where the
database type is assigned and how to override it.  Postgres has a
"real" type which would be appropriate for the DB columns I am
creating.

Can anyone help me in converting the MappedDouble to create a DB
column of type "real" in postgres?

Thanks,
David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to