DPineault

Results 4 comments of DPineault

I'm not sure what I can add. I had an existing MVC based on a table which worked fine using `$model->save(false)` After adding a RowVersion column (named it RV in...

I'm pretty sure I did that already, but I will try again and post back. It will take me a day or 2 though. Thank you for the suggestion.

> set `Version timestamp DEFAULT 0` You can't DEFAULT a timestamp column. "Defaults cannot be created on columns of data type timestamp."

I was having issues as well. I ended up completely removing calcinai/xero-php `composer remove calcinai/xero-php` and then reinstalled it `composer require calcinai/xero-php` that seemed to resolve my immediate issue. Also...