1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 15:16:44 +02:00

add links to oracle docs

This commit is contained in:
Ivan Masár
2019-08-27 16:33:36 +02:00
committed by Jakub Vrana
parent 2a3de78a8e
commit 8ae059d2ac
4 changed files with 8 additions and 5 deletions

View File

@@ -97,7 +97,7 @@ foreach ($row["source"] as $key => $val) {
'mariadb' => "foreign-keys/",
'pgsql' => "sql-createtable.html#SQL-CREATETABLE-REFERENCES",
'mssql' => "ms174979.aspx",
'oracle' => "clauses002.htm#sthref2903",
'oracle' => "https://docs.oracle.com/cd/B19306_01/server.102/b14200/clauses002.htm#sthref2903",
)); ?>
<p>
<input type="submit" value="<?php echo lang('Save'); ?>">