WhiteCoreSim / WhiteCore-Dev

WhiteCoreSim - Software to create your own virtual world
BSD 3-Clause "New" or "Revised" License
26 stars 34 forks source link

[solved] sqlite error after login in console #303

Closed BogusCurry closed 6 years ago

BogusCurry commented 6 years ago

Hello all ;D I run local a standalone with sqlite and actual repo from wcs, now I have seen that I becomes after log in a error messages in the console. https://paste.md-5.net/kuvijukesu.vhdl

I hope you can fix it ;D

Greetings Bogus

emperorstarfinder commented 6 years ago

Looks like greythane forgot to update the sqlite piece for the UNIX_TIMESTAMP problem the other day. I am sure this will get sorted in short order. It is a verified and known bug.

greythane commented 6 years ago

Hmm.. That will teach me to not verify patches :( Conflict with embedded SQLIte function and the filter processing interpreting things incorrectly.

Sorted in commit # d3f70e2a...

BogusCurry commented 6 years ago

Thanks @greythane for the fix, the bug is solved ;D