Skip to content

Commit

Permalink
MDL-36764 ddl/oracle: fix misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski authored and Sam Hemelryk committed Dec 9, 2012
1 parent f382da5 commit 8d0a31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ddl/oracle_sql_generator.php
Expand Up @@ -172,7 +172,7 @@ public function getDropTableSQL($xmldb_table) {
public function getTypeSQL($xmldb_type, $xmldb_length=null, $xmldb_decimals=null) {

switch ($xmldb_type) {
case XMLDB_TYPE_INTEGER: // From http://www.postgresql.org/docs/7.4/interactive/datatype.html
case XMLDB_TYPE_INTEGER: // See http://www.acs.ilstu.edu/docs/oracle/server.101/b10759/sql_elements001.htm#sthref86.
if (empty($xmldb_length)) {
$xmldb_length = 10;
}
Expand Down

0 comments on commit 8d0a31e

Please sign in to comment.