Index: openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl,v diff -u -r1.126 -r1.127 --- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 8 Feb 2019 15:04:30 -0000 1.126 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 12 Feb 2019 16:29:19 -0000 1.127 @@ -336,11 +336,15 @@ # can't hurt anything to have them defined in when OpenACS is using # Postgres too. --atp@piskorski.com, 2003/04/08 05:34 EDT -ad_proc db_null {} { - @return an empty string, which Oracle thinks is null. This routine was - invented to provide an RDBMS-specific null value but doesn't actually - work. I (DRB) left it in to speed porting - we should really clean up - the code an pull out the calls instead, though. +ad_proc -deprecated db_null {} { + + @return an empty string, which Oracle thinks is null. + + Deprecated: This routine was invented to provide an RDBMS-specific null + value but doesn't actually work. I (DRB) left it in to speed porting - we + should really clean up the code an pull out the calls instead, though. + + @see "" } { return "" }