[Lift] Re: erro: MappedDouble is not mapped to 'double precision' datatype in PostgreSQL?

2009-08-21 Thread Derek Chen-Becker
OK, the fix is in 1.0.1-SNAPSHOT and I'll be releasing 1.0.1 stable next Wednesday. Derek On Sun, Aug 2, 2009 at 6:16 AM, JanWillem Tulp wrote: > > That would be great! Thanks! > > On Aug 2, 7:09 am, Derek Chen-Becker wrote: > > Pending the verification of the Oracle fix, I'll work on a 1.0.1 r

[Lift] Re: erro: MappedDouble is not mapped to 'double precision' datatype in PostgreSQL?

2009-08-02 Thread JanWillem Tulp
That would be great! Thanks! On Aug 2, 7:09 am, Derek Chen-Becker wrote: > Pending the verification of the Oracle fix, I'll work on a 1.0.1 release > with these changes this week. > > Derek > > On Sat, Aug 1, 2009 at 3:41 AM, JanWillem Tulp > wrote: > > > > > > > Hi Derek, > > > you fix worked!

[Lift] Re: erro: MappedDouble is not mapped to 'double precision' datatype in PostgreSQL?

2009-08-01 Thread Derek Chen-Becker
Pending the verification of the Oracle fix, I'll work on a 1.0.1 release with these changes this week. Derek On Sat, Aug 1, 2009 at 3:41 AM, JanWillem Tulp wrote: > > Hi Derek, > > you fix worked!! The schemifier has successfully created a table with > a column of type DOUBLE PRECISION. > > JanW

[Lift] Re: erro: MappedDouble is not mapped to 'double precision' datatype in PostgreSQL?

2009-08-01 Thread JanWillem Tulp
Hi Derek, you fix worked!! The schemifier has successfully created a table with a column of type DOUBLE PRECISION. JanWillem On Jul 31, 9:28 am, JanWillem Tulp wrote: > Thanks, yes, I'll try tomorrow and let you know! > > On Jul 29, 12:43 am, Derek Chen-Becker wrote: > > > > > OK, I've pushed

[Lift] Re: erro: MappedDouble is not mapped to 'double precision' datatype in PostgreSQL?

2009-07-31 Thread JanWillem Tulp
Thanks, yes, I'll try tomorrow and let you know! On Jul 29, 12:43 am, Derek Chen-Becker wrote: > OK, I've pushed 1.0.1-SNAPSHOT to the repo with something that should fix > the PostgreSQL stuff. Can you update your POM to 1.0.1-SNAPSHOT and try it? > > Thanks, > > Derek > > On Tue, Jul 28, 2009

[Lift] Re: erro: MappedDouble is not mapped to 'double precision' datatype in PostgreSQL?

2009-07-28 Thread Derek Chen-Becker
OK, I've pushed 1.0.1-SNAPSHOT to the repo with something that should fix the PostgreSQL stuff. Can you update your POM to 1.0.1-SNAPSHOT and try it? Thanks, Derek On Tue, Jul 28, 2009 at 11:40 AM, JanWillem Tulp wrote: > > Hi Derek, > > I am using liftweb version 1.0 > > Thanks! > > > > On Jul

[Lift] Re: erro: MappedDouble is not mapped to 'double precision' datatype in PostgreSQL?

2009-07-28 Thread JanWillem Tulp
Hi Derek, I am using liftweb version 1.0 Thanks! On Jul 27, 10:27 pm, Derek Chen-Becker wrote: > This looks like an issue with PostgreSQLDriver. The type should be "DOUBLE > PRECISION". What version of Lift are you using? Let me know and I'll put a > fix in the proper place. > > Derek > > On

[Lift] Re: erro: MappedDouble is not mapped to 'double precision' datatype in PostgreSQL?

2009-07-27 Thread Derek Chen-Becker
This looks like an issue with PostgreSQLDriver. The type should be "DOUBLE PRECISION". What version of Lift are you using? Let me know and I'll put a fix in the proper place. Derek On Sun, Jul 26, 2009 at 5:59 AM, JanWillem Tulp wrote: > > Still looking to find a solution for this, or at least w

[Lift] Re: erro: MappedDouble is not mapped to 'double precision' datatype in PostgreSQL?

2009-07-26 Thread JanWillem Tulp
Still looking to find a solution for this, or at least what causes this behavior. I am looking at the Liftweb source code, and see in the BaseMetaMapper trait a function called buildMapper that does some pattern matching on SQL column types (colType). Just for my understanding, why is there a matc