DSQL v2.0.2 - Added static member $InitialPrintAndDieOnError which DSQL.PrintAndDieOnError inherits on creation
- Bug Fixes:
- mysqli_set_charset is set to utf-8
- In FormatSQLError() the date() function used for “Start Time” now uses “24-hour format of an hour with leading zeros” [date(“H”)] instead of “12-hour format of an hour without leading zeros” [date(“g”)]