Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

replaces given substring with string in all columns of all tables in given database (search&replace accross whole database)

Notifications You must be signed in to change notification settings

seybsen/Coldfusion-Database-String-Replacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

Usage

<cfset dbr = new databasereplacr(datasource="mydsn") />
<cfset info = dbr.ReplaceInDB("foo","bar") />

The replace is case sensitive and uses MySQL's REPLACE-Function

About

replaces given substring with string in all columns of all tables in given database (search&replace accross whole database)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published