Android-Debug-Database icon indicating copy to clipboard operation
Android-Debug-Database copied to clipboard

Support for joins partially done

Open orlleite opened this issue 5 years ago • 2 comments

  • Changed input query to textarea query (multilines);
  • Added monospace font to query field;
  • Copied processFromToken to processJoinToken;
  • Renamed and edited getTableName to getTableNames to return String[];
  • Edited getTableData receives String[] tableNames and could handle those situations in future;
  • Edited getTableData if got more than one tableName, it will not replace query string values so it will be able to show the result but not editing values.

orlleite avatar Jul 18 '18 18:07 orlleite

@orlleite Please explain why you declared it as a partial? Also, it would be great if you make a PR against the development branch.

amitshekhariitbhu avatar Jan 19 '19 09:01 amitshekhariitbhu

I'm sorry, I don't remember precisely. I thought there are two ways of running queries. I'm assuming that, because I saw some "IFs" in the code. I changed it enough to make it works for me.

I said 'partially' because I'm not confident to say 'completely'.

orlleite avatar Jan 26 '19 11:01 orlleite