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

Fix SQL queries numbering in test failure output #2340

Closed
wants to merge 1 commit into from
Closed

Fix SQL queries numbering in test failure output #2340

wants to merge 1 commit into from

Conversation

guilliamxavier
Copy link
Contributor

For example if the DebugStack SQL logger contains 3 queries, then we want an output like this:

3. <query 3>
2. <query 2>
1. <query 1>

not like that:

4. <query 3>
3. <query 2>
2. <query 1>

For example if the DebugStack SQL logger contains 3 queries, then we want an output like this:
```
3. <query 3>
2. <query 2>
1. <query 1>
```
not like that:
```
4. <query 3>
3. <query 2>
2. <query 1>
```
deeky666 added a commit that referenced this pull request Jun 3, 2016
Fix SQL queries numbering in test failure output
@deeky666
Copy link
Member

deeky666 commented Jun 3, 2016

Merged manually via b4e15f2

Thanks!

@deeky666 deeky666 closed this Jun 3, 2016
@deeky666 deeky666 added this to the 2.6 milestone Jun 3, 2016
@deeky666 deeky666 self-assigned this Jun 3, 2016
@guilliamxavier guilliamxavier deleted the patch-1 branch June 9, 2016 12:17
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants