Re: [Dbix-class] InflateColumn::DateTime, inheritance, and insert/delete problems

2009-03-11 Thread Peter Rabbitson
Steve Caldwell wrote: Consider the following script: #!/usr/bin/perl use strict; use warnings; # mysql # create database foo; # create table foo.tblfoo ( # fooid integer not null auto_increment, # mydate datetime, # primary key (fooid) # ); # grant all

Re: [Dbix-class] Pagination Troubles

2009-03-11 Thread Jess Robinson
On Thu, 5 Feb 2009, fREW Schmidt wrote: Hi all! I am trying to paginate some results and I need to get the count of the full results. I tried to use count and that only gives the amount that are in the current result set. I tried to do this:

Re: [Dbix-class] Patch submission: Relationship Accessor for null pattern compatibility

2009-03-11 Thread Peter Rabbitson
David Ihnen wrote: When working with the null pattern classes from Mr. Rabbitson, I discovered this slight ommission that results in getting an undefined, when you're actually wanting a null. That is, even when something is not true, I still want it! It should be entirely backwards