bug: 7.1.4-stable : sqlite Column names are not automatically converted
Posted: 22.02.2017, 02:36
7.1.4-stable : Results of sqlite Column names are not automatically converted, so columname characters are broken at display.
7.2: rev 3740
7.3: rev 3761
7.1.4-stable and 7.1-patches : not fixedsrc/dbc/ZDbcSqLiteResultSet.pas
procedure TZSQLiteResultSet.Open;
ColumnLabel := ZDbcString(FieldName^);
7.2: rev 3740
7.3: rev 3761