Ticket #480 (closed Feature Request: fixed)

Opened 9 months ago

Last modified 5 months ago

Metadata cache clearing for ORM, Database, and Potentially Drivers

Reported by: allain Owned by: Shadowhand
Priority: minor Milestone: 2.2
Component: Libraries:ORM Version: SVN HEAD
Keywords: caching Cc:

Description

For something I'm working on I'm adding columns to tables on the fly.

Problem I'm encountering is that from ORM down there's caching (which is good) of field metadata.

It'd be nice if there were a method for clearing all metadata caches, or at least a parameter that would force a refresh of the requested metadata in the list_fields and list_tables methods.

Change History

Changed 8 months ago by Shadowhand

  • owner changed from Shadowhand to zombor

Changed 8 months ago by JAAulde

  • milestone changed from 2.1.2 to 2.2

As a feature request, this belongs to the 2.2 milestone. It will be further evaluated at the appropriate time

Changed 5 months ago by Shadowhand

  • owner changed from zombor to Shadowhand
  • status changed from new to assigned

Changed 5 months ago by Shadowhand

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r3044.

Note: See TracTickets for help on using tickets.