[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: > > > >

[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: >

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

2009-07-31 Thread JanWillem Tulp
rek > > On Tue, Jul 28, 2009 at 11:40 AM, JanWillem Tulp > wrote: > > > > > > > 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 P

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

2009-07-28 Thread JanWillem Tulp
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 what causes > > this behavior. I am looking at the Liftweb source code, and see in the > > BaseM

[Lift] Re: url rewrite subdomain?

2009-07-26 Thread JanWillem Tulp
Seems like you have an article for all of my questions, Timothy ;) Thanks!! On Jul 26, 2:37 pm, Timothy Perrett wrote: > JanWillem, > > You might find this article I wrote on URL rewriting helpful:http://is.gd/wq4K > > Cheers, Tim > > On 26/07/2009 13:10, &q

[Lift] Re: url rewrite subdomain?

2009-07-26 Thread JanWillem Tulp
ype: RequestType, httpRequest: HttpServletRequest) > > .. now you would be able to pattern match by hostname fragments etc. > > This is just A WAY to make things easier for your usecase but to make > it happen we need committers consensus as this implies API change and > inherent

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

2009-07-26 Thread JanWillem Tulp
match for almost any of the basic SQL types, but not for Types.DOUBLE? Has anyone else run into this problem? On Jul 26, 1:34 am, JanWillem Tulp wrote: > Hi all, > > I'm not sure that I am missing something here, but the Schemifier > cannot create a table for a model class that c

[Lift] Re: url rewrite subdomain?

2009-07-26 Thread JanWillem Tulp
ving multiple > > subdomains mapped to the same IP address and want to discriminate > > them? > > > Br's, > > Marius > > > On Jul 26, 1:22 am, JanWillem Tulp wrote: > > > > Hi all, > > > > most examples I have seen about Lift URL rew

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

2009-07-25 Thread JanWillem Tulp
Hi all, I'm not sure that I am missing something here, but the Schemifier cannot create a table for a model class that contains an object that extends from MappedDouble. This is the Lift code: class MeasureValue extends LongKeyedMapper[MeasureValue] with IdPK { def getSingleton = MeasureValue

[Lift] url rewrite subdomain?

2009-07-25 Thread JanWillem Tulp
: http://myaccount.example.com so that it maps to something similar to http://www.example.com?account=myaccount And is URL rewriting for subdomains always possible, or are there some prerequisities from a hosting company or something? Thanks! JanWillem Tulp

[Lift] Re: how to create a dynamic form in lift?

2009-07-23 Thread JanWillem Tulp
nput > field, associate your field function and return the JS back to client > which will add the input field to your form. Hence when you are > submitting the form, all your bound functions will be executed. > > Br's, > Marius > > On Jul 23, 10:34 am, JanWillem Tu

[Lift] how to create a dynamic form in lift?

2009-07-23 Thread JanWillem Tulp
e you understand my question, and that you have some good suggestions. Thanks! JanWillem Tulp I hope that y --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send e