Other News

Community

Exploring Lambda Expression Trees

(Paul Kimmel) For the most part, I’ll assume you have a basic idea of what a Lambda Expression is. I will provide a very quick overview, but the focus is on the difference between Lambda Expressions that are emitted as code and those that are emitted as expression trees and what their different uses

Community

Use custom collations in XSLT 2.0

(Doug Tidwell) One emphasis of XSLT 2.0 is better support for internationalization, especially sorting and comparing text. This seemingly simple task is quite complicated in some languages; for example, accented characters can be considered the same or different depending on context. Are Á , À and A

Community

Content of base table SYS.PROPS$

(Marco Gralike) A long long time ago (during my Oracle 7 days), I once needed to update base table SYS.PROPS$. This action was needed to change the database NLS characterset of US7ASCII to a characterset that would support GERMAN. Based on a metalink note, updating the SYS.PROPS$ base table, was the

Community

GET_LOCK & FAMILY

(Parvesh Garg) Again I have a well neglected and documented feature of MySQL. As we all often need and use locks in MySQL, we tend to forget (or not bother about) MySQL internals and how they cause trouble. For example, try something like LOCK TABLE … WRITE on an InnoDB table in a transaction and