<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HSQLDB support in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/hsqldb-support/m-p/42407#M22844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to chime in and request hsqldb support too. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We use Oracle as our production server, we have some complex queries which are written in native oracle SQL and H2's compatibility with oracle dialect is lower than HSQLDB's. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This forces us to actually use both databases for our tests which can become quite confusing. Until H2 oracle dialect support becomes as good as HSQLDB's I don't think HSQLDB support can easily be dropped. H2 has improvments planned as prority 2 for v1.4 but this doesn't seem to be anytime soon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2012 08:07:03 GMT</pubDate>
    <dc:creator>jeanhelou</dc:creator>
    <dc:date>2012-06-26T08:07:03Z</dc:date>
    <item>
      <title>HSQLDB support</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hsqldb-support/m-p/42403#M22840</link>
      <description>Hi there,as of Activiti 5.7, HSQL is not among the list of supported databases. As our unit tests are executed against HSQL, we ported the H2 schema to work with HSQL 2.2.x (basically, the VARCHAR columns in activiti.h2.create.cycle.sql need to be extended with length constraints). Is there any inte</description>
      <pubDate>Fri, 02 Sep 2011 08:11:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hsqldb-support/m-p/42403#M22840</guid>
      <dc:creator>thilo_ginkel</dc:creator>
      <dc:date>2011-09-02T08:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: HSQLDB support</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hsqldb-support/m-p/42404#M22841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;H2 is kind of the 'successor' to HSQLDB, so I do not know if there is real interest in adding it (you might think of switching from hsqldb to h2 ;-)). On the other hand, it does not hurt either but since hsqldb is not a real full scale production db, I'm inclined to say no (but I'm not an official teammember)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 09:04:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hsqldb-support/m-p/42404#M22841</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-09-02T09:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: HSQLDB support</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hsqldb-support/m-p/42405#M22842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We have also our tests with HSQLDB and would like to use activiti with HSQLDB. Are there any plans to get activiti with HSQLDB running? I would be very glad to hear a statement from an official teammember.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Latchezar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 13:13:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hsqldb-support/m-p/42405#M22842</guid>
      <dc:creator>l_marinkov</dc:creator>
      <dc:date>2011-09-06T13:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: HSQLDB support</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hsqldb-support/m-p/42406#M22843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If there's enough interest we can certainly look at a patch that adds the HSQLDB support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 13:36:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hsqldb-support/m-p/42406#M22843</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-09-06T13:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: HSQLDB support</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/hsqldb-support/m-p/42407#M22844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to chime in and request hsqldb support too. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We use Oracle as our production server, we have some complex queries which are written in native oracle SQL and H2's compatibility with oracle dialect is lower than HSQLDB's. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This forces us to actually use both databases for our tests which can become quite confusing. Until H2 oracle dialect support becomes as good as HSQLDB's I don't think HSQLDB support can easily be dropped. H2 has improvments planned as prority 2 for v1.4 but this doesn't seem to be anytime soon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 08:07:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/hsqldb-support/m-p/42407#M22844</guid>
      <dc:creator>jeanhelou</dc:creator>
      <dc:date>2012-06-26T08:07:03Z</dc:date>
    </item>
  </channel>
</rss>

