-
Notifications
You must be signed in to change notification settings - Fork 67
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
Sql #104
base: sql
Are you sure you want to change the base?
Sql #104
Conversation
…nitialize_data_columns method
@@ -19,7 +19,7 @@ def log(sql, result) | |||
|
|||
def execute | |||
result = @db_adapter.execute_sql(self) | |||
log(@sql, result) | |||
log(@sql, result) if RUBYMOTION_ENV == 'development' |
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 would probably do this at the app level
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.
@solanoluz Thanks for contributing! Do you think you can encapsulate the bugs/enhancements with some specs? |
I will see in the next days what I can do. Thanks! 2014-02-13 0:35 GMT-02:00 Doug Puchalski [email protected]:
Luís Felipe Colle da Luz |
Here are a few fixes and improvements I`ve been doing in the last days to be able to use it in our production app. I will probably keep improving this fork.
MotionModel has been a great friend. Thanks!