TDengine/source/libs/nodes/src
Jing Sima 84016904ff
fix: [TS-6445] Fix virtual tables not detecting schema changes. (#30999)
Ensure virtual tables invalidate cached schema metadata and reload it when a schema change (e.g., ALTER VTABLE) is detected. This prevents stale schema references and query errors after structural updates.
2025-05-10 10:34:54 +08:00
..
nodesCloneFuncs.c fix: [TD-34074] Forbid virtual table in tq and stmt. 2025-03-20 22:42:27 +08:00
nodesCodeFuncs.c fix: [TS-6445] Fix virtual tables not detecting schema changes. (#30999) 2025-05-10 10:34:54 +08:00
nodesEqualFuncs.c feat:[TS-4897] virtual table (#30098) 2025-03-15 14:10:46 +08:00
nodesMatchFuncs.c feat:[TS-4897] virtual table (#30098) 2025-03-15 14:10:46 +08:00
nodesMsgFuncs.c fix: [TD-34074] Forbid virtual table in tq and stmt. 2025-03-20 22:42:27 +08:00
nodesToSQLFuncs.c fix: TS-6276-grant-format (#30701) 2025-04-09 14:40:24 +08:00
nodesTraverseFuncs.c feat:[TS-4897] virtual table (#30098) 2025-03-15 14:10:46 +08:00
nodesUtilFuncs.c enh: disable the 'show scores' command (#30759) 2025-04-17 19:21:46 +08:00