On Wed, Apr 22, 2009 at 3:20 PM, Derek Chen-Becker <dchenbec...@gmail.com>wrote:

> Crud. This is going to require some changes to MetaMapper. Derby is very
> unhappy if you send an Array[Byte] to a BLOB column. Derby also happens to
> be the only DB that I can find with such a small limit on varbinary :(.


I think that's why we used what we did.  I'm not hyper-keen on spending a
ton of time on Derby, especially when H2 provides all the same
features/power.


>
>
> Derek
>
>
> On Wed, Apr 22, 2009 at 3:11 PM, Derek Chen-Becker 
> <dchenbec...@gmail.com>wrote:
>
>> Of course! I just didn't want to break it if there was a reason we didn't
>> use it.
>>
>> Derek
>>
>>
>> On Wed, Apr 22, 2009 at 2:57 PM, David Pollak <
>> feeder.of.the.be...@gmail.com> wrote:
>>
>>> Dunno... care to fix it? :-)
>>>
>>>
>>> On Wed, Apr 22, 2009 at 1:40 PM, Derek Chen-Becker <
>>> dchenbec...@gmail.com> wrote:
>>>
>>>> The DerbyDriver object has the binaryColumnType set to "LONG VARCHAR FOR
>>>> BIT DATA" instead of BLOB. Is there a specific reason why we're not using
>>>> BLOB there like we do with other drivers? Our PocketChange example app runs
>>>> into an exception with the current Derby config because you can attach
>>>> images to a Mapper entity that is larger than what LONG VARCHAR can handle.
>>>>
>>>> Thanks,
>>>>
>>>> Derek
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Lift, the simply functional web framework http://liftweb.net
>>> Beginning Scala http://www.apress.com/book/view/1430219890
>>> Follow me: http://twitter.com/dpp
>>> Git some: http://github.com/dpp
>>>
>>>
>>>
>>
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Git some: http://github.com/dpp

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to