Re: [Dbix-class] fetching a column value directly

2013-11-03 Thread Lars Dɪᴇᴄᴋᴏᴡ
Your code is correct. `search` may return several results, so you must either iterate over them or assign/do something with all the results, e.g. -search(…)-all returns a list of Host resultrow objects. If you are sure the hosts is unique and therefore `search` will only find one result, you

Re: [Dbix-class] the apparent complexity of it all

2013-04-04 Thread Lars Dɪᴇᴄᴋᴏᴡ
New patches on top of https://github.com/daxim/dbix-class/commits/master. I wonder whether this should not mention DBIx::Class::Schema::Loader from the start. With 974c7e5, the synopsis then has such a mention. hope we get some feedback from other folk versed in doc-writing I got valuable

Re: [Dbix-class] the apparent complexity of it all

2013-03-24 Thread Lars Dɪᴇᴄᴋᴏᴡ
Pardon me for making a new top-level branch in this thread, I want to reply to several messages at once. Mike South ✍: put a start on github and send us the url. https://github.com/daxim/dbix-class/commits/master I will work with you on the usability testing Find a Perl programmer that knows

[Dbix-class] the apparent complexity of it all

2013-02-24 Thread Lars Dɪᴇᴄᴋᴏᴡ
This is a follow-up to http://blogs.perl.org/users/ross_attrill/2013/02/dbixdatamodel---elegant-database-interaction-with-perl.html#comment-367206. Peter Rabbitson ✍: Steven Haryanto ✍: One of the things that keeps preventing me from using DBIC (and thus so far I use raw DBI/SQL) is the