It seams that it's bug in php

$a = NULL;
echo isset($a) ? 'true' : 'false';

it return false

** Changed in: aikiframework
     Assignee: (unassigned) => Jakub Jankiewicz (jcubic)

** Changed in: aikiframework
       Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Aiki
Framework Developers, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/986291

Title:
  Sum on empty select leave unprocessed filed

Status in Aiki Framework:
  Fix Committed

Bug description:
  If you have "select sum(field) as other_name from some_table" and
  "select field from some_table" is empty query (mysql return NULL) it
  leave uprocessed ((other_name)) in old Aiki it return nothing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/986291/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to