Skip to content

Commit

Permalink
Reduce weight of cursor in the migration assessment.
Browse files Browse the repository at this point in the history
  • Loading branch information
darold committed Jan 29, 2017
1 parent 8a3f92c commit 174b29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Ora2Pg/PLSQL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ $QUERY_TEST_SCORE = 0.1;
'TO_NUMBER' => 0.1,
'REGEXP_LIKE' => 0.1,
'TG_OP' => 1,
'CURSOR' => 1,
'CURSOR' => 0.2,
'PIPE ROW' => 1,
'ORA_ROWSCN' => 3,
'SAVEPOINT' => 1,
Expand Down

0 comments on commit 174b29b

Please sign in to comment.