angoca / log4db2

A logging utility like log4j for IBM Db2 SQL PL
https://angoca.github.io/log4db2/
BSD 2-Clause "Simplified" License
6 stars 2 forks source link

n-Queens example does not work on db2 v10.5 #216

Closed angoca closed 2 years ago

angoca commented 2 years ago

Describe the bug When deploying the SPs, there is an error related to the guards when using boolean values.

To Reproduce Steps to reproduce the behavior:

  1. Deploy the n-queens example, specifically in the SOLVE_N_QUEENS procedure, and it will return a SQL0104 syntax error.

Expected behavior Deploy the example without any error.

Db2 installation (please complete the following information):

angoca commented 2 years ago

Solved