-
Notifications
You must be signed in to change notification settings - Fork 13
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
Mysql #85
Mysql #85
Conversation
Great ! testing anyblok against mysql ! looks like it'll require some extra effort to fix some tests 👏 for that effort |
…) method is deprecated and will be removed in a future release. Please refer to session.close_all_sessions()
anyblok/tests/test_column.py
Outdated
@@ -517,6 +517,8 @@ def test_datetime_by_query_filter(self): | |||
registry = self.init_registry(simple_column, ColumnType=DateTime) | |||
test = registry.Test.insert(col=now) | |||
Test = registry.Test | |||
import ipdb | |||
ipdb.set_trace() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't feel you wanted to include it in you commit ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok forgot me I jump to a commit instead reading the whole diff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was a bad commit
No description provided.