Hello,
I would like to store binary data in the PostgreSQL database, using bytea data type. Is this possible with sequel? PostgreSQL docs say that if inserting to bytea, it needs escaping certain characters, the question is if sequel has this escape/un- escape functions... Or am I missing something. Vlad PS: When I tried the simplest insert with sequel, using: db[:table].insert(:data => "the binary string") it got truncated in the database, so I think that it is escaping issue. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
