Flowise/packages/components/nodes/recordmanager
Marko 9554b1a8e3
Ensure proper cleanup of the database connection in `createSchema` (#5315)
* Ensure proper cleanup of the database connection in `createSchema` method in `MySQLRecordManager`.

* Update MySQLrecordManager.ts

* Refactor createSchema to optimize dataSource usage

Refactor createSchema method to avoid duplicate dataSource retrieval.

* Refactor createSchema method for efficiency

Refactor createSchema to avoid redundant dataSource retrieval.

---------

Co-authored-by: Henry Heng <henryheng@flowiseai.com>
2025-10-28 12:29:45 +00:00
..
MySQLRecordManager Ensure proper cleanup of the database connection in `createSchema` (#5315) 2025-10-28 12:29:45 +00:00
PostgresRecordManager Ensure proper cleanup of the database connection in `createSchema` (#5315) 2025-10-28 12:29:45 +00:00
SQLiteRecordManager Ensure proper cleanup of the database connection in `createSchema` (#5315) 2025-10-28 12:29:45 +00:00