Fields in CreatedUpdated trait could be open like the one in ProtoUser
too.
--
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to lif...@googlegroups.com.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
> On Wed, Oct 20, 2010 at 12:56 AM, adam00 <ada...@autograf.pl> wrote:
>
>> Fields in CreatedUpdated trait could be open like the one in ProtoUser
>> too.
>>
>
> I'll update this trait.
Would it be possible to split it into separate Created, Updated, and CreatedUpdated to conjoin them?
Cheers,
D
Cheers,
D
--
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to lif...@googlegroups.com.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
I ran into an issue with ProtoUser this morning that I think could be
considered a bug. It forces you to use primary keys that are the
typical auto incrementing integer.
This is fine for simple apps, but
Lift, I believe, is targeted as an extensible system...once you start
sharding your DB's auto incrementing integer keys just don't cut it.
Is there anyway to use ProtoUser as it stands with a primary string
key?
If not, can it be added?
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
This is great - when can we expect it to be in master? I don't know
the normal timeline on these sorts of things.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
--