[interchange-cvs] CVS notice: activity by heins

interchange-cvs@lists.akopia.com interchange-cvs@lists.akopia.com
Wed, 21 Mar 2001 10:55 -0600


CVS activity by user 'heins':
interchange/lib/Vend/Table DBI.pm,1.25.2.15,1.25.2.16
Update of /anon_cvs/repository/interchange/lib/Vend/Table
In directory www.akopia.com:/tmp/cvs-serv4412/Table

Modified Files:
      Tag: DEV_4_7_0
	DBI.pm 
Log Message:

  * Add mv_like_field and mv_like_spec to search specifications,
    designed to filter SQL (only!) searches with

		mv_like_field like 'mv_like_spec'.

	This is a stackable field/spec set like mv_search_field
	and mv_searchspec, and will eliminate any fields with empty
	mv_like_spec values.

	Checks the known_capability to see if UPPER_COMPARE is set
	for that database, and uses (pseudo-code) "UPPER($col) like "\U$spec"
	if that is the case.

  * Add known_capability UPPER_COMPARE (set for Pg and Oracle to
    begin with) to allow upper-case transforms for case-insensitive
    compares.