Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / includes [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 10 Aug 2002 20:08:38 | postnuke_official/html/includes | pnTableDDL.php,1.3,1.4 | Paul Rosania |
| resync pnTableDDL.php | |||
Update of /home/cvsroot/postnuke_official/html/includes
In directory ns7.hostnuke.net:/tmp/cvs-serv2227/includes
Modified Files:
pnTableDDL.php
Log Message:
resync pnTableDDL.php
Index: pnTableDDL.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/includes/pnTableDDL.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pnTableDDL.php 10 Aug 2002 16:56:31 -0000 1.3
--- pnTableDDL.php 10 Aug 2002 20:08:36 -0000 1.4
***************
*** 24,57 ****
// ----------------------------------------------------------------------
! /**
! * Create a database
! *
! * @access private
! * @param dbname database name
! * @param dbtype database type
! * @returns pnMySQLCreateDB
! * @return MySQL create database function
[...1102 lines suppressed...]
! }
! }
!
! // UNSIGNED - postgres does not unsigned integers so skip this test
!
! // Test for NO NULLS - postgres does not support No Nulls on an alter table add
! if (isset($parameters['null']) && $parameters['null']==FALSE) {
! if ($parameters['command']=='add') return FALSE;
! $this_field[] = "NOT NULL";
! }
!
! // Test for PRIMARY KEY
! if (isset($parameters['primary_key']) && $parameters['primary_key']==TRUE) {
! $this_field[] = "PRIMARY KEY";
! }
!
! return $this_field;
}
! ?>
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |