On Apr 22, 4:07 am, Mike Golod <[email protected]> wrote: > I'm using sequel 2.12.0. There is a problem with string quoting. > Oracle adapter doesn't override default literal_string behaviour, wich > doubles slash (e.g. \) character in strings. So, after insert or > update it ends with wrong data in database.
Is Oracle's string escaping to just double single quotes inside the string? If so, it should be an easy fix. Jeremy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
