Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-pylib
Compare revisions
9bd4fae2bcccc8dd5a3862b4c10c72b62e8d5b32 to ab1ba7aa983169ab8acab43d416620fb4fa06de6
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
caosdb/src/caosdb-pylib
Select target project
No results found
ab1ba7aa983169ab8acab43d416620fb4fa06de6
Select Git revision
Loading items
Swap
Target
caosdb/src/caosdb-pylib
Select target project
caosdb/src/caosdb-pylib
1 result
9bd4fae2bcccc8dd5a3862b4c10c72b62e8d5b32
Select Git revision
Loading items
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
edited property needs datatype
· 41354a49
Sina Rohde
authored
3 years ago
41354a49
Merge branch 'f-data-insert' into 'main'
· ab1ba7aa
Henrik tom Wörden
authored
3 years ago
edited property needs datatype See merge request
!22
ab1ba7aa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/doc/tutorials/Data-Insertion.rst
+2
-1
2 additions, 1 deletion
src/doc/tutorials/Data-Insertion.rst
with
2 additions
and
1 deletion
src/doc/tutorials/Data-Insertion.rst
View file @
ab1ba7aa
...
...
@@ -10,7 +10,8 @@ at the chapter :any:`caosdb-server:Data Model` .
In order to insert some actual data, we need to create a data model
using RecordTypes and Properties (You may skip this if you use a CaosDB
instance that already has the required types). So, let’s create a simple
instance that already has the required types). When you create a new Property
you must supply a datatype. So, let’s create a simple
Property called “a” of datatype double. This is very easy in pylib:
.. code:: python
...
...
This diff is collapsed.
Click to expand it.