Conversation
There was a problem hiding this comment.
The general convention is to use {} braces in if/else statements.
There was a problem hiding this comment.
Right, I guess that's safer to always use them. Will update.
|
Style changed applied. I've updated the comments too. Is this too much, or just right? |
I think it's a bit too much now (previous comment was enough). Also - changing the comment is not quite in sync with the title of the last commit. |
|
Ok. I'll update. What I was hinting at was that also we can't use But the comments might be confusing. I'll update it to the first original text. |
|
Basically - setObject without extra args is simpler that the other overrides with extra args. So I suppose that's why we prefer it instead of other longer options. |
|
Updated. I've reused the commit comment from the first commit as the title and added sub text. Do you chaps have any standards for commit comments? |
There was a problem hiding this comment.
else should be on same line as if's closing brace: http://web.archive.org/web/20090806170521/http://java.sun.com/docs/codeconv/html/CodeConventions.doc6.html#449
No hard standard right now but the message should describe the change in the commit. E.g. it should help to understand what's going on when you look at https://github.com/dbfit/dbfit/pull/322/commits |
|
Since most commits after 1st one here are not something new but are fix-ups on top of the initial one: it's good to squash them in single commit. |
Besides that, looks good to me. |
I've tied
I can't
And if I Can I still rebase now I've pushed the first 3 commits? |
|
I think your rebase was OK. But after that, since it indeed rewrites history, the way to push is via |
|
Right, I think I've finally got it right. |
|
👍 |
…ables Handle nulls in fixture tables using setNull to fix Teradata failures
This change fixes some of the
nullhanding issues with the Teradata adapter.This also allows us to use the
CoreTestssuite as there are nonullparameters (set viaSet Parameter) used.Partially resolves #318.