Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

commit=True by default in PostgresNode.execute() and document it.#28

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
funbringer merged 1 commit intopostgrespro:masterfromarssher:master
Nov 16, 2017

Conversation

arssher
Copy link
Contributor

Old default could lead to astonishing "where are my damned rows?" emotions.

funbringer reacted with thumbs up emoji
Old default could lead to astonishing "where are my damned rows?" emotions.
@codecov-io
Copy link

codecov-io commentedNov 16, 2017
edited
Loading

Codecov Report

Merging#28 intomaster willnot change coverage.
The diff coverage is100%.

Impacted file tree graph

@@           Coverage Diff           @@##           master      #28   +/-   ##=======================================  Coverage   93.79%   93.79%           =======================================  Files           4        4             Lines         773      773           =======================================  Hits          725      725             Misses         48       48
Impacted FilesCoverage Δ
testgres/testgres.py92.14% <100%> (ø)⬆️

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last updateaaf73ff...5f57cb6. Read thecomment docs.

@@ -962,7 +962,7 @@ def poll_query_until(self,

raise TimeoutException('Query timeout')

def execute(self, dbname, query, username=None, commit=False):
def execute(self, dbname, query, username=None, commit=True):
Copy link
Collaborator

Choose a reason for hiding this comment

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

@ildus, @gsmol,@sfalkon, у вас есть тесты, которые завязаны наcommit=False по умолчанию?

Copy link
Collaborator

Choose a reason for hiding this comment

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

@funbringer у меня нет, тем более я всегда делал вручную, без параметра

Choose a reason for hiding this comment

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

Нет таких

@funbringer
Copy link
Collaborator

Nice one, thanks!

@funbringerfunbringer merged commita1ac4fb intopostgrespro:masterNov 16, 2017
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ildusildusildus left review comments

@funbringerfunbringerfunbringer left review comments

@sfalkonsfalkonsfalkon left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

5 participants
@arssher@codecov-io@funbringer@ildus@sfalkon

[8]ページ先頭

©2009-2025 Movatter.jp