From: Matthew B. <mat...@ou...> - 2006-12-14 14:33:08
|
M Thomas wrote: > I'll have to go back and review all the edits that I've made to the > upgrade scripts. Cool. > Is there an explanation for the user_name not accepting NULLs anymore? user_name in the pass_phrase table? John is probably the best person to answer that as he changed it at 1:51 on 22nd January 2000. My guess would be that if the database can never have nulls in it you never need to check in the Java code to see if PassPhrase.getUserName() returns null. |