Skip to content

Commit

Permalink
biginteger is bigint baw
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Oct 17, 2024
1 parent 865c9e3 commit f6ea5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .aider/prompts/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ Describe "Connect-DbaInstance" {
* -Mandatory:$false is how you do a "not mandatory" parameter
* Scoping is different -- you likely need to use $global:whatever instead of $script:whatever
* Type SwitchParameter does not exist. it's Switch
* SMO objects were shortened from [Microsoft.SqlServer.Management.Smo.Table[]]$InputObject to Table[] in the Paramter check and that broke the tests. Same for Database and BigInteger (which is bigint)
* BigInteger is bigint

0 comments on commit f6ea5ba

Please sign in to comment.