-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Pyodbc-azure unique key error #140
Comments
For transactioner_id, it is taking value as None instead of auth_user.id |
So, i edited the columns it was giving error on from table. Now , i am getting new error, Incorrect syntax near 'cte'. Incorrect syntax near ','. What is the meaning of this? And how to resolve this? |
Where can I find the code description for get_available_approvals method? It seems it is not able to get object from transitionapproval table for the user. |
One more error i got with cte was, SQL Server Error, “Invalid usage of the option FIRST in the FETCH statement.Incorrect syntax near 'cte'. Incorrect syntax near ','. " |
Hi, |
I am not promising anything but at least we have a ticket ( #141 ) for this which you can follow; |
Yeah, appreciate you updating about it. I was thinking the same that it doesn't support, because of errors. Thank you . |
Hi, I just want your thoughts on this. My requirement is to use river for api only. So, If I can host my project data on sql server and Workflow data on sqlite db. Do you think, it will work? |
Also, how much is river customizable. I am not using Django user instead my own user table. Also, transition and transition approval table will be populated using code in views.py in my case,since I will be reading data from react ui and then populate it. Will that work? |
The only dependency of djangor-river with your data model is that your model contains a state field that is a foreign key to django-river's |
django-river uses the given user model that is specified with |
Hi again @PS-CR7 , I think But it is not merged yet and it is definitely up for testing. It is on a branch named |
This problem should go away after version 3.2.0 which has already been published. Try it out and report if you observe any new problems |
Hi, I am facing the same issue as #45. Whenever i am trying to add new ticket, I am getting error ,Violation of UNIQUE KEY constraint 'UQ__river_tr_6fe987667dhdjsj008'. Cannot insert duplicate key in object 'dbo.river.transitionapproval'. The duplicate key value is (). I am using River 3.0.0,Pyodbc-azure 2.1.0.0.
Whats the solution for this??
The text was updated successfully, but these errors were encountered: