close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Ticket #1784


Ignore:
Timestamp:
Sep 8, 2014, 4:12:24 PM (11 years ago)
Author:
Pedro Gea
Comment:

Parece ser un problema de la configuración del ODBC. Una solución consiste en cambiar la configuración "Numeric Settings" de la configuración del odbc ("Oracle ODBC Driver Configuration") y utilizar: "Use US settings".

Compruébese la query anterior para validar el cambio.

Nótese, sin embargo que:

Real DBTable("
  SELECT CAST(1.1 AS DECIMAL(5,2)) * 1.0
  FROM dual
")[1][1]; // -> Real 1.1

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1784

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #1784 – Description

    initial v1  
    66  SELECT CAST(1.1 AS DECIMAL(5,2))
    77  FROM dual
    8 ")[1][1];
    9 }}} // -> Real 1.0
     8")[1][1]; // -> Real 1.0
     9}}}