diff --git a/MathKrnl.dll b/MathKrnl.dll index b82bf3d..6902d83 100644 Binary files a/MathKrnl.dll and b/MathKrnl.dll differ diff --git a/TSCrypt.dll b/TSCrypt.dll index a5d68a9..a49edc9 100644 Binary files a/TSCrypt.dll and b/TSCrypt.dll differ diff --git a/TSLDebugModule.dll b/TSLDebugModule.dll index 4311836..997d2b9 100644 Binary files a/TSLDebugModule.dll and b/TSLDebugModule.dll differ diff --git a/TSLInterp.dll b/TSLInterp.dll index 52c31f5..63a7f9c 100644 Binary files a/TSLInterp.dll and b/TSLInterp.dll differ diff --git a/funcext/tvclib/uvclthreadworker.tsf b/funcext/tvclib/uvclthreadworker.tsf index 19a9784..1de5724 100644 --- a/funcext/tvclib/uvclthreadworker.tsf +++ b/funcext/tvclib/uvclthreadworker.tsf @@ -534,7 +534,7 @@ function pthread_create(f,p):integer; begin //attr := new pthread_attr_t();pthread_attr_init(attr);attr._setvalue_("stacksize",10240000); pth := 0; - _f_ := static function(var thread:pointer;attr:pointer; f:pointer;arg:pointer):integer;cdecl; external getdlsymaddress( "libc.so.6" ,functionname(1)); + _f_ := static function(var thread:pointer;attr:pointer; f:pointer;arg:pointer):integer;cdecl; external getdlsymaddress( "libpthread.so.0" ,functionname(1)); if 0= ##_f_(pth,0,f,p) then return pth; end /////////////////////gthread/////////////////////////////// diff --git a/plugin/PocoExecSQL.DLL b/plugin/PocoExecSQL.DLL index 0b4f986..0832804 100644 Binary files a/plugin/PocoExecSQL.DLL and b/plugin/PocoExecSQL.DLL differ diff --git a/tsjni.dll b/tsjni.dll index 59eef1a..a553ac3 100644 Binary files a/tsjni.dll and b/tsjni.dll differ diff --git a/tslkrnl.dll b/tslkrnl.dll index 489db3f..67e4524 100644 Binary files a/tslkrnl.dll and b/tslkrnl.dll differ diff --git a/whatsnew.txt b/whatsnew.txt index f4cb61d..2ec300c 100644 --- a/whatsnew.txt +++ b/whatsnew.txt @@ -1,3 +1,11 @@ +更新日志--------2024-04-26 + 修订:JDBC连接模式的功能 + 增加对ftBytes的支持 + TS-SQL insert/update SQLTABLE操作支持数值类型列传入字符串值 + Execsql执行中如果发生错误,将错误信息返回给result参数 + TS-SQL和ExecSql执行中如果发生错误,在TSL日志中增加连接串别名和SQL + 修订:SQLBeginTrans函数实现层支持JDBC连接模式options + 更新日志--------2024-04-25 修订:特殊错误表达式导致的问题(正常使用不受影响)。