View Issue Details

IDProjectCategoryView StatusLast Update
0000624savapage-core[All Projects] Generalpublic2015-12-01 11:21
ReporterrijkrAssigned Torijkr 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.9 
Target Version0.9.10Fixed in Version0.9.10 
Summary0000624: Replace SQL NULLS FIRST modifier with COALESCE function
DescriptionIST: Although the SQL standard defines a NULLS FIRST modifier for the order by clause, database support is sparse.
SOLL: Replace NULLS FIRST in the ORDER BY clause with COALESCE(key, 0) to enforce that rows with NULL values of a secondary key are sorted first.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2015-11-12 17:28 rijkr New Issue
2015-11-12 17:28 rijkr Status new => assigned
2015-11-12 17:28 rijkr Assigned To => rijkr
2015-11-12 17:32 rijkr Status assigned => resolved
2015-11-12 17:32 rijkr Fixed in Version => 0.9.10
2015-11-12 17:32 rijkr Resolution open => fixed
2015-12-01 11:21 rijkr Status resolved => closed