pharo-rdbms / Pharo-SQLite3

Community-owned official SQLite3 binding for Pharo
MIT License
22 stars 20 forks source link

fields marked as date or time are not converted correctly - it uses datetime for everything #30

Closed tblanchard closed 3 years ago

tblanchard commented 3 years ago

The solution being to define more type converters such as timeAt: dateAt: and timestampAt:

Presently it uses dateTimeAt: for everything which is wrong when you are fetching a time.

gcotelli commented 3 years ago

Fixed by #35