Fix broken floating-point constants in Kexi SQL queries
Summary: Bonus: After parsing numbers are now kept losslessly as byte arrays, so with unlimited precision. BUG:352363 FIXED-IN:2.9.8 Test Plan: See "Steps to Reproduce" at https://bugs.kde.org/show_bug.cgi?id=352363 Reviewers: piggz Subscribers: Kexi-Devel-list Differential Revision: https://phabricator.kde.org/D333
Showing
- libs/db/expression.cpp 1 addition, 1 deletionlibs/db/expression.cpp
- libs/db/parser/sqlparser.cpp 52 additions, 51 deletionslibs/db/parser/sqlparser.cpp
- libs/db/parser/sqlparser.h 1 addition, 1 deletionlibs/db/parser/sqlparser.h
- libs/db/parser/sqlparser.y 5 additions, 4 deletionslibs/db/parser/sqlparser.y
- libs/db/parser/sqlscanner.cpp 54 additions, 72 deletionslibs/db/parser/sqlscanner.cpp
- libs/db/parser/sqlscanner.l 3 additions, 22 deletionslibs/db/parser/sqlscanner.l
Loading
Please register or sign in to comment