changeset 542:a57822226ba0

utillib: Rename utl_tdbc_sql_init to utl_sql_init.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 07 Jul 2020 23:17:02 +0300
parents 8e02d736bcc3
children a513b98f2a37
files utillib.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/utillib.tcl	Tue Jul 07 22:29:07 2020 +0300
+++ b/utillib.tcl	Tue Jul 07 23:17:02 2020 +0300
@@ -129,7 +129,7 @@
 ###
 ### SQL database handling
 ###
-proc utl_tdbc_sql_init {ndb_handle db_type db_name db_host db_port db_user db_pass} {
+proc utl_sql_init {ndb_handle db_type db_name db_host db_port db_user db_pass} {
   upvar $ndb_handle udb_handle
 
   if {$db_type == "sqlite"} {