Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-mysqlbackend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-mysqlbackend
Commits
c0ec0245
Commit
c0ec0245
authored
2 months ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: Use correct patch version
parent
b3638eb8
No related branches found
No related tags found
1 merge request
!33
Fix accent sensitivity
Pipeline
#60676
passed
2 months ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+9
-5
9 additions, 5 deletions
CHANGELOG.md
patches/patch20250130-8.1.0/patch.sh
+1
-1
1 addition, 1 deletion
patches/patch20250130-8.1.0/patch.sh
with
10 additions
and
6 deletions
CHANGELOG.md
+
9
−
5
View file @
c0ec0245
...
@@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
...
@@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Added
### Changed
-
New version requirement: MariaDB 11.2 or later.
-
New version requirement: MariaDB 11.2 or later.
### Changed
### Deprecated
### Deprecated
### Removed
### Removed
...
@@ -21,9 +21,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
...
@@ -21,9 +21,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Fixed
-
[
SQL dump migration can now be applied twice
](
https://gitlab.indiscale.com/caosdb/src/caosdb-mysqlbackend/-/issues/60
)
: Fixed an error in the regex.
-
[
SQL dump migration can now be applied
-
[
linkahead-server#264 Queries ignore accents and umlauts
](
https://gitlab.com/linkahead/linkahead-server/-/issues/264
)
: Changed to more appropriate
twice
](
https://gitlab.indiscale.com/caosdb/src/caosdb-mysqlbackend/-/issues/60
)
:
collation and character sets.
Fixed an error in the regex.
-
[
linkahead-server#264
](
https://gitlab.com/linkahead/linkahead-server/-/issues/264
)
Queries ignore accents and umlauts: Changed to more appropriate
collation and character sets. This requires MariaDB 11.2 or later,
see above.
### Security
### Security
...
...
This diff is collapsed.
Click to expand it.
patches/patch20250130-8.
0.1
/patch.sh
→
patches/patch20250130-8.
1.0
/patch.sh
+
1
−
1
View file @
c0ec0245
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
# Set the collation so that accents on characters become relevant.
# Set the collation so that accents on characters become relevant.
OLD_VERSION
=
"v8.0.0"
OLD_VERSION
=
"v8.0.0"
NEW_VERSION
=
"v8.
0.1
"
NEW_VERSION
=
"v8.
1.0
"
if
[
-z
"
$UTILSPATH
"
]
;
then
if
[
-z
"
$UTILSPATH
"
]
;
then
UTILSPATH
=
"../utils"
UTILSPATH
=
"../utils"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment