ome / omero-server

Gradle project containing main server logic for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
4 stars 14 forks source link

Omero.table issues #129

Open dominikl opened 3 years ago

dominikl commented 3 years ago

Not sure if omero-server repository is the right place, move if necessary.

Some issues with Omero.tables:

joshmoore commented 3 years ago

Think the current questions can be on omero-py.

  • Why is there a DoubleColumn, but no FloatColumn (but there is a FloatArrayColumn)?

Pretty sure this is because when mixing Java/Python/PostgreSQL data types there was no use with one of the column types. Everything got converted somewhere to the maximal width.

  • Trying to create a Table with DatasetColumn I get:

Seems like a pretty straight-forward bug.