Skip to content

sqlserver datamodel fixes na merge stuf-bg204 #410

Merged
mprins merged 10 commits into
masterfrom
sqlserver-datamodel-fixes
Mar 5, 2018
Merged

sqlserver datamodel fixes na merge stuf-bg204 #410
mprins merged 10 commits into
masterfrom
sqlserver-datamodel-fixes

Conversation

@mprins
Copy link
Copy Markdown
Member

@mprins mprins commented Feb 21, 2018

zie #404

@mprins mprins added this to the 1.5.3 milestone Feb 21, 2018
@mprins mprins self-assigned this Feb 21, 2018
@mprins
Copy link
Copy Markdown
Member Author

mprins commented Feb 21, 2018

voor 120: van tabellen met PK-contraint op een kolom kan de breedte niet worden aangepast, eerst PK droppen dan aanpassen en PK weer aanbrengen, zie: https://stackoverflow.com/questions/30350822/how-to-change-the-column-length-of-a-primary-key-in-sql-server

Msg 5074, Level 16, State 1, Server APPVYR-WIN\SQL2016, Line 3
The object 'ander_btnlnds_niet_nat_prs_pk' is dependent on column 'sc_identif'.
Msg 5074, Level 16, State 1, Server APPVYR-WIN\SQL2016, Line 3
The object 'fk_ann_sc' is dependent on column 'sc_identif'.
Msg 4922, Level 16, State 9, Server APPVYR-WIN\SQL2016, Line 3
ALTER TABLE ALTER COLUMN sc_identif failed because one or more objects access this column.

zie: https://ci.appveyor.com/project/mprins/brmo/build/2041-sqlserver-datamodel-fixes#L1147

@mprins mprins force-pushed the sqlserver-datamodel-fixes branch from 49278a4 to 5afc6f3 Compare March 5, 2018 11:17
@mprins mprins force-pushed the sqlserver-datamodel-fixes branch from 7081313 to e425462 Compare March 5, 2018 15:44
@mprins mprins merged commit bebc90a into master Mar 5, 2018
@mprins mprins deleted the sqlserver-datamodel-fixes branch March 5, 2018 18:40
github-actions Bot pushed a commit that referenced this pull request Mar 10, 2026
Bumps
[commons-logging:commons-logging](https://github.com/apache/commons-logging)
from 1.3.5 to 1.3.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/apache/commons-logging/blob/master/RELEASE-NOTES.txt">commons-logging:commons-logging's
changelog</a>.</em></p>
<blockquote>
<h2>Apache Commons Logging 1.3.6 Release Notes</h2>
<p>The Apache Commons Logging team is pleased to announce the release of
Apache Commons Logging 1.3.6.</p>
<p>Apache Commons Logging is a thin adapter allowing configurable
bridging to other,
well-known logging systems.</p>
<p>This is a feature and maintenance release. Java 8 or later is
required.</p>
<h2>Changes in this version</h2>
<h2>Fixed Bugs</h2>
<ul>
<li>
<pre><code> Fix running spotbugs:check: Unable to parse configuration of
mojo. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Update deprecated call in
PathableClassLoader.addLogicalLib(String). Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Fix malformed Javadoc comments. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code> Fix log level in Slf4jLogFactory.error(Object, Throwable)
[#416](apache/commons-logging#416). Thanks to
Gary Gregory.
</code></pre>
</li>
</ul>
<h2>Changes</h2>
<ul>
<li>
<pre><code> Bump org.apache.commons:commons-parent from 81 to 97
[#361](apache/commons-logging#361),
[#367](apache/commons-logging#367),
[#388](apache/commons-logging#388),
[#409](apache/commons-logging#409),
[#410](apache/commons-logging#410). Thanks to
Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> Bump org.slf4j:slf4j-api from 2.0.16 to 2.0.17
[#344](apache/commons-logging#344). Thanks to
Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> Bump com.h3xstream.findsecbugs:findsecbugs-plugin from
1.13.0 to 1.14.0
[#360](apache/commons-logging#360). Thanks to
Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> Bump log4j2.version from 2.24.3 to 2.25.3
[#371](apache/commons-logging#371),
[#412](apache/commons-logging#412). Thanks to
Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0
[#373](apache/commons-logging#373). Thanks to
Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code> Bump ch.qos.logback:logback-core from 1.3.14 to 1.3.16
[#411](apache/commons-logging#411).. Thanks to
Gary Gregory, Dependabot.
</code></pre>
</li>
</ul>
<p>Historical list of changes: <a
href="https://commons.apache.org/proper/commons-logging/changes.html">https://commons.apache.org/proper/commons-logging/changes.html</a></p>
<p>Download it from <a
href="https://commons.apache.org/proper/commons-logging/download_logging.cgi">https://commons.apache.org/proper/commons-logging/download_logging.cgi</a></p>
<p>For complete information on Apache Commons Logging, including
instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons Logging
website:</p>
<p><a
href="https://commons.apache.org/proper/commons-logging/">https://commons.apache.org/proper/commons-logging/</a></p>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/commons-logging/commit/141c9ea8661fbf53ca710d12c462fab42986f0bf"><code>141c9ea</code></a>
Prepare for the release candidate 1.3.6 RC1</li>
<li><a
href="https://github.com/apache/commons-logging/commit/05cbf46ae4aad9eb11510ab589fc9a37080001eb"><code>05cbf46</code></a>
Prepare for release</li>
<li><a
href="https://github.com/apache/commons-logging/commit/3ea5f4dfb225f378e5a97c5399d45ee7922f9d86"><code>3ea5f4d</code></a>
Prepare for the next release candidate</li>
<li><a
href="https://github.com/apache/commons-logging/commit/d8e5e8069869ebe37ad969088d0ca9411d0ace11"><code>d8e5e80</code></a>
Simplify</li>
<li><a
href="https://github.com/apache/commons-logging/commit/694754e71498cddbaf77bcc1612e9184a176dd3f"><code>694754e</code></a>
Simpler description.</li>
<li><a
href="https://github.com/apache/commons-logging/commit/97e7660e5fe43e7c1169cc4f3e2b92629f4dd3fd"><code>97e7660</code></a>
Fix log level in Slf4jLogFactory.error(Object, Throwable) <a
href="https://redirect.github.com/apache/commons-logging/issues/416">#416</a></li>
<li><a
href="https://github.com/apache/commons-logging/commit/07452cca430f2deb176571b41e841f44839c8f64"><code>07452cc</code></a>
fix LogLevel (<a
href="https://redirect.github.com/apache/commons-logging/issues/416">#416</a>)</li>
<li><a
href="https://github.com/apache/commons-logging/commit/c8c20dec5e5bb7603c8e8639a6346f3490722dd9"><code>c8c20de</code></a>
Bump github/codeql-action from 4.32.4 to 4.32.5</li>
<li><a
href="https://github.com/apache/commons-logging/commit/b879d3e76a738c0aec6ce9cb151f0176cd218537"><code>b879d3e</code></a>
Bump org.apache.commons:commons-parent from 96 to 97.</li>
<li><a
href="https://github.com/apache/commons-logging/commit/5b2e759ee1ba7b18d53f13f085d8680b7dcf11f2"><code>5b2e759</code></a>
Add security page.</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/commons-logging/compare/rel/commons-logging-1.3.5...rel/commons-logging-1.3.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-logging:commons-logging&package-manager=maven&previous-version=1.3.5&new-version=1.3.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant