Hendra Saputra

Results 12 comments of Hendra Saputra

Seems I found this commit which causes the issue: a2ff29533edecd3869ca3a1903c41f5c833c9916 - Fix case sensitivity which resolved issue #496 - [Postgresql ] dev-master broken - case sensitive problem Is the BC...

I resolved this issue using ```scala CucumberPlugin.mainClass := "io.cucumber.core.cli.Main" CucumberPlugin.plugin := { import com.waioeka.sbt.Plugin._ val cucumberDir = CucumberPlugin.cucumberTestReports.value List( HtmlPlugin(new File(cucumberDir, "cucumber.html")), JsonPlugin(new File(cucumberDir, "cucumber.json")), JunitPlugin(new File(cucumberDir, "junit-report.xml")) ) }...

Thanks, I could have a look later today and try to make a PR for this

Yeah @lewismj I also still cant see the newer version in Maven central. I thought it was on queue or something

From the looks of it, it seems need him to run `sbt publish` with the username and password properly set https://github.com/sbt/sbt-cucumber/blob/master/build.sbt#L16

Hi Ed, Thanks for your explanation, just looked into tSQLt's ApplyTrigger code and yes you're right it copies the original trigger to apply to target table. I was assuming it...

Hi, The database project under test has its compatibility level set to SQL Server 2008. But it always deployed to at least SQL Server 2012+. One of the plan is...

Hi Ed, Thanks for your prompt reply. Tried process monitor, turns out VS2015 use vstest.discoveryengine.x86.exe (I applied a filter: process name starts with vstest and only show file system activity)...

Hi Ed, You might miss something there on your previous comment, what should I add?

sorry just comeback, will try this today and let you know what I got