pyfirebirdsql will become the next Firebird Python driver

Philippe Makowski wrote on the firebird-python list
The driver is hosted on github https://github.com/nakagami/pyfirebirdsql

First thanks Hajime Nakagami for your job

I really thinks that we need to put our effort on this driver so it became the Firebird Python driver instead of Kinterbasdb
here few points I saw :

– need a change in setup.py so install work
– transactions parameter we need the possibility to send custom transaction parameter buffers, for what I saw today transactions are (isc_tpb_write, isc_tpb_wait, isc_tpb_read_committed, isc_tpb_rec_version)
– need documentation
– can we extend it or create a new module to work with trace api ?

….

ps after a small change in setup.py I will certainly package it for
Mageia and Fedora

Database Workbench 4.1.2 released

Ladies, gentlemen,

Upscene Productions is proud to announce the next
version of the popular multi-DBMS development tool:

Database Workbench 4.1.2 Pro

This release includes the FREE Lite versions for InterBase, Firebird
and MySQL.

For more information, see here.

Click here for the full list of the 43 changes in v4.1.2

Database Workbench supports:
– Borland InterBase ( 4.x – XE )
– Firebird ( 1.x, 2.x )
– MS SQL Server/MSDE ( 7, 2000, 2005, 2008, MSDE 1 & 2, SQL Express )
– MySQL 4.x, 5.x
– Oracle Database ( 8i, 9i, 10g, 11g )
– Sybase SQL Anywhere ( 9, 10, 11 and 12 )
– NexusDB ( 3.0 and up )

Perl DBI driver Interbase-> Firebird rename/test/upload complete

Also i have tagged the release with release 0.52 in git
The cpan tar is be available here http://search.cpan.org/~mariuz/
There is only one test left to be fixed
Thanks Stefan for the help and fixes 🙂

Why it was needed and rationale:

Firebird sql forked from interbase and needs a new namespace for the drivers too also the drivers needs to be separated some things in the api and sql dialect are different and sooner or later there is a need for this separation also the DBD::InterBase seems to be unmaintained

1 64 65 66 67 68 147