-
Notifications
You must be signed in to change notification settings - Fork 0
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
Druga faza #4
base: master
Are you sure you want to change the base?
Druga faza #4
Conversation
…lasi QueryHandler
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Imate još da učite
returnval = "" | ||
input = json.loads(jsonInput) | ||
# print(input) ## da vidimo da je sve okej i sta je query, samo test print za sad | ||
# eval( "__" + input["type"] + "__" ) ### evo eval da bane ima sta da hakuje |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nemojte komitovati komentarisani kod
|
||
# bez switch-a zbog verzije pythona | ||
if funkcija == "create": | ||
returnval = self.__create__(tabela) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
treba samo za dunder metode da se koristi, ne za sve
Uradjena i testirana druga faza