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

sql: make row_count() local to session #3829

Open
Korablev77 opened this issue Nov 21, 2018 · 0 comments
Open

sql: make row_count() local to session #3829

Korablev77 opened this issue Nov 21, 2018 · 0 comments
Labels
feature A new functionality sql
Milestone

Comments

@Korablev77
Copy link
Contributor

Currently, SQL function row_count() returns the number of rows affected by last statement. However, it is supposed to be global for all sessions. Suggestion is to make it local, i.e. return the number of rows affected by last statement only within current session.

@Korablev77 Korablev77 added the sql label Nov 21, 2018
@kyukhin kyukhin added the feature A new functionality label Dec 7, 2018
@kyukhin kyukhin added this to the 2.2.0 milestone Dec 7, 2018
@kyukhin kyukhin modified the milestones: 2.2.0, 2.3.0 Jun 6, 2019
@kyukhin kyukhin modified the milestones: 2.3.1, 2.4.0 Aug 6, 2019
@kyukhin kyukhin modified the milestones: 2.4.1, 2.5.1 Jan 23, 2020
@kyukhin kyukhin modified the milestones: 2.5.1, 2.6.1 Apr 10, 2020
@kyukhin kyukhin modified the milestones: 2.6.1, wishlist Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality sql
Projects
None yet
Development

No branches or pull requests

3 participants