- Added a new folder for helpers in the project file. - Removed the `SqlDriverHelper` class and its `GetDatabaseType` method. - Updated `SqlDriverAgentHook` to retrieve database type directly from `SqlStatement`. - Enhanced `SqlStatement` with new properties: `DBProvider`, `Schema`, and `Tables`. - Removed registration of `SqlDriverAgentHook` in `SqlDriverPlugin`. - Cleaned up global using directives by removing `Helpers`. - Modified `GetTableDefinitionFn` to accept a schema parameter for Redshift queries. - Updated `SqlSelect` to use `DBProvider` from `SqlStatement`. - Revised JSON schema definitions to require `db_provider` and `schema`. - Clarified Liquid template instructions for database connections and SQL execution. - Streamlined rules for calling `util-db-verify_dictionary_term`. |
||
|---|---|---|
| .. | ||
| data/agents | ||
| Functions | ||
| Hooks | ||
| Interfaces | ||
| Models | ||
| Services | ||
| Settings | ||
| UtilFunctions | ||
| BotSharp.Plugin.SqlDriver.csproj | ||
| SqlDriverPlugin.cs | ||
| Using.cs | ||