[Bug 390730] Re: mdb-export prints binary for OLE fields.

2013-11-28 Thread Jean-Michel Vourgere
** Changed in: mdbtools (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mdbtools in Ubuntu. https://bugs.launchpad.net/bugs/390730 Title: mdb-export prints binary for OLE fields.

[Bug 390730] Re: mdb-export prints binary for OLE fields.

2013-11-28 Thread Jean-Michel Vourgere
** Changed in: mdbtools (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/390730 Title: mdb-export prints binary for OLE fields. To manage

[Bug 390730] Re: mdb-export prints binary for OLE fields.

2012-12-02 Thread Jean-Michel Vourgere
Fixed upstream: https://github.com/brianb/mdbtools/commit/a66531c74a7a28cf91c8699f12a0182429f47972 ** Changed in: mdbtools (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 390730] Re: mdb-export prints binary for OLE fields.

2012-01-14 Thread Jean-Michel Vourgere
Actually this is a bit more complex. When using csv format, one should *not* escape the binary. When using insert statement, characters should be escaped in a backend specific way... ** Changed in: mdbtools (Ubuntu) Assignee: (unassigned) = Jean-Michel Vourgere (jmv-deb) ** Changed in:

[Bug 390730] Re: mdb-export prints binary for OLE fields.

2009-06-22 Thread Adam Buchbinder
** Attachment added: Patch against mdb-export.c. http://launchpadlibrarian.net/28205300/mdb-export-OLE.diff ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/28205302/Dependencies.txt -- mdb-export prints binary for OLE fields. https://bugs.launchpad.net/bugs/390730 You

[Bug 390730] Re: mdb-export prints binary for OLE fields.

2009-06-22 Thread Adam Buchbinder
I should note that the current patch mangles the fields, e.g., I get '\147\367\2' where I should probably be getting something else. It doesn't output broken SQL (well, embedded newlines in text fields aren't escaped, but that's a different problem), so it at least works for me; I have no