Skip to content

Commit baa4bf0

Browse files
* Adding MySql support to almost all SQL functions (still not Import-StoredProcedure)
* Minor fixes to data table creation functions * Minor change to Write-WalkthruHTML (to support deserialized input) * Changes to walkthrus and examples to support tests * Improved Test Coverage
1 parent 522bc15 commit baa4bf0

21 files changed

+45
-6
lines changed

Add-SQLTable.ps1

4.72 KB
Binary file not shown.

ConvertTo-ModuleService.ps1

-62 Bytes
Binary file not shown.

Get-SQLTable.ps1

3.45 KB
Binary file not shown.

Get-Walkthru.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Get-Command
5151
# The script block used to generate a walkthru
5252
[Parameter(Mandatory=$true,
5353
ParameterSetName="ScriptBlock")]
54-
[ScriptBlock]$ScriptBlock
54+
[ScriptBlock]$ScriptBlock
5555
)
5656

5757
begin {

Import-PSData.ps1

16 Bytes
Binary file not shown.

Invoke-WebCommand.ps1

1.09 KB
Binary file not shown.

New-Datatable.ps1

20 Bytes
Binary file not shown.

New-Region.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
} -AsAccordian
2323
.Example
2424
# Makes an empty region
25-
New-Region -Style @{} -Content -LayerID MyId
25+
New-Region -Style @{} -Content "My Layer" -LayerID MyId
2626
.Example
2727
# A Centered Region containing Microdata
2828
New-Region -ItemType http://schema.org/Event -Style @{

New-SQLDatabase.ps1

3.32 KB
Binary file not shown.

New-Webpage.ps1

-26 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)