You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create sql statement that prevents any writes to rows, but allow reads from the same rows.
I have found in select tests FOR UPDATE statements, but have not found for share tests. Also I did not find it in documentation or using google or search in issues of this repo.
Thus, it is highly likely, that pypika currenly have no this feature. So let's consider this issue as feature request.
Also, that is possible that I am mistaken, if so, please help me, how can I know about this feature.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello.
I want to create sql statement that prevents any writes to rows, but allow reads from the same rows.
I have found in select tests FOR UPDATE statements, but have not found for share tests. Also I did not find it in documentation or using google or search in issues of this repo.
Thus, it is highly likely, that pypika currenly have no this feature. So let's consider this issue as feature request.
Also, that is possible that I am mistaken, if so, please help me, how can I know about this feature.
Thanks in advance
The text was updated successfully, but these errors were encountered: