Skip to content

The UtilsController constructor signature has been changed to remove the connection parameters (host, database, uid, password, port), now only accepting tableName, primaryKeyName, and autoIncrement. This is a breaking API change that will cause compilation errors for existing code. The constructor now creates a parameterless Utils instance which relies on config.json. Consider providing both constructors or adding an Obsolete attribute to help users migrate. #12

@gednt

Description

@gednt

The UtilsController constructor signature has been changed to remove the connection parameters (host, database, uid, password, port), now only accepting tableName, primaryKeyName, and autoIncrement. This is a breaking API change that will cause compilation errors for existing code. The constructor now creates a parameterless Utils instance which relies on config.json. Consider providing both constructors or adding an Obsolete attribute to help users migrate.

Originally posted by @Copilot in #8 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions