LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
52 stars 24 forks source link

[FRG-16] Allow decimal division to be customizable via server personalities #854

Closed dynamobi-build closed 12 years ago

dynamobi-build commented 12 years ago

[reporter="jpham", created="Sun, 8 Jan 2006 18:48:58 -0500 (GMT-05:00)"] The SQL 2003 standard does not provide guidelines for the result type of a division, and database vendors have each chosen their own scheme. For us, this means that whichever scheme we use, we will not be able to keep everyone happy.

It may be desirable to make the result type customizable to fit different compatibility modes.

To customize the division, please reference SqlTypeStrategies

dynamobi-build commented 12 years ago

[author="jpham", created="Fri, 13 Jan 2006 16:13:46 -0500 (GMT-05:00)"] Duplicate source code was removed.

dynamobi-build commented 12 years ago

[author="jvs", created="Sat, 4 Nov 2006 13:58:18 -0500 (GMT-05:00)"] John has taken care of this one (and multiplication) as part of LucidDB changes in decimal arithmetic type derivation.