Skip to content
Snippets Groups Projects
Commit 09da19db authored by Martin Weise's avatar Martin Weise
Browse files

Merge branch 'release-latest' into release-1.4.2

parents fe87919c 46d4eab4
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,8 @@ print(f"Analysis result: {analysis}")
# create table
table = client.create_table(database_id=1,
name="Sensor Data",
constraints=CreateTableConstraints(checks=['precipitation >= 0'],
constraints=CreateTableConstraints(
checks=['precipitation >= 0'],
uniques=[['precipitation']]),
columns=[CreateTableColumn(name="date",
type=ColumnType.DATE,
......
[project]
name = "dbrepo"
version = "1.4.2rc5"
version = "__APPVERSION__"
description = "DBRepo Python Library"
keywords = [
"DBRepo",
......
......@@ -2,7 +2,7 @@
from distutils.core import setup
setup(name="dbrepo",
version="1.4.2rc5",
version="__APPVERSION__",
description="A library for communicating with DBRepo",
url="https://www.ifs.tuwien.ac.at/infrastructures/dbrepo//",
author="Martin Weise",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment