Jaybird 3.0.0-alpha-1 release for testing

Jaybird 3.0.0-alpha-1 has been published for testing. We would really appreciate if you could start testing your applications with this version and provide feedback on stability and behavior, but also on the release notes.

Feedback can be sent to the Firebird-java mailinglist or on the issue tracker http://tracker.firebirdsql.org/browse/JDBC.

Jaybird 3.0 is a big change from Jaybird 2.2 and earlier. We have rewritten the entire low-level implementation to be able to support protocol improvements in newer Firebird versions, made changes with a stricter interpretation of the JDBC requirements, and removed some parts that were either obsolete or not functioning correctly.

We recommend that you do not consider Jaybird 3.0 a drop-in replacement for Jaybird 2.2, and study the release notes carefully.

See:

Jaybird 3.0 Alpha 1 is available from Maven central:

Groupid: org.firebirdsql.jdbc,
Artifactid: jaybird-jdkXX (where XX is 17 or 18).
Version: 3.0.0-alpha-1

For example:

<dependency>
     <groupId>org.firebirdsql.jdbc</groupId>
     <artifactId>jaybird-jdk18</artifactId>
     <version>3.0.0-alpha-1</version>
</dependency>

If your application is deployed to a Java EE application server, you will need to exclude the javax.resource:connector-api dependency, and add it as a provided dependency:

<dependency>
     <groupId>org.firebirdsql.jdbc</groupId>
     <artifactId>jaybird-jdk18</artifactId>
     <version>3.0.0-alpha-1</version>
     <exclusions>
         <exclusion>
             <groupId>javax.resource</groupId>
             <artifactId>connector-api</artifactId>
         </exclusion>
     </exclusions>
</dependency>
<dependency>
     <groupId>javax.resource</groupId>
     <artifactId>connector-api</artifactId>
     <version>1.5</version>
     <scope>provided</scope>
</dependency>

If you want to use Type 2 support (native, local or embedded), you need to explicitly include JNA 4.2.2 as a dependency:

<dependency>
     <groupId>net.java.dev.jna</groupId>
     <artifactId>jna</artifactId>
     <version>4.2.2</version>
</dependency>
1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading...

Release of IBProvider v3.31

Hello All!

Six years after the release of IBProvider v3.0 in August 2010, we are proud to introduce version v3.31. This is the 72th update of the third version!

http://www.ibprovider.com/eng/news/n_160818.html

A brief description of the new release v3.31

  • Interaction with server has been optimized.
  • The problem with savepoints and InterBase has been solved.

The list of previous updates of the provider

http://www.ibprovider.com/eng/news.html

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...

Database .NET v19 and dbMigration .NET 3.5 released!

Database .NET 19.0 is an innovative, powerful and intuitive multiple database management tool. You can browse/grant objects, design tables, edit rows, run queries, generate scripts, analyze/monitor SQL and import/export/migrate/sync data with a consistent interface. (Full support for Firebird 1.5~3.0)

For more information please visit http://fishcodelib.com/Database.htm
Free, All-In-One, Portable, Single executable file and Multi-language.


dbMigration .NET 3.5 is a simple, easy and intuitive multiple database migration and data synchronization tool, With it you can easily migrate schema and data between different databases without complicated procedures.

Supported databases: Firebird 1.5~3.0, PostgreSQL, SQL Server, SQL Azure, LocalDB, MySQL, Oracle, IBM DB2, Informix, HP Vertica, NuoDB, Teradata, Sybase ASE, SQLite, SQLCe, Access, dBase, FoxPro, Excel, ODBC, OLEDB, Text…etc.

    New features and improvements from 3.2 to 3.5 (2016/08/03)

  • Added Global connection properties for Firebird (FB)
  • Added support for Firebird (Run as an Application) (FB)
  • Ability to add a remote connection for Firebird (FB)
  • Ability to automatically set charset (FB)
  • Ability to automatically fix client library for Firebird v3 Embedded Server (FB3)
  • and more

For more information please visit http://fishcodelib.com/DBMigration.htm
Free, All-In-One, Portable, and Single executable file.

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

1 Star2 Stars3 Stars4 Stars5 Stars (5 votes, average: 2.60 out of 5)
Loading...

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 5.00 out of 5)
Loading...

Django-firebird with support for Django 1.8.x released

Maximiliano Robaina wrote:

After a long time, I like to announce a new django-firebird release.
This version is compatible with django 1.8.x LTS.

Also there are a new version to django-firebird 1.7.1 with a minor bug fix (backported from 1.8 version)

v1.8.0
———–
+ First version with django 1.8.x support
+ Implement new UUIDField #54
+ Implement new DurationField #55
+ DatabaseOperations: repleace convert_values by get_db_converters #56
+ DatabaseIntrospection: get_relations implementation change in 1.8 #57
+ Introspection of boolean field type fail #58
+ Create new object with a time field fails if microseconds greater than 6 digit #60
+ django-firebird not working with non-default firebird port #62
+ Client db shell doesn’t work on non-default firebird port #63

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

1 82 83 84 85 86 485