Matthias Van Woensel

Results 6 issues of Matthias Van Woensel

We occasionally get customers that destroy their data by renaming a container. It's documented, but it gets missed. This PR adds a new `platform commit:validate` method that can check the...

Customer reported a bug in the new version. That caused him to see the same numbers for every database/relation. I had to add a new table to show the database...

You can have alfanumeric keys together with numeric keys. I changed the regular expression to fix this. Example: ``` var arrResults = {"ID4":{"MAXNUMBERPRATICA":"27652","_odbc_connection_id":"ID4"},"4":{"MAXNUMBERPRATICA":"123456","_odbc_connection_id":"ID4"}}; console.log(sprintf("check results = %(arrResults[4].MAXNUMBERPRATICA)s",{"arrResults":arrResults})); console.log(sprintf("check results =...

I'd like to share an idea with you guys that might be of use. As someone who has programmed in QT I have always loved the way they [communicate between...

feature request
discussion

This allows users to detect if they are on a production site that actually has a domain added. Can also be used to detect if a dev environment has a...