Bug 478077 - MIGRATED_FROM_JIRA: support <, >, LIKE relationships between sources
Summary: MIGRATED_FROM_JIRA: support <, >, LIKE relationships between sources
Keywords:
Status: CLOSED EOL
Alias: None
Product: penrose
Classification: Retired
Component: Engine
Version: 2.0
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Endi Sukma Dewata
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks: 471500
TreeView+ depends on / blocked
 
Reported: 2008-12-27 07:56 UTC by Chandrasekar Kannan
Modified: 2020-03-27 19:33 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 19:33:40 UTC
Embargoed:


Attachments (Terms of Use)

Description Chandrasekar Kannan 2008-12-27 07:56:56 UTC
Penrose restricts the relationships between sources to ?=?; i.e. ?<?, ?>? and ?LIKE? are not allowed. This means you cannot assign entries to nodes dynamically. This is more a limitation than a bug and would be a great improvement.
Additional Comments From endisd dated Fri Sep 30 13:58:21 CDT 2005 
The following operators are now supported: >, >=, <, <=. 
The "like" operator is not supported yet since it needs a more sophisticated SQL parser than what we are currently using. 


=========================================================
Issue dump from jira
$VAR1 = {
          'priority' => '3',
          'customFieldValues' => [],
          'project' => 'PENROSE',
          'status' => '5',
          'components' => [
                            {
                              'name' => 'Engine',
                              'id' => '10009'
                            }
                          ],
          'reporter' => 'jimyang',
          'key' => 'PENROSE-81',
          'assignee' => 'endisd',
          'summary' => 'support <, >, LIKE relationships between sources',
          'id' => '10270',
          'updated' => '2008-08-08 10:23:25.0',
          'votes' => '0',
          'fixVersions' => [
                           {
                             'releaseDate' => '2005-09-30 00:00:00.0',
                             'sequence' => '6',
                             'name' => 'Penrose-0.9.6',
                             'released' => 'true',
                             'id' => '10032',
                             'archived' => 'false'
                           }
                         ],
          'affectsVersions' => [
                               {
                                 'releaseDate' => '2005-08-31 00:00:00.0',
                                 'sequence' => '4',
                                 'name' => 'Penrose-0.9.4',
                                 'released' => 'true',
                                 'id' => '10021',
                                 'archived' => 'false'
                               }
                             ],
          'description' => 'Penrose restricts the relationships between sources to ?=?; i.e. ?<?, ?>? and ?LIKE? are not allowed. This means you cannot assign entries to nodes dynamically. This is more a limitation than a bug and would be a great improvement.',
          'created' => '2005-09-01 22:27:50.0',
          'resolution' => '1',
          'type' => '2'
        };


=========================================================

Comment 1 Chandrasekar Kannan 2008-12-27 07:56:58 UTC
Marking bug as MODIFIED as it was already resolved in Jira - PENROSE-81


Note You need to log in before you can comment on or make changes to this bug.