Bug Report: New Application Deployment on MSSQL

abraun

Member
1. When trying to set up a test application, we tried using the create an application based on the existing data, we got an error trying to get it created and when looking at the query it was trying to run, it wasn't a valid mssql query.

I don't have that query right now, should have saved it, but the where statement when it tries to gather all of the table information uses two single quotes followed by the string followed by two single quotes. See the example, the formatting in the database highlights what the issue is.

1657548327335.png

2. Looks like you need to add an 'r' to the work enterprise on the about/upgrade page under the Your current DaDaBIK version, I have made it red in my copied out specs below.



Your current DaDaBIK version​

You are using DaDaBIK version 11.6-Elba enterprise, installed on 07-08-2022 (installation code: 1805962c842a81066f), the latest version of DaDaBIK is 11.6-Elba released on 06-14-2022

You are running the latest release of DaDaBIK

In case you want to upgrade to a more powerful edition (from Pro to Enterprise/Platinum, from Enteprise to Platinum) please contact us.

System info​

PHP Version: 7.4.29

sqlserver version: 15.00.4223

Web server: Apache/2.4.53 (Win64) OpenSSL/1.1.1n PHP/7.4.29

Client: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.49

URL installation: http://localhost/DaDaBIKTest/
 

eugenio

Administrator
Staff member
Hi,
thanks, typo fixed.

I can't replicate your issue with the quotes, can you replicate it and paste the exact query?

Best,
 
Top