Re: [Dbix-class] how to determine column is inflatable?

2009-01-30 Thread Peter Rabbitson
Carl Franks wrote: 2009/1/29 Ash Berlin ash_c...@firemirror.com: On 29 Jan 2009, at 22:03, Carl Franks wrote: Is it okay to use $result_source-column_info('name')-{_inflate_info} to test whether a column is inflatable / deflatable? It seems a bit too reliant on internals, to me. Or should

Re: [Dbix-class] Development version and DB2

2009-01-30 Thread David Baird
On 1/30/09, Peter Rabbitson rabbit+d...@rabbit.us wrote: Andreas Mock wrote: -Ursprüngliche Nachricht- Von: Peter Rabbitson rabbit+d...@rabbit.us Gesendet: 28.01.09 19:08:01 An: DBIx::Class user and developer list dbix-class@lists.scsys.co.uk Betreff: Re: [Dbix-class] Development

Re: [Dbix-class] how to determine column is inflatable?

2009-01-30 Thread Ash Berlin
On 30 Jan 2009, at 08:56, Carl Franks wrote: 2009/1/29 Ash Berlin ash_c...@firemirror.com: On 29 Jan 2009, at 22:03, Carl Franks wrote: Is it okay to use $result_source-column_info('name')- {_inflate_info} to test whether a column is inflatable / deflatable? It seems a bit too reliant on

Re: [Dbix-class] how to determine column is inflatable?

2009-01-30 Thread Carl Franks
2009/1/30 Ash Berlin ash_c...@firemirror.com: On 30 Jan 2009, at 08:56, Carl Franks wrote: 2009/1/29 Ash Berlin ash_c...@firemirror.com: On 29 Jan 2009, at 22:03, Carl Franks wrote: Is it okay to use $result_source-column_info('name')-{_inflate_info} to test whether a column is inflatable

Re: [Dbix-class] how to determine column is inflatable?

2009-01-30 Thread Felix Antonius Wilhelm Ostmann
Carl Franks schrieb: 2009/1/30 Ash Berlin ash_c...@firemirror.com: On 30 Jan 2009, at 08:56, Carl Franks wrote: 2009/1/29 Ash Berlin ash_c...@firemirror.com: On 29 Jan 2009, at 22:03, Carl Franks wrote: Is it okay to use

Re: [Dbix-class] Development version and DB2

2009-01-30 Thread Jess Robinson
Hi Andreas, On Wed, 28 Jan 2009, Andreas Mock wrote: Hi all, I'm new to DBIx::Class and took the current development version as I saw that there a some topics fixed since the last stable build. I ran the test scripts against a DB2 V9.1. While all tests seem fine (if DB2 tests are skipped) I

Re: [Dbix-class] Development version and DB2

2009-01-30 Thread Andreas Mock
-Ursprüngliche Nachricht- Von: Jess Robinson casta...@desert-island.me.uk Gesendet: 30.01.09 17:10:07 An: DBIx::Class user and developer list dbix-class@lists.scsys.co.uk Betreff: Re: [Dbix-class] Development version and DB2 Thanks for that, I've reproduced it with my copy of DB2

[Dbix-class] joined table aliases

2009-01-30 Thread Byron Young
Hi, I've run into a problem with constructing queries with joins in DBIC. I have a page in my Catalyst app where you can view the contents of a DB table, and I'm building a 'Filter Results' box in the page so you can search the table. My code takes the values of the Filter form and generates

[Dbix-class] RE: joined table aliases

2009-01-30 Thread Byron Young
Byron Young wrote on 2009-01-30: Hi, [snip] As you can see, hostname_2.name is not included as a column and it's not searched on. Is there a good way to get around this? Thanks, Byron I did some more searching through the list archives and found this thread from Oct 2007: