Hi Following http://groups.google.com/group/sequel-talk/browse_thread/thread/6138e2c401ccf201 you changed the behavior of literal_date from then.
I recently updated sequel, and my dates are no longer saved as ISO8601. I looked the sequel code, it relies on "literal_date" and "requires_sql_standard_datetimes?" now. I'm wondering how I should change the boolean returned by "requires_sql_standard_datetimes?" I overwrite it in my code, but it does not seems very nice. Then i have another problem : SQLite does not like "DATE 'YYY-MM-DD'". So I'm back with the tweak I used back then, overwrite literal_date. I don't have a solution at hand, nor how it should be handled. Simon -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
