https://bugs.kde.org/show_bug.cgi?id=392753

Jarosław Staniek <stan...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|3.2                         |3.1.1
      Latest Commit|https://commits.kde.org/kdb |https://commits.kde.org/kex
                   |/3414fbddffa433b23d43376b44 |i/90c3ed3251ddcebee4ac4d2dc
                   |fef5421b734250              |e1c24c857967bd3

--- Comment #4 from Jarosław Staniek <stan...@kde.org> ---
Git commit 90c3ed3251ddcebee4ac4d2dce1c24c857967bd3 by Jaroslaw Staniek.
Committed on 16/05/2018 at 08:23.
Pushed by staniek into branch '3.1'.

Fix crash in data fetching and aggregation scripts in reports

Summary:
FIXED-IN:3.1.1

NOTE: Reports can still crash in Design view until 393705 (ORDER BY) is fixed
(3.2).

Test Plan:
Test 1. Open report from https://bugs.kde.org/show_bug.cgi?id=392753#c0

Test 2. Create report field with data sources like these and try it:

```
=field.max("....")
=field.min("....")
=field.sum("....")
=field.avg("....")
=field.count("....")
```

Reviewers: piggz

Reviewed By: piggz

Subscribers: Kexi-Devel-list

Tags: #kexi

Differential Revision: https://phabricator.kde.org/D12868

M  +53   -3    src/plugins/reports/KexiDBReportDataSource.cpp
M  +16   -1    src/plugins/reports/KexiDBReportDataSource.h
M  +5    -5    src/plugins/reports/kexireportview.cpp
M  +3    -4    src/plugins/reports/kexireportview.h
M  +7    -56   src/plugins/reports/krscriptfunctions.cpp
M  +8    -6    src/plugins/reports/krscriptfunctions.h

https://commits.kde.org/kexi/90c3ed3251ddcebee4ac4d2dce1c24c857967bd3

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to