<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Clovertech | Shabbir Suterwala | Activity</title>
	<link>https://clovertech.infor.com/members/shabbir-suterwala/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/shabbir-suterwala/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Shabbir Suterwala.</description>
	<lastBuildDate>Fri, 24 Apr 2026 20:42:33 -0400</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">c5965da009509b259cc3716f75df6e11</guid>
				<title>Shabbir Suterwala replied to the topic sqlite queries in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/sqlite-queries/#post-82594</link>
				<pubDate>Fri, 29 May 2015 18:42:06 -0400</pubDate>

									<content:encoded><![CDATA[<p>First 2 numbers are byte offsets &amp; lengths. 2nd 2 numbers character offsets and lengths. They will be the same for ASCII characters but different for multi-byte character sets.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7367424342dd92dadeefedc6197063a9</guid>
				<title>Shabbir Suterwala replied to the topic sqlite queries in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/sqlite-queries/#post-82592</link>
				<pubDate>Fri, 29 May 2015 18:29:36 -0400</pubDate>

									<content:encoded><![CDATA[<p>No. SMATREGEXP() and SMATREGEXPDETAIL() work on MessageContent field only and by default. No need to specify that. For other fields use REGEXP(). There is no REGEXPDETAIL() yet.</p>
<p>SMATREGEXP() and SMATREGEXPDETAIL() take care of encoding issues in MessageContent. By default UTF8 encoding is used, unless user specifies any other encoding. Let me&hellip;<span class="activity-read-more" id="activity-read-more-5651"><a href="https://usspvlclovertch2.infor.com/forums/topic/sqlite-queries/#post-82592" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">21e765620f357579ddda17c37c3d3c10</guid>
				<title>Shabbir Suterwala replied to the topic sqlite queries in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/sqlite-queries/#post-82590</link>
				<pubDate>Fri, 29 May 2015 18:23:16 -0400</pubDate>

									<content:encoded><![CDATA[<p>select SMATREGEXPDETAIL(&#8221;, rowid, &#8216;main&#8217;) from smat_msgs where SMATREGEXP(&#8221;, rowid, &#8216;main&#8217;) &gt; 0;</p>
<p>I believe the above is correct. I will double check and confirm.</p>
<p>Thanks<br />
Shabbir</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">454deafc975eec8d2ce6ce246cd9fc2c</guid>
				<title>Shabbir Suterwala replied to the topic sqlite queries in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/sqlite-queries/#post-82588</link>
				<pubDate>Fri, 29 May 2015 17:59:45 -0400</pubDate>

									<content:encoded><![CDATA[<p>We do not provide capturing capability. However we provide a function called SMATREGEXPDETAIL() in 6.1.1 (about to be released), which will give you offsets and lengths of regex matches. Then you can run sqlite&#8217;s substr() function to extract strings.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">45908b306beb06e112d7b465ed79e1da</guid>
				<title>Shabbir Suterwala replied to the topic sqlite queries in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/sqlite-queries/#post-82587</link>
				<pubDate>Fri, 29 May 2015 17:55:01 -0400</pubDate>

									<content:encoded><![CDATA[<p>&gt;./sqlite3 your.smatdb<br />
sqlite&gt; .load sqlite3-regex[.dll/.so] &nbsp;&lt;</p>
<p>&nbsp;edited<br />
sqlite&gt; select MessageContent from smat_msgs where SMATREGEXP(&#8221;, rowid, &#8216;main&#8217;) &gt; 0;</p>
<p>Substitute  appropriately.</p>
<p>This will work only when your messages are in UTF8. If they are in some other encoding then there are few extra steps between .load and select</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>