SQLite decimal field

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

SQLite decimal field

alistairgrant
Hi All,

I'm using Glorp to map on to an existing SQLite3 database, but can't
find a platform type for decimal.

The table is created with:

CREATE TABLE IF NOT EXISTS "securities_cynumber"
...
"value" decimal NOT NULL,
...


Looking in SQLite3Platform and DatabasePlatform I can't see anything
that maps to a decimal.

Would someone mind confirming that it doesn't exist, and whether there
is a simpler workaround than adding support to SQLite3Platform.

If I do need to add support, I assume it would use the ScaledDecimal
class.

ST: Pharo 5.0
Glorp: Glorp-PierceNg.126
SQlite3: Glorp-SQLite3-PierceNg.1


Thanks very much,
Alistair

--
You received this message because you are subscribed to the Google Groups "glorp-group" 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/glorp-group.
For more options, visit https://groups.google.com/d/optout.