-
Notifications
You must be signed in to change notification settings - Fork 166
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 syntax error when using MySQL #64
Comments
I had the same issue when using MySQL database. I modified the following code to fix this issue. In .../copycopter-server/app/views/projects/show.html.erb where line #4 is Modify to |
@evgenyneu, |
@darpanp thank you, yes it would be nice if you could share your changes. |
Make following changes to app/models/localization.rb. This should allow you to publish blurbs to all environments (i.e. publish after selecting Production instead of Draft). Oh and don't forget the aforementioned fix above. Let me know how this works for you. =========== CODE CHANGES ================== def self.latest_version def self.publish |
copycopter-server wasn't designed to support MySQL. I'm personally not enthused about supporting it either. Not saying I won't look to improve cross-DB compatibility though. |
Duplicate to #66 |
If using MySQL database instead of PostrgeSQL it shows an error when opening the newly created project in browser:
Is
copycopter-server
supposed to support MySQL?The text was updated successfully, but these errors were encountered: