2018-07-25 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug that caused the incorrect character set to be used
	when opening a DB connection.
	* Added a 'db_charset_test' test harness.
This commit is contained in:
Fred Gleason
2018-07-25 10:05:38 -04:00
parent 15f21fb4ec
commit b7ddea0488
7 changed files with 132 additions and 5 deletions

View File

@@ -17218,3 +17218,7 @@
* Fixed a bug in the 'RDEscapeString' function that caused corruption
in UTF-8 strings.
* Added a UTF-8 complaint MySQL driver in 'drivers/qt3-mysql-utf/'.
2018-07-25 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug that caused the incorrect character set to be used
when opening a DB connection.
* Added a 'db_charset_test' test harness.