Alex Schaft
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 8
-
Alex Schaft created a post, 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... -
-
Alex Schaft created a post, 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... -
Alex Schaft created a post, 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... -
Alex Schaft created a post, Serenade AI plugin
Does anyone know if the Serenade plugin works on the PHP language? I couldn't see it on their website. -
Alex Schaft created a post, Excluded deployment paths are deployed
I've got a /js/easyui/demo folder which is excluded from deployment, but they're still being uploaded -
-
Alex Schaft commented, -
Alex Schaft created a post, 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 ... -
Alex Schaft created a post, 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...