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_modules / postboard / pnincludes [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
05 Aug 2002 14:25:58 | postnuke_modules/postboard/pnincludes | pbacategories.php,1.3,1.4 pbaforums.php,1.3,1.4 pbawords.php,1.3,1.4 | Burke |
Added "TODO" Note re: Insert statements need to be modified |
Update of /home/cvsroot/postnuke_modules/postboard/pnincludes In directory ns7.hostnuke.net:/tmp/cvs-serv31935/postboard/pnincludes Modified Files: pbacategories.php pbaforums.php pbawords.php Log Message: Added "TODO" Note re: Insert statements need to be modified Index: pbacategories.php =================================================================== RCS file: /home/cvsroot/postnuke_modules/postboard/pnincludes/pbacategories.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pbacategories.php 30 Jul 2002 16:40:50 -0000 1.3 --- pbacategories.php 5 Aug 2002 14:25:56 -0000 1.4 *************** *** 17,20 **** --- 17,26 ---- /* http://postboard.dimensionquest.com */ /********************************************************/ + // TODO: Fix inserts to comply with all databases: + // ie: Get rid of the auto-increment assumption, use + // Get next ID in table - this is required prior to any insert that + // uses a unique ID, and ensures that the ID generation is carried + // out in a database-portable fashion + // $nextId = $dbconn->GenId($templatetable); /** Index: pbaforums.php =================================================================== RCS file: /home/cvsroot/postnuke_modules/postboard/pnincludes/pbaforums.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pbaforums.php 30 Jul 2002 16:40:50 -0000 1.3 --- pbaforums.php 5 Aug 2002 14:25:56 -0000 1.4 *************** *** 17,20 **** --- 17,26 ---- /* http://postboard.dimensionquest.com */ /********************************************************/ + // TODO: Fix inserts to comply with all databases: + // ie: Get rid of the auto-increment assumption, use + // Get next ID in table - this is required prior to any insert that + // uses a unique ID, and ensures that the ID generation is carried + // out in a database-portable fashion + // $nextId = $dbconn->GenId($templatetable); /** Index: pbawords.php =================================================================== RCS file: /home/cvsroot/postnuke_modules/postboard/pnincludes/pbawords.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pbawords.php 30 Jul 2002 16:40:50 -0000 1.3 --- pbawords.php 5 Aug 2002 14:25:56 -0000 1.4 *************** *** 17,20 **** --- 17,26 ---- /* http://postboard.dimensionquest.com */ /********************************************************/ + // TODO: Fix inserts to comply with all databases: + // ie: Get rid of the auto-increment assumption, use + // Get next ID in table - this is required prior to any insert that + // uses a unique ID, and ensures that the ID generation is carried + // out in a database-portable fashion + // $nextId = $dbconn->GenId($templatetable); /**
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 |