File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/ProgressOnderwijsUtils Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <Import Project =" ..\NugetPackagesCommon.props" />
33 <PropertyGroup Label =" Configuration" >
4- <Version >105.4 .0</Version >
5- <PackageReleaseNotes >Allow for clearing of connection pool after killing spids. </PackageReleaseNotes >
4+ <Version >105.5 .0</Version >
5+ <PackageReleaseNotes >QualifiedNameSql property added to SequenceSqlDefinition </PackageReleaseNotes >
66 <Title >ProgressOnderwijsUtils</Title >
77 <Description >Collection of utilities developed by ProgressOnderwijs</Description >
88 <PackageTags >ProgressOnderwijs</PackageTags >
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ public sealed record SequenceSqlDefinition(
1010 long MinimumValue ,
1111 long MaximumValue ) : IWrittenImplicitly
1212{
13+ public ParameterizedSql QualifiedNameSql
14+ => ParameterizedSql . AssertQualifiedSqlIdentifier ( QualifiedName ) ;
15+
1316 public void AppendCreationScript ( StringBuilder sb )
1417 {
1518 if ( Type != SqlSystemTypeId . BigInt && Type != SqlSystemTypeId . Int ) {
You can’t perform that action at this time.
0 commit comments