Thanks Luiz, I didn't realize about that, so I will have it on my mind
fore the future :)

Anyway, I tried cleaning and disabling the cache and still have no luck.

As I said I think it has more to be with column's specification, but I
don't know how to get rid of it.


El lun, 12-04-2010 a las 08:42 -0300, Luiz Damim escribió:
> Are you caching the table metadata?
> 
> I'm using caching and this happens to me when I add/remove columns
> from the table.
> 
> Try cleaning the cache, this solves the problem.
> 
> On Mon, Apr 12, 2010 at 8:09 AM, Alayn Gortazar <al...@irontec.com>
> wrote:
>         Hi there,
>         
>         I'm trying to reconnect to a previously serialized row, but it
>         throws me
>         the next exception:
>         "The specified Table does not have the same columns as the
>         Row"
>         
>         The confliction DbTable instance has the next declared col
>         which I think
>         is the reason for not being able to reconnect:
>         
>         protected $_cols = array(
>                ...
>                'birth_date' => 'UNIX_TIMESTAMP(birth_date)',
>                ...
>         );
>         
>         Is there anyway to bypass this check or I should declare that
>         col in any
>         another way??
>         
>         --
>         Alayn Gortazar
>         Irontec, Internet y Sistemas sobre GNU/LinuX -
>         http://www.irontec.com
>         +34 94.404.81.82
>         
>         
> 

-- 
Alayn Gortazar
Irontec, Internet y Sistemas sobre GNU/LinuX - http://www.irontec.com
+34 94.404.81.82


Reply via email to