Re: [Dbix-class] InflateColumn::Markup::Unified inflates columns that use a markup language

2009-09-30 Thread Jose Luis Martinez
Hi, Nice module! Anyway, I'd really like to get any ideas, suggestions and complaints you may have. If you want support for another markup language, I'll be glad to add it. My two suggestions: 1 - I would make the column to get the markup language from configurable. It seems like it can

Re: [Dbix-class] InflateColumn::Markup::Unified inflates columns that use a markup language

2009-09-30 Thread Alexander Hartmaier
Am Mittwoch, den 30.09.2009, 12:45 +0200 schrieb Bernhard Graf: Jose Luis Martinez schrieb: 2- I see that the Markup::Unified module requires, uses, and makes an instance of the three markup modules that are supported. IMHO, I don't think this is a good long-term strategy if you are

[Dbix-class] Please beta test Sybase support

2009-09-30 Thread Rafael Kitover
Features: * operation with and without placeholders * placeholders support with safe last_insert_id * mostly complete and transparent support for TEXT/IMAGE columns * complete FreeTDS support (though openclient DBD::Sybase is better) * ::InflateColumn::DateTime support * Bulk API -populate support

[Dbix-class] Why does this fail?

2009-09-30 Thread fREW Schmidt
Hey guys, So we have this search that only seems to work with searches of 3 characters or less. I am really at quite a loss as to what the deal is. Here is the code we are running that fails: $user-subscription('FRIOUX')-limitations; Here are the result classes (User and Subscription) that

[Dbix-class] Re: Why does this fail?

2009-09-30 Thread fREW Schmidt
Ok, so I'm fairly convinced this is a DBD::ADO issue. We actually *can* reproduce this with dbi, but only if we do select *. if we do select foo, bar, baz it /fails/ If anyone knows where we should look next please let us know. In the meantime we're probably gonna do a ghetto solution with

Re: [Dbix-class] Re: Using Storable with DBIx::Class - Can't locate object method result_source_instance

2009-09-30 Thread Wallace Reis
On Wed, Sep 30, 2009 at 1:10 PM, Bill Moseley mose...@hank.org wrote: $VERSION = '0.08111'; Ok, starting simple, what's the correct way to store and retrieve dbic row objects from Storable? Unable to restore schema at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/thaw.al)

Re: [Dbix-class] Re: Using Storable with DBIx::Class - Can't locate object method result_source_instance

2009-09-30 Thread Bill Moseley
On Wed, Sep 30, 2009 at 3:00 PM, Wallace Reis reis.wall...@gmail.comwrote: Unable to restore schema at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/thaw.al) line 415 calling -cds on deserialized object Can't call method source on an undefined value at