Jim Steil

Avatar
  • 活动总数 9
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 1
  • 订阅数 3
  • 创建于

    can 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...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    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 个关注者
    • 2 条评论
    • 0 票