Search Discussions
-
Hi, I've seen examples of searching in a database using the LIKE operator like: $rs = $rs- search( { name = { -like = "%$name%" }, } ); It doesn't look to be very secure to quote the variable $name ...
Octavian Rasnita
Oct 8, 2012 at 7:49 am
Oct 9, 2012 at 8:04 am -
I have a Postgres table with a timestamp field that defaults to the current time: CREATE TABLE "notes" ( "id" SERIAL PRIMARY KEY NOT NULL, "note" TEXT, "created" TIMESTAMP NOT NULL DEFAULT ...
Robert Rothenberg
Oct 30, 2012 at 12:47 pm
Oct 30, 2012 at 1:06 pm -
I'm running ActivePerl v5.16.1 on Win2008 R2 x64. Anyone see the below error message before? Running same script on x86 machine produces no such error. P:\test perl "test.pl" Can't locate object ...
Paul Rogers
Oct 10, 2012 at 3:26 am
Oct 11, 2012 at 2:58 pm -
I am only intending to update a column in a row based on 'item' value. Item value is unique constraint column. DBIx code: $schema- resultset('Itemlist')- update( { item = $item, item_comment = ...
Rajeev Prasad
Oct 4, 2012 at 12:22 am
Oct 4, 2012 at 4:45 pm -
Hi, yesterday I have released the initial version of DBIx::Table::TestDataGenerator, see http://search.cpan.org/~jds/DBIx-Table-TestDataGenerator-0.001/ Its goal is to support testing database ...
José Diaz Seng
Oct 29, 2012 at 9:58 pm
Oct 30, 2012 at 9:38 am -
Dear DBIx-Class mailing list Hereby we'd like to inform you about a new package related to DBIx::Class. Its objective is to bring efficient and convenient methods for dealing with Lookup Tables. We ...
Uro shima
Oct 18, 2012 at 8:35 am
Oct 18, 2012 at 10:33 am -
this straight lift from documentation is not working. what could i be doing wrong? my @all_artists = $schema- resultset('Artist')- search(undef, { columns = [qw/name artistid/], }); my query is: my ...
Rajeev Prasad
Oct 16, 2012 at 11:27 pm
Oct 17, 2012 at 4:43 am -
Hello All, I've just shipped a dev rel that fixes the menagerie of fun issues we got with the previous release and SQLite on various configurations. Assuming we don't get black smoke in the next day ...
fREW Schmidt
Oct 15, 2012 at 2:17 pm
Oct 15, 2012 at 2:54 pm -
Dear All, I have bit of SQL (mysql) which joins three tables to get all the records form the first table and sums from the 2 remaining tables. The SQL looks like: select t1.*, t2_total, t3_total from ...
Scott
Oct 5, 2012 at 10:02 am
Oct 5, 2012 at 4:41 pm -
Hi, I would like to inflate a column value from json to perl-Hash , but only if another column has a certain value. Do I have acces to the whole fetched row from within inflate_colum ? Rolf ...
Rolf Schaufelberger
Oct 29, 2012 at 5:47 pm
Oct 30, 2012 at 2:35 am -
Greetings! We have found out that the number of CachedKids hash elements becomes too big during the life cycle of the DBIx::Class object. How can we limit it to avoid memory usage growth? Thank you! ...
Dmitry Belyavsky
Oct 26, 2012 at 7:26 am
Oct 26, 2012 at 7:30 am -
I have a legacy database that has Date type data in the local timezone rather than UTC. As such I have these statements in my class definitions: "creation_date", { data_type = "DATE", timezone = ...
Neil.lunn
Oct 17, 2012 at 1:34 pm
Oct 18, 2012 at 12:39 am -
Hello, I guess a very basic question. In the following example: from http://search.cpan.org/~mstrout/DBIx-Class-0.08202/lib/DBIx/Class/ResultSet.pm my @cds = $cd_rs- search({ year = 2001 }); # ".. ...
Rajeev Prasad
Oct 9, 2012 at 2:57 pm
Oct 9, 2012 at 3:13 pm -
I've just released Search::Query::Dialect::DBIxClass to CPAN [1]. It uses Search::Query to parse a query string and transforms it into a hashref than can be passed to $rs- search(_rs). The ...
Alexander Hartmaier
Oct 29, 2012 at 3:53 pm
Oct 29, 2012 at 3:53 pm -
Ok, this release has what 0.08202_01 had in it; so it should fix the SQLite connection regressions on all platforms. -- fREW A non-text attachment was scrubbed... Name: signature.asc Type ...
fREW Schmidt
Oct 18, 2012 at 6:33 pm
Oct 18, 2012 at 6:33 pm -
I fail to implement the following scenario properly with DBIC -) There are Users. -) A User has_many Tests. -) A Test has_many Steps. -) Steps have a 'type' attribute. -) A Step of type 'SubTest' ...
David Schmidt
Oct 16, 2012 at 6:37 pm
Oct 16, 2012 at 6:37 pm -
Hi all - I'm trying to install the latest version of DBIx::Class via cpanm. I'm running perl 5.14 under Ubuntu 12.04. The installation fails with: -- Working on DBIx::Class Fetching ...
Alan Humphrey
Oct 6, 2012 at 4:40 am
Oct 6, 2012 at 4:40 am
Group Overview
group | dbix-class |
categories | perl, catalyst |
discussions | 17 |
posts | 48 |
users | 27 |
website | dbix-class.org |
irc | #dbix-class |
27 users for October 2012
Archives
- June 2016 (4)
- May 2016 (10)
- April 2016 (6)
- March 2016 (7)
- February 2016 (2)
- January 2016 (13)
- December 2015 (3)
- November 2015 (10)
- October 2015 (18)
- September 2015 (17)
- August 2015 (9)
- July 2015 (9)
- June 2015 (6)
- May 2015 (16)
- April 2015 (37)
- March 2015 (20)
- February 2015 (77)
- January 2015 (8)
- December 2014 (40)
- November 2014 (22)
- October 2014 (32)
- September 2014 (9)
- August 2014 (26)
- July 2014 (14)
- June 2014 (17)
- May 2014 (16)
- April 2014 (38)
- March 2014 (5)
- February 2014 (30)
- January 2014 (72)
- December 2013 (25)
- November 2013 (29)
- October 2013 (13)
- September 2013 (18)
- August 2013 (33)
- July 2013 (23)
- June 2013 (53)
- May 2013 (61)
- April 2013 (97)
- March 2013 (48)
- February 2013 (37)
- January 2013 (82)
- December 2012 (63)
- November 2012 (65)
- October 2012 (48)
- September 2012 (63)
- August 2012 (69)
- July 2012 (110)
- June 2012 (91)
- May 2012 (48)
- April 2012 (17)
- March 2012 (23)
- February 2012 (50)
- January 2012 (73)
- December 2011 (22)
- November 2011 (28)
- October 2011 (89)
- September 2011 (58)
- August 2011 (46)
- July 2011 (59)
- June 2011 (32)
- May 2011 (51)
- April 2011 (60)
- March 2011 (37)
- February 2011 (61)
- January 2011 (76)
- December 2010 (66)
- November 2010 (53)
- October 2010 (62)
- September 2010 (29)
- August 2010 (86)
- July 2010 (78)
- June 2010 (79)
- May 2010 (95)
- April 2010 (103)
- March 2010 (66)
- February 2010 (90)
- January 2010 (124)
- December 2009 (117)
- November 2009 (71)
- October 2009 (75)
- September 2009 (94)
- August 2009 (86)
- July 2009 (180)
- June 2009 (158)
- May 2009 (194)
- April 2009 (147)
- March 2009 (153)
- February 2009 (161)
- January 2009 (113)
- December 2008 (30)
- November 2008 (127)
- October 2008 (193)
- September 2008 (97)
- August 2008 (92)
- July 2008 (198)
- June 2008 (123)
- May 2008 (147)
- April 2008 (136)
- March 2008 (135)
- February 2008 (207)
- January 2008 (235)
- December 2007 (109)
- November 2007 (123)
- October 2007 (203)
- September 2007 (182)
- August 2007 (113)
- July 2007 (201)
- June 2007 (273)
- May 2007 (451)
- April 2007 (179)
- March 2007 (107)
- February 2007 (50)
- January 2007 (262)
- December 2006 (172)
- November 2006 (277)
- October 2006 (200)
- September 2006 (236)
- August 2006 (239)
- July 2006 (241)
- June 2006 (315)
- May 2006 (230)
- April 2006 (202)
- March 2006 (261)
- February 2006 (202)
- January 2006 (213)
- December 2005 (88)
- November 2005 (112)
- October 2005 (30)
- September 2005 (49)
- August 2005 (89)
- July 2005 (43)