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 <[email protected]> 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
>
>
>

Reply via email to