12345678910111213141516171819202122232425262728 |
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: OQP
- # (C) Copyright IBM Corp. 2019
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
- #
- # Various
- #
- supports.emptyStringIsNull=true
- supports.concatNullIsNull=false
- #
- # Literals
- #
- literals.date=
- literals.timestamp=true
- # Literal format specifications. Formats are compatible with String.format().
- # Values for default behaviour are listed.
- # Only char, temporal and string types can be overridden.
- # Fractional seconds are presented as a string of up to 10 characters: '.' followed by 9 character
- # 0-padded string representing nanoseconds or empty.
- literals.format.timestamp=TO_DATE('yyyy-MM-dd HH:mm:ss','%1$04d-%2$02d-%3$02d %4$02d:%5$02d:%6$02d')
- literals.format.decimal=cast('decimal',%s)
|