[Lift] Re: Is something up with applying By to a MappedBoolean?

2009-06-22 Thread Derek Chen-Becker
I was starting to look at this (and the MappedStringIndex issue) but I'm swamped with my day job right now. Please open an issue and I'll look at it hopefully in the next week or two. Derek On Fri, Jun 19, 2009 at 2:02 PM, David Pollak wrote: > Please open a ticket at http://github.com/dpp/lift

[Lift] Re: Is something up with applying By to a MappedBoolean?

2009-06-19 Thread David Pollak
Please open a ticket at http://github.com/dpp/liftweb/issues I know Derek has closed a fair number of related tickets. Also, please make sure you're using 1.1-SNAPSHOT On Fri, Jun 19, 2009 at 12:56 PM, E. Biggs wrote: > > an indication at this point that somebody cares about this besides me > w

[Lift] Re: Is something up with applying By to a MappedBoolean?

2009-06-19 Thread E. Biggs
an indication at this point that somebody cares about this besides me would be like gold At this point, I'm assuming it's a bug and am fumbling through the mapping code which is taking me a bit of time to understand --~--~-~--~~~---~--~~ You received this

[Lift] Re: Is something up with applying By to a MappedBoolean?

2009-06-15 Thread E. Biggs
Any Ideas? I've tried distilling this down to just a most basic example: object BoolTest extends BoolTest with KeyedMetaMapper[Long, BoolTest] { override def dbTableName = "BoolTest" override def fieldOrder = id :: testField :: Nil } class BoolTest extends KeyedMapper[Long, BoolTest] { de

[Lift] Re: Is something up with applying By to a MappedBoolean?

2009-06-04 Thread E. Biggs
here's my derby log: Cannot find the network server class, org.apache.derby.impl.drda.NetworkServerControlImpl. Your class path should contain derbynet.jar. 2009-06-03 02:18:26.023 GMT: Booting Derby version The Apache Software Fou

[Lift] Re: Is something up with applying By to a MappedBoolean?

2009-06-03 Thread Timothy Perrett
Is there an exception? If so could you post the entire trace? Cheers, Tim On Jun 3, 3:24 am, "E. Biggs" wrote: > When I try to apply By to a MappedBoolean like so: > > Table.findAll(By(Table.booleanField, false)); derby is unhappy and > bombs out on some sql with this kind of where clause: > >