Book a Demo

Author Topic: Addition (plus sign +) does not work as expected in .qea (SQLite) repositories  (Read 4512 times)

Heidi V.

  • EA User
  • **
  • Posts: 23
  • Karma: +0/-0
    • View Profile
When running the following query on a .qea repository using the model search facility

Code: [Select]
select 1+1 as addition;
the result is 11.

When running the same query from within DBeaver and on the command line using SQLite, the result is 2.

For some reason, a string concatenation is done in EA.

This apparently has been reported to Sparx earlier, see https://sparxsystems.com/forums/smf/index.php/topic,46874.msg273987.html#msg273987, but is not fixed yet in 16.1.1627.

I've submitted a bug report as well.