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

* 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/'.
This commit is contained in:
Fred Gleason
2018-07-25 07:44:48 -04:00
parent c722e4fe09
commit 15f21fb4ec
16 changed files with 1503 additions and 62 deletions

22
drivers/drivers.pro Normal file
View File

@@ -0,0 +1,22 @@
# drivers.pro
#
# The drivers/ QMake project file for Rivendell
#
# (C) Copyright 2018 Fred Gleason <fredg@paravelsystems.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
TEMPLATE = subdirs
SUBDIRS += qt3-mysql-utf