Jim Steil

Avatar
  • 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

    Answered
    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • 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...
    • 2 followers
    • 2 comments
    • 0 votes