replace the use of StringUtil.quote(String) with StringUtil.JDBCescapeStringLiteral...
authormh <mh>
Fri, 20 Dec 2002 03:01:01 +0000 (03:01 +0000)
committermh <mh>
Fri, 20 Dec 2002 03:01:01 +0000 (03:01 +0000)
commitb38b33fd04fe6eeb1aafbc7d1576574c7b81b284
treede72dbe091dc9762af0e27432d156254bc6ae642
parent2bc88f97df1ba2a9b9f231ce1aa9a41a029dd258
replace the use of StringUtil.quote(String) with StringUtil.JDBCescapeStringLiteral(String) to better escape single quotes and other JDBC stuff
source/mir/storage/Database.java
source/mircoders/module/ModuleContent.java
source/mircoders/storage/DatabaseLinksImcs.java