Quick search:

fixes in 1.3.0

  • PntQueryHandler::convertToSql, ::convertConditionArgumentToSql now uses SQL 1 and 0 for booleans (php's implicit conversion to string gave problem with mysql5)
  • PntSelectWidget::initialize did not detect PntError in $options replaced $optionObjects by $options
  • pnt/generalFunctions ::pntPrintBacktrace now checks isSet($frame['args'])
  • PntRequestHanfdler::getThisPntHandlerName no longer accesses possibly unitialized request param
  • PntSessionBasedScout::moved bug fixed: context was lost because getContextIds now returns copy