Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-13515

Jdbc Store Boolean does not work

XMLWordPrintable

      The database created in postgresql is a boolean
      create table CustomerCommand (
      id int8 not null,
      promotion boolean,
      buyer_id int8,
      primary key (id)
      );

       

      However the mapping to bool does not work 

      customercommand.promotion retrival displays a 

      An error occurred while retrieving cache d

      Unexpected error retrieving data. "SqlType not supported: -7"
       

              wburns@redhat.com Will Burns
              karestig@redhat.com Katia Aresti
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: