Skip to content
Snippets Groups Projects
Commit 58779761 authored by Martin Lees's avatar Martin Lees
Browse files

test wihout php.author_id

parent 4a0c9dda
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ if _parent_author != '' THEN ...@@ -121,7 +121,7 @@ if _parent_author != '' THEN
_block_num as block_num, _block_num as block_num_created _block_num as block_num, _block_num as block_num_created
FROM hive_accounts ha, FROM hive_accounts ha,
hive_permlink_data hpd, hive_permlink_data hpd,
process_community_post(_block_num, _community_support_start_block, NULL, _parent_permlink, php.author_id, false) pcp, process_community_post(_block_num, _community_support_start_block, NULL, _parent_permlink, author_id, false) pcp,
hive_posts php hive_posts php
INNER JOIN hive_accounts pha ON pha.id = php.author_id INNER JOIN hive_accounts pha ON pha.id = php.author_id
INNER JOIN hive_permlink_data phpd ON phpd.id = php.permlink_id INNER JOIN hive_permlink_data phpd ON phpd.id = php.permlink_id
......
  • Howo @howo

    mentioned in commit adaf0414

    ·

    mentioned in commit adaf0414

    Toggle commit list
  • Howo @howo

    mentioned in commit 20480803

    ·

    mentioned in commit 20480803

    Toggle commit list
  • Howo @howo

    mentioned in commit cd01716c

    ·

    mentioned in commit cd01716c

    Toggle commit list
  • Howo @howo

    mentioned in commit e88b39ff

    ·

    mentioned in commit e88b39ff

    Toggle commit list
  • Howo @howo

    mentioned in commit a3bd6741

    ·

    mentioned in commit a3bd6741

    Toggle commit list
  • Howo @howo

    mentioned in commit 13e985d4

    ·

    mentioned in commit 13e985d4

    Toggle commit list
  • Howo @howo

    mentioned in commit f9f460d7

    ·

    mentioned in commit f9f460d7

    Toggle commit list
  • Howo @howo

    mentioned in commit 80a3a3a1

    ·

    mentioned in commit 80a3a3a1

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment