Alex Schaft

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

    Default GIT repo

    Hi, We're using a single repo per developer and an origin one for deploying to production. By default when I want to push a new branch, it defaults to origin. Can I change this somehow to use my ow...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    SQL completion in query window

    I sometimes work with temporary tables alongside the main tableI would have for example a table called _l which has an id column which is going to get joined with the table learner which also has a...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    Database structures

    Hi,Our system has a database for each customer, which are spread across 5 servers. Each of these is identical in structure, based upon a main “clean” template. When working with one of these, I wou...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Serenade AI plugin

    Does anyone know if the Serenade plugin works on the PHP language? I couldn't see it on their website.
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    Excluded deployment paths are deployed

    I've got a /js/easyui/demo folder which is excluded from deployment, but they're still being uploaded  
    • 3 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    SQL LEAD() PARTITION BY ISSUE

    I have a JOIN on the following select statement in injected sql   JOIN (SELECT g.id, lead(g.id) over (partition by g.sid_grade ORDER BY g.ordering) AS next_idFROM grade gWHERE g.status ...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    Using a private key for git/ssh

    Hi,   I'm using phpstorm 2019.1. As per previous posts I have converted my ppk to open ssh but can't load that into pageant. I'm also running the start-ssh-pageant.cmd file, but I can see on my rem...
    • 1 个关注者
    • 0 条评论
    • 1 票
  • 创建于

    Resolving temporary sql table

    I've got some code in my PHP as follows $query = "create temporary table _reference as select Id, Code, count(SomeOtherID) as SomeCount from `_another_table` group by Id, Code...
    • 2 个关注者
    • 2 条评论
    • 0 票