Skip to content
Update

Be careful with table updates

  • by

The dire warning in the subject line is not meant to scare you. Rather, it is advice that is going to be useful to those of us who need to audit changes to a database.… 

flat lay photography of purple and red leaves

The XML data type is not immutable

  • by

Immutability In many programming languages, strings of text are immutable, meaning they don’t change. When you modify a string, a new string is created in memory by copying the original. The old string stays in…