9. Release Notes¶
9.1. MimerPy Version 1.1¶
MimerPy version 1.1 is the first public version.
Known problems:
DDL and DML statments can not be mixed in one transaction. DDL statements are always committed
DDL statements in a transaction can not be rolled back.
The methods
setinputsizes()
andsetoutputsize()
are not implemented for cursors.Accessing values with the type builtin.uuid in Mimer SQL requires a MimerAPI of version 11.0.5B or later.
Accessing values with the type FLOAT(p) in Mimer SQL requires a MimerAPI of version 11.0.5B or later.
Accessing integer values larger than 2**63 with the type INTEGER(p) in Mimer SQL requires a MimerAPI of version 11.0.5B or later.
Using method
callproc()
to call a Stored Procedure is not yet supported.