This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a commit to branch tcl-novem in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
commit dd8c41b8c41f4242aea3025454e048a5f4004683 Merge: 42a3440 f16d111 Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Tue Oct 1 08:16:33 2024 +0200 Merge branch 'master' into tcl-novem ChangeLog | 28 ++ Makefile.am | 2 - rivet/packages/{dio => aida}/aida.tcl | 0 rivet/packages/{dio => aida}/sql.tcl | 23 +- rivet/packages/dio/dio.tcl | 72 +++- rivet/packages/dio/{dio.tcl => dio11.tcl} | 0 rivet/packages/dio/dio_Mysql.tcl | 91 +---- .../dio/{dio_Mysql.tcl => dio_Mysql04.tcl} | 2 +- rivet/packages/dio/dio_Oracle.tcl | 390 +++++++++------------ .../dio/{dio_Oracle.tcl => dio_Oracle01.tcl} | 1 + rivet/packages/dio/dio_Postgresql.tcl | 131 +++---- .../{dio_Postgresql.tcl => dio_Postgresql01.tcl} | 2 +- rivet/packages/dio/dio_Sqlite.tcl | 104 ++---- .../dio/{dio_Sqlite.tcl => dio_Sqlite01.tcl} | 2 +- rivet/packages/dio/dio_Tdbc.tcl | 308 +++++++--------- rivet/packages/dio/formatters.tcl | 279 +++++++++++++++ rivet/packages/dio/pkgIndex.tcl | 18 +- rivet/packages/rivet_ncgi/rivet_ncgi.tcl | 52 +-- rivet/packages/session/session-class.tcl | 12 +- 19 files changed, 829 insertions(+), 688 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org