Alex Schaft

- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 8
-
Alex Schaft 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 进行了评论, -
Alex Schaft 创建了一个帖子, 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 创建了一个帖子, 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...