You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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),"
The text was updated successfully, but these errors were encountered:
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),"
The text was updated successfully, but these errors were encountered: