Jim Steil
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created can I sync mysql schemas with datagrid
AnsweredI'm currently using SQLYog to sync schema's between my test and production mysql databases. I'd like to use DataGrip. Is the a way to generate the SQL to sync the production mysql schema with tha... -
Created PEP 8 - continuation line under-indented for visual indent
I have code that looks like this:sql = ('SELECT name ' 'FROM dogs ' 'WHERE id = 1')When typing, pycharm indents like this:sql = ('SELECT name ''FROM dogs ''WHERE id = 1')This causes the...