Informix float and double precision in decimal digits
Description
Informix, according to the float documentation, likely defines precision in decimal digits, since an error is reported in tests when trying to use the default precision (double -53, float - 24).
For example, in
when trying to create a table.
Activity
Show:
Gavin King May 22, 2024 at 9:22 AM
OK, so then InformixDialect probably should override those methods like this:
Please test that and, if it works, send us a pull request. Thanks.
Informix, according to the float documentation, likely defines precision in decimal digits, since an error is reported in tests when trying to use the default precision (double -53, float - 24).
For example, in
when trying to create a table.