Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-scheduler
Source project has a limited visibility.
  • Pierre-Yves David's avatar
    af1245b0
    Migration psycopg3 · af1245b0
    Pierre-Yves David authored and Nicolas Dandrimont's avatar Nicolas Dandrimont committed
    The adapter registration become simpler, as psycopg understand enum
    natively.
    
    Most change are about the new parameter substitution.
    
    We no longer need to raise Scheduler error if we have multiple Visit
    update for the same URl. It seemed fine so I did not make extra work to
    make use it happens.
    
    On test was related to psycopg2 page size, we kept it to test "large"
    batch.
    af1245b0
    History
    Migration psycopg3
    Pierre-Yves David authored and Nicolas Dandrimont's avatar Nicolas Dandrimont committed
    The adapter registration become simpler, as psycopg understand enum
    natively.
    
    Most change are about the new parameter substitution.
    
    We no longer need to raise Scheduler error if we have multiple Visit
    update for the same URl. It seemed fine so I did not make extra work to
    make use it happens.
    
    On test was related to psycopg2 page size, we kept it to test "large"
    batch.