AbtDatabaseManager>>#sQLStringForFraction: - #asDecimal -> #asScaledDecimal

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

AbtDatabaseManager>>#sQLStringForFraction: - #asDecimal -> #asScaledDecimal

Noschvie
AbtDatabaseManager>>#sQLStringForFraction: uses #asDecimal but should use #asScaledDecimal instead,
like AbtOracleAbstractDatabaseManager>>#sQLStringForFraction:

#asDecimal seems to be deprecated (refer ScaledDecimal>>#asDecimal)

AbtOracle8DecimalField>>#valueAsSQLString: uses #asDecimal but should use #asScaledDecimal too.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: AbtDatabaseManager>>#sQLStringForFraction: - #asDecimal -> #asScaledDecimal

Seth Berman
Thanks Norbert!

Agreed.
Created Case 63956: Use asScaledDecimal in place of deprecated asDecimal
to fix this issue.

-- Seth

On Monday, August 20, 2018 at 5:32:57 AM UTC-4, Norbert Schlemmer wrote:
AbtDatabaseManager>>#sQLStringForFraction: uses #asDecimal but should use #asScaledDecimal instead,
like AbtOracleAbstractDatabaseManager>>#sQLStringForFraction:

#asDecimal seems to be deprecated (refer ScaledDecimal>>#asDecimal)

AbtOracle8DecimalField>>#valueAsSQLString: uses #asDecimal but should use #asScaledDecimal too.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: AbtDatabaseManager>>#sQLStringForFraction: - #asDecimal -> #asScaledDecimal

Noschvie
Thanks!

Am Mittwoch, 22. August 2018 20:43:01 UTC+2 schrieb Seth Berman:
Thanks Norbert!

Agreed.
Created Case 63956: Use asScaledDecimal in place of deprecated asDecimal
to fix this issue.

-- Seth

On Monday, August 20, 2018 at 5:32:57 AM UTC-4, Norbert Schlemmer wrote:
AbtDatabaseManager>>#sQLStringForFraction: uses #asDecimal but should use #asScaledDecimal instead,
like AbtOracleAbstractDatabaseManager>>#sQLStringForFraction:

#asDecimal seems to be deprecated (refer ScaledDecimal>>#asDecimal)

AbtOracle8DecimalField>>#valueAsSQLString: uses #asDecimal but should use #asScaledDecimal too.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.