[Gambas-bugtracker] Bug #2780: "Type mismatch" error with PostgreSQL

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Mon Sep 18 23:36:28 CEST 2023


http://gambaswiki.org/bugtracker/edit?object=BUG.2780&from=L21haW4-

Comment #4 by Gianluigi GRADASCHI:

The only thing unusual I did that was deleting the master version and installing the stable version, I ran a few programs. 
I deleted the stable and re-installed the master, here is the history: 


   69  cd gambasdevel
   70  sudo make uninstall
   71  cd
   72  rm -rf olddevel/
   73  mv gambasdevel olddevel
   74  git clone --branch stable --depth=1 https://gitlab.com/gambas/gambas.git gambastable
   75  cd gambastable
   76  ./reconf-all && ./configure -C
   77  make && LANG="C" sudo make install
   78  cd gambastable
   79  sudo make uninstall
   80  cd
   81  rm -rf gambastable/
   82  git clone --depth=1 https://gitlab.com/gambas/gambas.git gambasdevel
   83  cd gambasdevel
   84  ./reconf-all && ./configure -C
   85  make && LANG="C" sudo make install




More information about the Bugtracker mailing list