Tuesday, April 21, 2009

Not so random slashdot comment Gem

Java 8 will replace String with String2, which will treat empty string and null the same.


By by characterZer0 (138196), on Monday April 20, @08:44AM

1 comment:

Anonymous said...

Well, that will make things easier for Pentaho Data Integration:
http://forums.pentaho.org/showthread.php?t=68478&highlight=empty+null

SAP HANA Trick: DISTINCT STRING_AGG

Nowadays, many SQL implementations offer some form of aggregate string concatenation function. Being an aggregate function, it has the effe...