-
Notifications
You must be signed in to change notification settings - Fork 75
Conversation
I think the 'WIP' suggests to do the code review only once the PR is complete, right? |
@cznic not really, mostly each commit is independent, and you can review as new commits comes in. Only merging has to wait until it is complete. It will be really helpful to me if we review as I add new features so that by the end I wont have duplicate efforts for the case when I make bad choices. For Instance, your feedback on the commits which add NamedArg support, can help clear that feature. I intend to work on adding support for canceling queries, which will probably cover the rest of go1.8 features. |
Okay, thanks for letting me know. The plan is to clear the codereview queue this evening. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for 94b9de5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small change please in e1046c1
driver1.8.go
Outdated
@@ -0,0 +1,74 @@ | |||
//+build go1.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you.
Thanks. I will now see how I can introduce |
@cznic neat trick [OFFTOPIC] effectively testing the query cancelation I have to slow down queries, in postgres they use I already laid out the groundwork for supporting something like I will submit a separate PR for the function |
@cznic Can we just merge these changes? I have hit a wall trying to make queries cancelable. When we come up with a way to halt execution maybe someone can pick it up from there. |
Yes. |
This will eventually close #141`