I have uploaded 9.4.7 pre-release into the beta directories for those with premium support and others who have access to this.


  • New LianjaScript commands:
    - RENAME TABLE table1 TO table2
    - COPY TABLE table1 TO table2 [ IF [NOT] EXISTS ]
    Note that table1 and table2 may contain databasename! so tables can be renamed or copied to different databases.
    These new commands copy/rename a table and its associated files i.e. dbf, dbt, dbx and dbd in one operation.
  • Critical Fixed an issue with the LianjaScript EXECPYTHON() function which was not returning the correct value.
  • Minor UI improvements.
  • Bug fixes and performance improvements