Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Merge pull request #22 from azaikin/query-url" #25

Conversation

Sovianum
Copy link

This reverts commit 1d0076b, reversing
changes made to 7cb83a2.

В read-only запросах текст запроса передается через тело запроса, а не через урл.

This reverts commit 1d0076b, reversing
changes made to 7cb83a2.
errors.go Outdated
@@ -16,7 +16,7 @@ var (
ErrNoRowsAffected = errors.New("no RowsAffected available")
)

var errorRe = regexp.MustCompile(`(?s)Code: (\d+),.+DB::Exception: (.+),.*`)
var errorRe = regexp.MustCompile(`Code: (\d+),.+DB::Exception: (.+),.*`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

вот тут наверное можно оставить как есть.

@bgaifullin bgaifullin merged commit 4e13d24 into mailru:hotfix-1.0 Jul 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants