Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-proto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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-proto
Merge requests
!3
Switch integer values to int32
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Switch integer values to int32
f-int32
into
dev
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
Daniel Hornung
requested to merge
f-int32
into
dev
3 years ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
dev
version 1
1857e2fe
3 years ago
dev (base)
and
latest version
latest version
1857e2fe
2 commits,
3 years ago
version 1
1857e2fe
37 commits,
3 years ago
2 files
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
proto/caosdb/entity/v1alpha1/main.proto
+
1
−
1
Options
@@ -90,7 +90,7 @@ message ScalarValue {
// Wraps different optimized representations of a single value.
oneof
scalar_value
{
// The value as integer
int
64
integer_value
=
1
;
int
32
integer_value
=
1
;
// The value as double
double
double_value
=
2
;
// The value as bool
Loading