Jefferson ELIAS

Results 23 comments of Jefferson ELIAS

Hi, two years later, will it be added or not?

Hi everybody, why not OlaDbMaint or OlaDbMgmt ?

One other suggestion: why not create the solution without naming the schema (not even dbo). In that way, the first installation step would be to create an "orphan user" (or...

@OliverUweHahn I totally agree with you, but the `EXECUTE AS` can be a manual (or scripted) operation before executing the installation script. Nevertheless, it's just a suggestion that I think...

Well, I've been using [Combiner ](https://github.com/nzakas/combiner) for more than 6 years, even if it's been designed for CSS combination in the first place... It's written in java, so cross-platform and...

Here is the code that wraps up combiner: ``` function Build-File { param ( [string]$BUILT_FILE, [string]$BUILD_LOG, [string[]]$SRC_STR ) Write-Host "Now building ${BUILT_FILE}" java -jar $CombinerToolPath --charset UTF8 -v -e -o...

it's nearly correct... Except that if you number the files and a change comes "between" two consecutive numbers, or involve a complete review or the sequence, then, with this way,...

Thanks, it appears that first problem is solved, but the second is not.

@MVKozlov I think it's preferable when you have a config file in which you tell "show progress" or not... Otherwise, there is the need to create two different calls, just...

No, I didn't know. So, Switch or boolean are very similar then