-
Notifications
You must be signed in to change notification settings - Fork 143
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
base.py create_table does not delegate all that it should #49
Comments
Agree. |
@michele-comitini can I assign you this? |
@gi0baro of course! |
@michele-comitini would you able to close this for the current milestone (expiring on the 13th) or should we post-pone to the next one? |
please postpone! It's not bug critical, but requires some refactoring that 2015-02-09 13:17 GMT+01:00 Giovanni Barillari [email protected]:
|
Ok, fine 👍 |
@michele-comitini any news about this? |
You have to wait. requires a lot of work and my temptatives break most 2015-03-20 13:09 GMT+01:00 Giovanni Barillari [email protected]:
|
That's ok, just take your time. I requested a status update only to know if keep it to the "15.04" milestone or move it to the next one. |
There are references to sqlite and mysql specific checks, those checks should be delegated to correct driver. While could be good for perfomance reasons this is very bad for code maintenability, and should be corrected.
see for instance:
https://github.com/web2py/pydal/blob/master/pydal/adapters/base.py#L404
https://github.com/web2py/pydal/blob/master/pydal/adapters/base.py#L433
The text was updated successfully, but these errors were encountered: