Panel
PowerQA is a state of the art discussion software that makes online discussions fun. It's simple, fast, and powerful.
Fighter
webmaster
0 votes
closed Notice 812 views

[Bug] Different prefix tables are displayed on table tab of DMP plugin

image

closed with the note: Fixed
by webmaster asked Aug 19, 2016 in Plugins
by webmaster closed Aug 19, 2016

Please log in or register to add a comment.

1 Answer

Fighter
webmaster
+1 vote
 
Best answer

Query was wrong (Wild card must be escaped). It has been fixed.

Before:
SELECT * FROM information_schema.tables WHERE table_type="BASE TABLE" and table_schema="{DB name}" AND table_name like "pqa_%"

After:
SELECT * FROM information_schema.tables WHERE table_type="BASE TABLE" and table_schema="{DB name}" AND table_name like "pqa\_%"

image

by webmaster answered Aug 19, 2016
by webmaster selected Aug 26, 2016

Please log in or register to add a comment.

Welcome to PowerQA. PowerQA is a new discussion software (not OSS). Here is a community for PowerQA developers. Current stable version is V1.9.4. It is enhanced day by day.

Statistics

  • 338 questions
  • 276 answers
  • 480 comments
  • 100 users

Post types

...