Archive for April 16th, 2009
The Joy of Null: Continued
April 16th, 2009 by Scott SelikoffIn Part 1 of The Joy of Null I discussed a variety of ways null-equivalent values make it into the software design. Often times, developer laziness or immutability of the database tier drives many developers to insert values that simulate null values, rather than using a database null itself. In this second half, [...]
Categories: Database.
Tags: Database, Java/J2EE, JDBC
Comments: none
