Public bug reported:

Binary package hint: tora

When I try to see the SQL tab for a complex view tora only returns 1026
rows cutting it sharply in the middle of a select query. As a
concequence also the code under the script tab is incomplete.

"...
       sdd_i1.notm number_of_times_modified,
       sdd_i1.TYPES
  FROM sdd_indcol sdd_i1
 UNION ALL SELECT sdd_i2.changed_by,
       sdd_i2.created_by,
       sdd_i2.date_changed,
       sdd_i2.date_created,
       sdd_i2.irid id,
       sdd_i2.notm number_of_times_modified,
       sdd_i2.TYPES
  FROM sdd_inp sdd_i2
 UNION ALL SELECT sdd_i3.changed_by,
       sdd_i"

I'm not sure if it's a limitation in the number of rows or characters
returned from the database. As the application doesn't use dynamically
expanding buffers this could be a security vulnerability.

** Affects: tora (Ubuntu)
     Importance: Undecided
         Status: New

-- 
The sql in the view definition is incomplete for complex views.
https://bugs.launchpad.net/bugs/127955
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to