This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a change to branch tcl-novem in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
from 42a3440 merging latest development from the master branch add 01c8427 moving experimental files and fully qualify Rivet commands in rivet_ncgi.tcl add 12b071c add tdbc support for DIO add c974957 further development for tdbc support add 5a5ff6f fixed rowcount management in tdbc.tcl add 1cb0365 simplified internal management of TDBCResult, optimizing memory management, but method numows doesn't scale for large result sets add ff128c3 getting rid of the first attempt at writing TDBC. dio_Tdbc.tcl will be the real place where TDBC is implemented add 59cf444 moving towards an Object Oriented management of special fields formatting add eaf250f add formatters class add 0e3e5fc implementing Formatters to be shared by legacy and Tdbc based connectors add 23bce39 tweaking with some code line format add eeb5364 further development for supporting tdbc based connectors add 094e7e0 Fixed wrong argument list costruction in Result objects add b39e7e2 removed lines for debugging add 9dab4d8 Establishing Postgresql as DIO name for the database even though tdbc uses Postgres add 24cec01 merging branch tdbc with new dbms connectors add cdcb4d1 align to version 1.2 for new DIO interface, update ASF copyright statements new f16d111 reformatting tabs and spaces new dd8c41b Merge branch 'master' into tcl-novem The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: 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(-) rename rivet/packages/{dio => aida}/aida.tcl (100%) rename rivet/packages/{dio => aida}/sql.tcl (94%) copy rivet/packages/dio/{dio.tcl => dio11.tcl} (100%) copy rivet/packages/dio/{dio_Mysql.tcl => dio_Mysql04.tcl} (99%) copy rivet/packages/dio/{dio_Oracle.tcl => dio_Oracle01.tcl} (99%) copy rivet/packages/dio/{dio_Postgresql.tcl => dio_Postgresql01.tcl} (99%) copy rivet/packages/dio/{dio_Sqlite.tcl => dio_Sqlite01.tcl} (99%) create mode 100644 rivet/packages/dio/formatters.tcl --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org