-
- Downloads
[ABW]: [Fix] query updating hive_posts.active no longer stops update on older...
[ABW]: [Fix] query updating hive_posts.active no longer stops update on older active (which can come from edit) - fixes second set of problems with active value in 1000_pairs test [Fix] delete_hive_post now properly updates active value - fixes first set of problems with it in 1000_pairs test [Fix] order of posts in database_api.find_comments is now defined by order requested in call parameters (1000_pairs test) [Fix] added escaping to find_comments values (escape_chars test) [Fix] unified checks in various community related calls (in some cases it means there is check where there was none) added find_community_id SQL function that follows other find_ routines (there is more places where it should be used, community related get_ranked_posts versions in particular)
parent
227bfc56
No related branches found
No related tags found
Showing
- hive/db/sql_scripts/hive_post_operations.sql 4 additions, 2 deletionshive/db/sql_scripts/hive_post_operations.sql
- hive/db/sql_scripts/utility_functions.sql 24 additions, 0 deletionshive/db/sql_scripts/utility_functions.sql
- hive/indexer/blocks.py 1 addition, 1 deletionhive/indexer/blocks.py
- hive/indexer/posts.py 5 additions, 5 deletionshive/indexer/posts.py
- hive/server/bridge_api/methods.py 4 additions, 1 deletionhive/server/bridge_api/methods.py
- hive/server/database_api/methods.py 4 additions, 2 deletionshive/server/database_api/methods.py
- hive/server/hive_api/common.py 2 additions, 6 deletionshive/server/hive_api/common.py
- hive/server/hive_api/community.py 6 additions, 6 deletionshive/server/hive_api/community.py
- hive/server/hive_api/objects.py 1 addition, 0 deletionshive/server/hive_api/objects.py
- hive/server/hive_api/public.py 1 addition, 0 deletionshive/server/hive_api/public.py
- hive/utils/post_active.py 35 additions, 34 deletionshive/utils/post_active.py
- tests/tests_api 1 addition, 1 deletiontests/tests_api
Loading
Please register or sign in to comment