[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 dchenbec...@gmail.com 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 janwillem.t...@gmail.comwrote

[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 janwillem.t...@gmail.com wrote: Thanks, yes, I'll try tomorrow and let you know! On Jul 29, 12:43 am, Derek Chen-Becker dchenbec

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

2009-07-31 Thread JanWillem Tulp
, Jul 28, 2009 at 11:40 AM, JanWillem Tulp janwillem.t...@gmail.comwrote: Hi Derek, I am using liftweb version 1.0 Thanks! On Jul 27, 10:27 pm, Derek Chen-Becker dchenbec...@gmail.com wrote: This looks like an issue with PostgreSQLDriver. The type should be DOUBLE PRECISION

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

2009-07-28 Thread JanWillem Tulp
. Derek On Sun, Jul 26, 2009 at 5:59 AM, JanWillem Tulp janwillem.t...@gmail.comwrote: 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

[Lift] Re: url rewrite subdomain?

2009-07-26 Thread JanWillem Tulp
subdomains mapped to the same IP address and want to discriminate them? Br's, Marius On Jul 26, 1:22 am, JanWillem Tulp janwillem.t...@gmail.com wrote: Hi all, most examples I have seen about Lift URL rewriting are about the path of the URL, the part that comes after the hostname

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

2009-07-26 Thread JanWillem Tulp
is there a 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 janwillem.t...@gmail.com wrote: Hi all, I'm not sure that I am missing something here, but the Schemifier cannot create a table for a model class

[Lift] Re: url rewrite subdomain?

2009-07-26 Thread JanWillem Tulp
. 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 inherently breaking changes. Br's, Marius On Jul 26, 2:02 pm, JanWillem Tulp janwillem.t...@gmail.com wrote: Yeah, Marius, you're right. I was just

[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 timo...@getintheloop.eu 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, JanWillem Tulp

[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] how to create a dynamic form in lift?

2009-07-23 Thread JanWillem Tulp
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 email to liftweb

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

2009-07-23 Thread JanWillem Tulp
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 Tulp janwillem.t...@gmail.com wrote: Hi community, I was wondering: what is a nice and efficient way to do