Alex Schaft

Avatar
  • Total activity 20
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 8
  • Created

    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 followers
    • 1 comment
    • 0 votes
  • Created

    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 followers
    • 3 comments
    • 0 votes
  • Created

    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 followers
    • 1 comment
    • 0 votes
  • Created

    Serenade AI plugin

    Does anyone know if the Serenade plugin works on the PHP language? I couldn't see it on their website.
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    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 followers
    • 3 comments
    • 0 votes
  • Created

    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 followers
    • 3 comments
    • 0 votes
  • Created

    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 follower
    • 0 comments
    • 1 vote
  • Created

    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 followers
    • 2 comments
    • 0 votes