From: Dennis F. <de...@co...> - 2002-07-06 16:35:56
|
Hi Marshall, You need to upgrade. Coreapm used the value 0 to indictate a filed was not set. This was handy at the time I wrote it. Nowadays I use NULL as it offers the posilibility do more complex things with the database. The point is that the data you now have is full of 0's and the database won't allow you to insert them as they refer to non-existant tasks (0 is not a possible task, SQL starts couting at 1). So as I've said before we need a script to take all the 0's and convert them into NULL's. Greetings, Dennis ----- Original Message ----- From: "Marshall Rose" <mr...@db...> To: "Dennis Fleurbaaij" <de...@co...> Sent: Saturday, July 06, 2002 6:27 PM Subject: Re: [Core-lan-org-devel] jumbo edits, cvsdiff -u > > Hi Marshall, > > > > Well just 6 chuncks that didn't work out is pretty good for diffing and > > patching different CVS versions :-) > > > > The code is complete again and I'm testing it. > > solid. > > so, what the story with the "new" database you mentioned on the dev list? is it possible to run the current cvs stuff with the database i was using yesterday or do i need to upgrade it? > > thanks, > > /mtr > |