- 04 Jan, 2015 10 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
Update usage doc
Jan Aagaard Meier committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
- 03 Jan, 2015 1 commit
-
-
Mick Hansen committed
-
- 02 Jan, 2015 3 commits
-
-
Chris White committed
-
Chris White committed
-
Chris White committed
-
- 31 Dec, 2014 4 commits
-
-
Mick Hansen committed
-
Add unique keys check to postgres
Mick Hansen committed -
Mick Hansen committed
-
Tiago Ribeiro committed
-
- 30 Dec, 2014 1 commit
-
-
Prevent `log` options from being dumped to log
Mick Hansen committed
-
- 29 Dec, 2014 3 commits
-
-
Quote the name of unique indexes, and allow newlines in uniqe key names
Jan Aagaard Meier committed -
Jan Aagaard Meier committed
-
avoid cryptic errors by checking for transaction
Jan Aagaard Meier committed
-
- 27 Dec, 2014 1 commit
-
-
Without checking for this.transaction, a simple "access denied" error turns into the cryptic "cannot call commit on undefined" error.
Chris Dibbern committed
-
- 23 Dec, 2014 17 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
make UniqueConstraintError inherit ValidationError
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mark Wainwright committed
-
Unique constraint errors are in fact a different type of validation error, run on the database level. While important to make a destinction internally when we have encountered a UniqueConstraintError vs a normal ValidationError, on the user side they should be represented the same. This patch allows these exceptions to provide data in the same fashion making it easier to uniformly process the errors
Matt Broadstone committed -
Mick Hansen committed
-
Mick Hansen committed
-
…changes attributes alone), closes #2341
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-