On Wed, 5 Jun 2019 07:20:21 -0400 Chris <coderight+s...@gmail.com> wrote:

C> Using Firebird 3.0.4 and SOCI 3.2.3 on Arch Linux.
C> 
C> I have a table like:
C> > CREATE TABLE foo (
C> >   name VARCHAR(32) NOT NULL,
C> >   value BIGINT NOT NULL,
C> >   data BLOB,
C> >   PRIMARY KEY (name, value)
C> > );
C> 
C> I can't insert in to this table using prepared values.

 FWIW, I use blobs just fine with Firebird and pre-4.0 version of SOCI,
i.e. the current git master, so you might want to switch to it instead.

 Regards,
VZ

Attachment: pgpepdhRiRYja.pgp
Description: PGP signature

_______________________________________________
soci-users mailing list
soci-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to