Skip to content

Error in the class FireBirdΒ #710

@matemaaan

Description

@matemaaan

An erroneous dsn is generated during initialization.
In string 38 of the file "pydal/adapters/firebird.py", you need to change the value from "dsn="%s/%s:%s" % (host, port, db)," to "dsn="%s:%s/%s" % (host, port, db),"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions