On Mon, Nov 22, 2021 at 10:55 AM Billy Zheng <vil...@gmail.com> wrote:

> > I cannot see why the first two would cause a problem, but maybe the last
> one does?  You can turn that off via the :use_iso_date_format=>false option
> when
> setting up your Database connection.
>
> I consider not caused by those option, because following code still not
> work. (after revert above hack in acquire method)
>
> ```
> DB = Sequel.connect(DB_URL, :use_iso_date_format => false,
> :force_standard_strings => false)
>
> # many code,  ellipsis ...
>
> DB.run(Sequel.lit("update investing_latest_news set title=title"))
>

If you avoid the many code, and run DB.run directly after DB =
Sequel.connect, does it work then?

Thanks,
Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sequel-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sequel-talk/CADGZSSfgRKoxnMBwUTMe6QKwQX%3Dju72CdpsNX5d-rKwbG1ZoTg%40mail.gmail.com.

Reply via email to