Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model implementations only work with a single database #11

Open
GoogleCodeExporter opened this issue Jun 3, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

Because the classes in the Model inheritance chain (mainly for
vanilla/dbmodels/3) are used statically and define a lot of static class
members, the ORM can only be used with one database/database connection.

Not sure if this is worth doing anything about, or how it might be fixed
and still retain the static invocation of model methods.

See comments on r290.

Original issue reported on code.google.com by [email protected] on 10 Sep 2008 at 8:15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant