You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrus Adamchik (JIRA)" <ji...@apache.org> on 2013/06/16 00:37:20 UTC

[jira] [Closed] (CAY-1836) Firebird Adapter

     [ https://issues.apache.org/jira/browse/CAY-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrus Adamchik closed CAY-1836.
--------------------------------

    Resolution: Fixed

Committed. 

In my tests with FireBird 2.5 on Linux, I got 10 errors [1]. Which IMO is a pretty decent score. BTW, here is a provisioning script that I am using with vagrant to setup FireBird on Ubuntu 12 VM - [2] 

[1] Tests in error: 
  testAddAndDropColumnToDb(org.apache.cayenne.merge.MergerFactoryTest)
  testChangeVarcharSizeToDb(org.apache.cayenne.merge.MergerFactoryTest)
  testMultipleTokensToDb(org.apache.cayenne.merge.MergerFactoryTest)
  testAddTableToDb(org.apache.cayenne.merge.MergerFactoryTest)
  testAddForeignKeyWithTable(org.apache.cayenne.merge.MergerFactoryTest)
  testAddForeignKeyAfterTable(org.apache.cayenne.merge.MergerFactoryTest)
  test(org.apache.cayenne.merge.SetNotNullToDbTest)
  testMerging(org.apache.cayenne.util.EntityMergeSupportTest)
  testSortObjectsForEntityReflexiveWithFaults(org.apache.cayenne.ashwood.AshwoodEntitySorterTest)
  testSelectLongIn(org.apache.cayenne.query.SelectQueryTest)

Tests run: 2179, Failures: 0, Errors: 10, Skipped: 0


[2] #!/bin/bash

apt-get -y install firebird2.5-super
perl -i -ne 's/ENABLE_FIREBIRD_SERVER=no/ENABLE_FIREBIRD_SERVER=yes/; print' /etc/default/firebird2.5
service firebird2.5-super start
echo "create database '/tmp/cayenne.fdb' user 'SYSDBA' password 'masterkey';" | isql-fb
                
> Firebird Adapter
> ----------------
>
>                 Key: CAY-1836
>                 URL: https://issues.apache.org/jira/browse/CAY-1836
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: Database integration
>            Reporter: Miłosz Pigłas
>            Priority: Minor
>         Attachments: firebird1.patch, tests_firebird.patch
>
>
> Support for FirebirdSQL - http://www.firebirdsql.org

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira