[interchange-cvs] CVS notice: activity by heins

interchange-cvs@lists.akopia.com interchange-cvs@lists.akopia.com
Wed, 14 Mar 2001 16:01 -0600


CVS activity by user 'heins':
interchange/lib/Vend/Table DBI.pm,1.25.2.13,1.25.2.14 DB_File.pm,1.3.6.2,1.3.6.3 GDBM.pm,1.3.6.2,1.3.6.3 SDBM.pm,1.1.2.2,1.1.2.3
Update of /anon_cvs/repository/interchange/lib/Vend/Table
In directory www.akopia.com:/tmp/cvs-serv8477/Table

Modified Files:
      Tag: DEV_4_7_0
	DBI.pm DB_File.pm GDBM.pm SDBM.pm 
Log Message:

  * Apply the chest paddles to TolerateGet once again.

  * Add DEFAULT_SESSION parameter for Database, similar to default
    except defines a variable that can be read from first CGI then
	Values. For example:

		Database  userdb    DEFAULT_SESSION  "fname=fname || Valued"

	When a record is created, the default value of the fname 
	column will first come from $CGI->{fname}, then $Values->{fname},
	then the fixed text "Valued".

  * Fix problem with endless looping when AutoNumberCounter has no
    write permission (found and fixed by Stefan).