]> git.mjollnir.org Git - moodle.git/commit
Prevent Unique Keys generation. Instead use unique indexes at DB level.
authorstronk7 <stronk7>
Sun, 24 Sep 2006 09:38:56 +0000 (09:38 +0000)
committerstronk7 <stronk7>
Sun, 24 Sep 2006 09:38:56 +0000 (09:38 +0000)
commitb0ec41af8aa042709480837d9f4d9f4abf199f63
tree001e7079ff5d2ffe7cdcdef5f5258189e9313f96
parentd13c1aed4a639b2d4bc4ba9dde891d3515dc1ac4
Prevent Unique Keys generation. Instead use unique indexes at DB level.
With this, all we'll have are PRIMARY KEYS + INDEXES, that are pretty
well supported by ADODB MetaXXX functions.
Both Unique and Foreign Keys will be used once ADODB support them and
the relational mode was enforced.
lib/xmldb/classes/generators/mssql/mssql.class.php
lib/xmldb/classes/generators/mysql/mysql.class.php
lib/xmldb/classes/generators/oci8po/oci8po.class.php
lib/xmldb/classes/generators/postgres7/postgres7.class.php