Re: Don't save anything if error on save method

2016-04-19 Thread Michal Petrucha
On Tue, Apr 19, 2016 at 01:12:13AM -0700, elcaiaimar wrote: > Hello, > > I' ve an application where I upload a CSV file and save all its rows in a > database. This is ok, but, at the moment, when I upload the file and it > exists some error on it, it saves all rows until the wrong row. What I wa

Don't save anything if error on save method

2016-04-19 Thread elcaiaimar
Hello, I' ve an application where I upload a CSV file and save all its rows in a database. This is ok, but, at the moment, when I upload the file and it exists some error on it, it saves all rows until the wrong row. What I want to achieve is that if there is an error when I save, don't save an