Author: phd
Date: 2007-09-14 08:36:51 -0600 (Fri, 14 Sep 2007)
New Revision: 2914
Modified:
SQLObject/docs/News.txt
Log:
Fixed a bug in sqlbuilder._LikeQuoted() - call sqlrepr() on the
expression to escape single quotes if the expression is a string.
Modified: SQLObject/docs/News.txt
===================================================================
--- SQLObject/docs/News.txt 2007-09-14 14:36:40 UTC (rev 2913)
+++ SQLObject/docs/News.txt 2007-09-14 14:36:51 UTC (rev 2914)
@@ -303,6 +303,9 @@
* Remove 'limit' from SelectResults after setting start/end so .clone()
never see limit again.
+* Fixed a bug in sqlbuilder._LikeQuoted() - call sqlrepr() on the
+ expression to escape single quotes if the expression is a string.
+
Other Changes
-------------
|