<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/sqlom/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/sqlom/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/sqlom/feature-requests/</id><updated>2005-10-17T00:11:55Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>SQL Parse</title><link href="https://sourceforge.net/p/sqlom/feature-requests/4/" rel="alternate"/><published>2005-10-17T00:11:55Z</published><updated>2005-10-17T00:11:55Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net4d7ddb45cf330add094490f6a87fbfc104abc1f1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Add the ability to parse a SQL statement into the &lt;br /&gt;
SQLOM classes (could be done via a parse method on &lt;br /&gt;
each class). &lt;/p&gt;
&lt;p&gt;This would allow a linearize/delinierize type &lt;br /&gt;
storeage/retrival of SQL statements using the single &lt;br /&gt;
SQL Object Model..&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Render query section</title><link href="https://sourceforge.net/p/sqlom/feature-requests/3/" rel="alternate"/><published>2005-08-02T06:59:34Z</published><updated>2005-08-02T06:59:34Z</updated><author><name>Dr Noop</name><uri>https://sourceforge.net/u/drnoop/</uri></author><id>https://sourceforge.net6684e36826643baa0e5d851a95f8ff1fe4a5d118</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Now, I can't render in a query only a section.&lt;/p&gt;
&lt;p&gt;This is a sampre... in SELECT like&lt;/p&gt;
&lt;p&gt;SELECT *&lt;br /&gt;
FROM ORDERS&lt;br /&gt;
WHERE PRICE &amp;gt; 10&lt;/p&gt;
&lt;p&gt;I can't render only:&lt;/p&gt;
&lt;p&gt;PRICE &amp;gt; 10&lt;/p&gt;
&lt;p&gt;Can you implement this?&lt;/p&gt;
&lt;p&gt;Thank's&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>require boolean constant</title><link href="https://sourceforge.net/p/sqlom/feature-requests/2/" rel="alternate"/><published>2005-03-22T04:46:24Z</published><updated>2005-03-22T04:46:24Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net44c11ba8acb97aa0df329cb95127586e4318269d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In order to overcome the bool to bit issues need&lt;br /&gt;
SqlExpression.Boolean type.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Select Queries in where statements</title><link href="https://sourceforge.net/p/sqlom/feature-requests/1/" rel="alternate"/><published>2005-03-18T19:30:21Z</published><updated>2005-03-18T19:30:21Z</updated><author><name>Luke Foust</name><uri>https://sourceforge.net/u/lfoust/</uri></author><id>https://sourceforge.netf5ff58e49c3571d230e325a3ed77de14359dda43</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Currently, the library does not support the following&lt;br /&gt;
scenario:&lt;/p&gt;
&lt;p&gt;update myfield set myVal = 2 where myField2 in (&lt;br /&gt;
select myField from myTable&lt;br /&gt;
)&lt;/p&gt;
&lt;p&gt;This could be accomplished by adding an overload to the&lt;br /&gt;
WhereTerm.CreateIn method which takes a SelectQuery. &lt;br /&gt;
You could even throw an exception if there is more than&lt;br /&gt;
one select item in the SelectQuery.&lt;/p&gt;
&lt;p&gt;So far I am very impressed with your library and its&lt;br /&gt;
slick design.&lt;/p&gt;
&lt;p&gt;Thank You.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>