-
- Downloads
[ABW]: SQL function get_account renamed find_account_id
vote related views/types/functions extended by id since database_api requires it new SQL function to cover find_votes functionality neither voter nor post is mandatory in list_votes calls fixed internal _get_post_id in bridge_api find_votes_impl no longer requires full context, just what it actually uses: db find_votes_impl no longer checks passed arguments, only its official API version does list_votes_impl removed, only its official version is needed official API find_votes/list_votes now properly pack response in dictionary with 'votes' list
parent
14df7b69
No related branches found
No related tags found
This commit is part of merge request !137. Comments created here will be created in the context of that merge request.
Showing
- hive/db/schema.py 138 additions, 93 deletionshive/db/schema.py
- hive/server/bridge_api/cursor.py 1 addition, 1 deletionhive/server/bridge_api/cursor.py
- hive/server/bridge_api/methods.py 4 additions, 4 deletionshive/server/bridge_api/methods.py
- hive/server/bridge_api/objects.py 1 addition, 1 deletionhive/server/bridge_api/objects.py
- hive/server/bridge_api/thread.py 2 additions, 2 deletionshive/server/bridge_api/thread.py
- hive/server/condenser_api/methods.py 5 additions, 5 deletionshive/server/condenser_api/methods.py
- hive/server/condenser_api/objects.py 2 additions, 2 deletionshive/server/condenser_api/objects.py
- hive/server/database_api/methods.py 15 additions, 40 deletionshive/server/database_api/methods.py
- tests/tests_api 1 addition, 1 deletiontests/tests_api
Loading
Please register or sign in to comment