Jim Steil
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Jim Steil created a post, Answeredcan I sync mysql schemas with datagrid
I'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... -
Jim Steil commented, -
-
-
Jim Steil created a post, 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...