Closed astares closed 1 year ago
Merging #61 (d31ab49) into master (0fe7fe6) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #61 +/- ##
=======================================
Coverage 78.71% 78.71%
=======================================
Files 107 107
Lines 4444 4444
=======================================
Hits 3498 3498
Misses 946 946
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Mmmhhh .... strange: CI throws an primitive error in Threaded FFI (TFFI) Backend
@tesonep can you help
To reproduce load Glorp into latest Pharo 12 on Windows and run #testTime
I'm researching this a bit and seems that the data written in the DB is not right for datetime
and time
columns. So maybe the problem is in the storing function calls and not in the retrieval ones.
I've found the problem. The methods putting dates, date times, and times are not encoding the string representations as UTF8. I don't know why it worked previously, maybe some FFI changes broke it?
fix #60