<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Active Query Builder Java Edition History</title>
		<link>http://www.activequerybuilder.com/history.html?sec=3-4</link>
		<description>Active Query Builder Java Edition Release History</description>
				<item>
			<title>Active Query Builder Java Edition v.1.2.9.1033</title>
			<link>http://www.activequerybuilder.com/history.html?story=30&amp;sec=3-4</link>
			<description>&lt;pre&gt;
+ Signed version of ActiveQueryBuilder.jar is added. Use it with applets
  to avoid security warnings and restrictions.
= ActiveQueryBuilder.jar now contains no classes in the default package.
- Query Builder was unable to load table fields from MSSQL because it supports
  the cursor holdability on the connection level only. Fixed now.
&lt;/pre&gt;
			</description>
			<pubDate>07/21/2010</pubDate>
		</item>
				<item>
			<title>Active Query Builder Java Edition v.1.2.8.1030</title>
			<link>http://www.activequerybuilder.com/history.html?story=29&amp;sec=3-4</link>
			<description>&lt;pre&gt;
- DB2: Loading of complex WITH queries is fixed.
&lt;/pre&gt;
			</description>
			<pubDate>07/06/2010</pubDate>
		</item>
				<item>
			<title>Active Query Builder Java Edition v.1.2.8.1029</title>
			<link>http://www.activequerybuilder.com/history.html?story=28&amp;sec=3-4</link>
			<description>&lt;pre&gt;
+ FairCom C-Tree SQL server is supported now. Use it with the SQL92SyntaxProvider 
  or the UniversalSyntaxProvider.
- MS Access table fields fetching is fixed.
&lt;/pre&gt;
			</description>
			<pubDate>05/12/2010</pubDate>
		</item>
				<item>
			<title>Active Query Builder Java Edition v.1.2.7.1028</title>
			<link>http://www.activequerybuilder.com/history.html?story=27&amp;sec=3-4</link>
			<description>&lt;pre&gt;
- Assertion error if using an alias the same as the object name (&quot;SELECT * FROM
  Orders Orders&quot;) is fixed.
- Fields with same names but from different tables were identified incorrectly
  in some cases. Fixed now.
- Option that hides global asterisk item &quot;*&quot; does not hide &quot;Table.*&quot; items. 
  Fixed now.
&lt;/pre&gt;
			</description>
			<pubDate>04/27/2010</pubDate>
		</item>
				<item>
			<title>Active Query Builder Java Edition v.1.2.6.1027</title>
			<link>http://www.activequerybuilder.com/history.html?story=26&amp;sec=3-4</link>
			<description>&lt;pre&gt;
+ The new context menu item &quot;Add Common Table Expression&quot; is added to the query
  building area.
- Oracle: Server cursor leaks are eliminated.
- MS Access: NULL is removed from list of valid identifiers.
- Fixed wrong naming for query objects like &quot;table.*&quot; if more than one &quot;table&quot;
  used in the query.
- MySQL: CONVERT function support is improved.
- PostgreSQL: Metadata filter is fixed.
- MetadataContainer.saveToXMLFile() did not close the file. Fixed now.
&lt;/pre&gt;
			</description>
			<pubDate>03/26/2010</pubDate>
		</item>
				<item>
			<title>Active Query Builder Java Edition v.1.2.5.1025</title>
			<link>http://www.activequerybuilder.com/history.html?story=25&amp;sec=3-4</link>
			<description>&lt;pre&gt;
+ French translation is added.
+ The new source code example &quot;LoadMetadataAsync&quot; is added to demonstrate
  asynchronous loading of metadata.
+ MSSQLCESyntaxProvider is implemented to support Microsoft SQL Server Compact
  Edition.
- MS Access: The bug with unsupported FULL OUTER JOIN is fixed.
&lt;/pre&gt;
			</description>
			<pubDate>03/17/2010</pubDate>
		</item>
				<item>
			<title>Active Query Builder Java Edition v.1.2.4.1024</title>
			<link>http://www.activequerybuilder.com/history.html?story=24&amp;sec=3-4</link>
			<description>&lt;pre&gt;
+ The new properties are added to the QueryBase class to set up the Union
  operator programmatically:
  - get/setUnionOperator(): gets/sets the unifying operator (&#039;Union&#039;, &#039;Except&#039;,
    &#039;Intersect&#039; etc.);
  - is/setUnionAllFlag(): gets/sets the &#039;All&#039; keyword for the operator;
  - get/setUnionOperatorFull(): gets/sets the full operator string (e.g. &#039;Union
    All&#039;).
+ The new get/setDiagramPaneVisible() property is made to show hide the diagram
  pane.
- The AfterPropertiesDialog event was firing even if the dialog has been
  canceled. Fixed now.
&lt;/pre&gt;
			</description>
			<pubDate>01/11/2010</pubDate>
		</item>
				<item>
			<title>Active Query Builder Java Edition v.1.2.3.1023</title>
			<link>http://www.activequerybuilder.com/history.html?story=23&amp;sec=3-4</link>
			<description>&lt;pre&gt;
+ MS SQL: support for old-style TransactSQL outer joins: &quot;*=&quot; and &quot;*=&quot; operators.
  (only if ServerVersion &lt; MSSQL2005)
+ Sybase: support for old-style TransactSQL outer joins: &quot;*=&quot; and &quot;*=&quot; operators.
+ MS SQL: Constants for SQL Server 2008 are added.
&lt;/pre&gt;
			</description>
			<pubDate>11/24/2009</pubDate>
		</item>
				<item>
			<title>Active Query Builder Java Edition v.1.2.2.1022</title>
			<link>http://www.activequerybuilder.com/history.html?story=22&amp;sec=3-4</link>
			<description>&lt;pre&gt;
= Active Query Builder automatically generates aliases for virtual calculated
  fields if they have no alias defined.
- Firebird: Support of predefined context variables (CURRENT_DATE, CURRENT_TIME,
  CURRENT_TIMESTAMP) is added.
&lt;/pre&gt;
			</description>
			<pubDate>11/17/2009</pubDate>
		</item>
				<item>
			<title>Active Query Builder Java Edition v.1.2.2.1021</title>
			<link>http://www.activequerybuilder.com/history.html?story=21&amp;sec=3-4</link>
			<description>&lt;pre&gt;
+ The new property is/setLoadJoinsFromWhereClause() is added to instruct the
  Query Builder to not treat expressions like &quot;tbl1.FieldName = tbl2.FieldName&quot;
  as joins. They will be loaded as generic WHERE clause expressions instead.
+ The new method getSchemaNames() to retrieve list of database schemas is added 
  to syntax providers.
- LayoutSQL now saves SQL without virtual objects expansion.
- Virtual objects can have empty aliases. If alias is empty, AQB creates one
  from the virtual object name.
- Metadata relations loading from Sybase ASE is fixed.
- DB2: Metadata filtering is fixed.
- DiagramObjectDeleting event was not fired when closing a diagram object
  through its context menu. Fixed now.
&lt;/pre&gt;
			</description>
			<pubDate>11/12/2009</pubDate>
		</item>
			</channel>
</rss>