I'm trying to copy some records from a MySQL database to a sqlite database. The column is a timestamps set to "not null". My issue is when I have a datetime column with a value of "0000-00-00 00:00:00" sequel returns nil. Is there anyway to get sequel to return "0000-00-00 00:00:00"? I have tried the DB.convert_invalid_date_time = nil but that does not seem to work on the mysql2 adapter.
-- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
