<p></p>
<p><b>@hazardv</b> commented on this pull request.</p>
<hr>
<p>In <a href="https://github.com/dbsrgits/sql-translator/pull/143#discussion_r967245775">t/54-oracle-sql-diff.t</a>:</p>
<pre style='color:#555'>> +
+my $d = SQL::Translator::Diff->new
+ ({
+ output_db => 'Oracle',
+ target_db => 'Oracle',
+ source_schema => $s->schema,
+ target_schema => $t->schema,
+ sqlt_args => {quote_identifiers => 1}
+ });
+
+
+my $diff = $d->compute_differences->produce_diff_sql || die $d->error;
+
+ok($diff, 'Diff generated.');
+
+warn "The diff is: " . Dumper($diff);
</pre>
<p dir="auto">Again, My bad, that was supposed to get removed. I will take care of it.</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/dbsrgits/sql-translator/pull/143#discussion_r967245775">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AACJ4AXRZJRJ3EONELOBDDLV5NOXPANCNFSM57BJTHFA">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AACJ4ASBLUYVLLBLAHNXXXTV5NOXPA5CNFSM57BJTHFKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOIG37EEA.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><dbsrgits/sql-translator/pull/143/review/1102574096</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/dbsrgits/sql-translator/pull/143#discussion_r967245775",
"url": "https://github.com/dbsrgits/sql-translator/pull/143#discussion_r967245775",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>