Ticket #249 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

AkActiveRecord.php: function setTableName bug

Reported by: oisucf Assigned to:
Priority: critical Milestone: 0.9
Component: Action Controller Keywords:
Cc:

Description

There is a bug in the rewrite of how the function AkActiveRecord::setTableName done some time ago that causes repeating SQL calls to the database to "SHOW TABLES".

It looks like it now ignores the value of AK_ACTIVE_RECORD_VALIDATE_TABLE_NAMES or it does not work like it should when it is set to false.

Please see post thread: http://forum.akelos.org/discussion/676/akelos-application-performanceresponse-time-has-degraded/

I cut a paste an older version of the function and the problems went away.

Change History

02/07/09 17:49:37 changed by bermi

  • status changed from new to closed.
  • resolution set to fixed.

This issue has been fixed by the refactoring done on the changeset [1245]

Thanks for reporting