GithubHelp home page GithubHelp logo

Comments (5)

jzohrab avatar jzohrab commented on September 25, 2024

Thanks HF for the note! Hopefully this is a quick fix, looking into it.

You still need the migration, even on a fresh db install. That migration hasn't been made permanent in the baseline db.

from lute.

jzohrab avatar jzohrab commented on September 25, 2024

I believe I'm off by 1 second. Per this SO post which points to the docs:

the range for TIMESTAMP values is '1970-01-01 00:00:01.000000' to '2038-01-19 03:14:07.999999'

That migration has

alter table textstatscache
add column UpdatedDate timestamp default '1970-01-01 00:00:00'
after TxID;

alter table textstatscache
add column LastParse timestamp default '1970-01-01 00:00:00'
after TxID;

Fixing that migration in master.

from lute.

jzohrab avatar jzohrab commented on September 25, 2024

I changed these columns to be NULLable, which makes more sense, rather than putting in a dubious date.

Fixed in master, but I'll leave this issue open until a) @HugoFara gets a chance to test it out, and b) I've created a new release with this hotfix.

Thanks Hugo! (I'll see about setting up a GitHub action to test this in an Ubuntu environment, right now I'm just testing on my Mac, which isn't good enough.)

from lute.

jzohrab avatar jzohrab commented on September 25, 2024

GitHub CI set up, and would have caught this issue :-( Alas. Issue is fixed in master as well.

from lute.

HugoFara avatar HugoFara commented on September 25, 2024

Hi! I pulled your latest version today, and the issue does not longer appear so well done. Ironically enough, you signaled me this exact same bug for LWT last month (hugofara/lwt#78) 😆

Have a nice day!

from lute.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.