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

Book DAL classes not migrated to pyDAL #1401

Closed
dartg opened this issue Jul 19, 2016 · 1 comment
Closed

Book DAL classes not migrated to pyDAL #1401

dartg opened this issue Jul 19, 2016 · 1 comment

Comments

@dartg
Copy link
Contributor

dartg commented Jul 19, 2016

Since pyDAL is now a separate project, there're some classes in the Chapter 6 that are no longer inside the gluon.sql module. Specifically:

  • gluon.sql.Table
  • gluon.sql.Field
  • gluon.sql.Row
  • gluon.sql.Rows

Should be replaced with:

  • pydal.objects.Table
  • pydal.objects.Field
  • pydal.objects.Row
  • pydal.objects.Rows
@niphlod
Copy link
Member

niphlod commented Jul 28, 2016

tracked at web2py/web2py-book#337

@niphlod niphlod closed this as completed Jul 28, 2016
mdipierro added a commit to web2py/web2py-book that referenced this issue Jul 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants