Clarion 9.1 update .11396

/--- Clarion 9.1 update .11396 --- November 17, 2014 ----- Fixes/Changes/Features--/

Note: If this is your first time working with 9.1, the 9.1 release requires a one-time rebuild of all your Binaries (DLL and LIB).
You also need to download the 9.1 versions of any 3rd party addons that you use.

***********************************************************
.11396
***********************************************************

PTSS 41181: Time pictures stopped working 
FIX: Doing a CLEAR(record);SET(key,key);PREVIOUS would return the wrong results when the driver was an SQL driver and the key components are all types that automatically set 0 to NULL (ie TIME and DATE fields)
FIX: FORMAT could return incorrect result for @T pictures
IMPROVEMENT: Faster FORMAT for @D and @T pictures
FIX: The parsing tree could become invalid on compilation with debug info of Clarion functions with parameters of CONST *CSTRING or CONST *PSTRING types