diff --git a/CommKrnl.dll b/CommKrnl.dll index 2f7ffd9..28e3bd2 100644 Binary files a/CommKrnl.dll and b/CommKrnl.dll differ diff --git a/MathKrnl.dll b/MathKrnl.dll index 9e7e018..beec6d5 100644 Binary files a/MathKrnl.dll and b/MathKrnl.dll differ diff --git a/PK_SQL.DLL b/PK_SQL.DLL index 54f6b47..718bb51 100644 Binary files a/PK_SQL.DLL and b/PK_SQL.DLL differ diff --git a/TSCrypt.dll b/TSCrypt.dll index c610af0..e2998da 100644 Binary files a/TSCrypt.dll and b/TSCrypt.dll differ diff --git a/TSL.exe b/TSL.exe index cc2c29b..7aae3e2 100644 Binary files a/TSL.exe and b/TSL.exe differ diff --git a/TSLDebugModule.dll b/TSLDebugModule.dll index 03a4cbc..23565d0 100644 Binary files a/TSLDebugModule.dll and b/TSLDebugModule.dll differ diff --git a/TSLInterp.dll b/TSLInterp.dll index 7b537f3..334be9a 100644 Binary files a/TSLInterp.dll and b/TSLInterp.dll differ diff --git a/TSLPlugin.dll b/TSLPlugin.dll index 896c788..b92b934 100644 Binary files a/TSLPlugin.dll and b/TSLPlugin.dll differ diff --git a/TSSVRAPI.DLL b/TSSVRAPI.DLL index f35d7c3..cfd30b5 100644 Binary files a/TSSVRAPI.DLL and b/TSSVRAPI.DLL differ diff --git a/plugin/PocoExecSQL.DLL b/plugin/PocoExecSQL.DLL index 0832804..8a0d24b 100644 Binary files a/plugin/PocoExecSQL.DLL and b/plugin/PocoExecSQL.DLL differ diff --git a/plugin/TSLCPLUGIN.DLL b/plugin/TSLCPLUGIN.DLL index 32cfeee..7e57de0 100644 Binary files a/plugin/TSLCPLUGIN.DLL and b/plugin/TSLCPLUGIN.DLL differ diff --git a/plugin/TSLClient.dll b/plugin/TSLClient.dll index f38ab01..643364b 100644 Binary files a/plugin/TSLClient.dll and b/plugin/TSLClient.dll differ diff --git a/protocol.dll b/protocol.dll index 07d72ca..fbc6d7d 100644 Binary files a/protocol.dll and b/protocol.dll differ diff --git a/tsjni.dll b/tsjni.dll index a3bdf37..fbc03aa 100644 Binary files a/tsjni.dll and b/tsjni.dll differ diff --git a/tslkrnl.dll b/tslkrnl.dll index d902e88..370fa09 100644 Binary files a/tslkrnl.dll and b/tslkrnl.dll differ diff --git a/tsnet.dll b/tsnet.dll index 84729e4..9d65827 100644 Binary files a/tsnet.dll and b/tsnet.dll differ diff --git a/whatsnew.txt b/whatsnew.txt index ce3bc0e..ba86f00 100644 --- a/whatsnew.txt +++ b/whatsnew.txt @@ -1,3 +1,14 @@ +更新日志--------2024-07-02 + 修正:TSL编辑器等本地调试因为协议升级造成的问题。 + +更新日志--------2024-06-28 + 升级:TSL语言UNIT支持在interface或implementation中定义变量或者常量,支持findfunction获得一个unit对象,unit对象支持用.来调用方法或者interface里定义的变量或常量。 + 升级:JDBC链接模式,支持数据库别名中的options加入driverLoadLock选项,可以=false或者true。处理JAVA的某些版本JDBC驱动实现存在死锁的可能,目前1.8版本或以下缺省为真,设定为真则加载驱动的时候采用互斥模式。 + +更新日志--------2024-06-18 + 优化:ansistr2array以及bytetype函数的效率。 + 优化:内核分级缓存支撑。 + 更新日志--------2024-06-11 修正:启用的新的流格式存在诱发崩溃的问题。