GithubHelp home page GithubHelp logo

Comments (5)

charlie-wasp avatar charlie-wasp commented on July 4, 2024 1

@palkan Iā€˜m on it!

from logidze.

palkan avatar palkan commented on July 4, 2024

I then change it to:
EXECUTE PROCEDURE logidze_logger(100, '', '{created_at, position, updated_at, stale}');

Looks good to me. Except from the second argument: it should be either 'updated_at' (if you want to use updated_at column value as a log timestamp) or null (if you want to rely on DB current time as a log timestamp).

Now I have a bunch of change entries with no entries in them.

Looks like a bug: if everything is filtered out we still add a log entry. @charlie-wasp Could you, please, take a look?

from logidze.

economysizegeek avatar economysizegeek commented on July 4, 2024
  1. So should I change it to this:
    EXECUTE PROCEDURE logidze_logger(100, null, '{created_at, position, updated_at, stale}');
  2. Let me know if there is anything I can contribute to help sort the problem. I assumed I was just doing something wrong :) I want to track most changes but not all of them.

from logidze.

economysizegeek avatar economysizegeek commented on July 4, 2024

I made the null change and it it still generating empty change versions.

{"c"=>{}, "v"=>2, "ts"=>1514993038238}, {"c"=>{}, "v"=>3, "ts"=>1514993038268}, {"c"=>{"closed_at"=>"2018-03-03 15:24:52.146939"}, "v"=>4, "ts"=>1514993094375}, {"c"=>{}, "v"=>5, "ts"=>1514993100172}, {"c"=>{}, "v"=>6, "ts"=>1514993100204}], "v"=>6}

from logidze.

palkan avatar palkan commented on July 4, 2024

Fixed by #55 and released as 0.6.2

from logidze.

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.