Menu

#2 parsing all the code for bad inserts !!!

open
nobody
None
5
2003-07-29
2003-07-29
Anonymous
No

All the inserts in phpnuke are like that :

insert(NULL,...,...);

But the primary key in postgres is declared as NOT NULL
--> NULL shoul be replaced everywhere with the nextval
('concerned_sequence')

joel@agency.be

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.