Author: mariuz
Firebird DB management tool – continuing the story
After a week of using my homegrown tool for managing Firebird databases, I have realised that it would help a great deal if I could edit live data
Nbackup manuals updated
A rather big (and long overdue!) update of the Dutch and English nbackup manuals has just been committed (to trunk and B_Release) and published on the website.
Next task: Language Reference!
Cheers,
Paul Vinkenoog
Firebird Perl DBI driver 0.60 released
New version of DBI driver for Firebird is available at cpan with many changes and bugfixes . Please report any bugs and add them to the github project’s issues list
To download from cpan and install, simply do:
wget http://search.cpan.org/CPAN/authors/id/M/MA/MARIUZ/DBD-Firebird-0.60.tar.gz
tar -zxvf DBD-Firebird-0.60.tar.gz
cd DBD-Firebird-0.60/
perl Makefile.PL
make
make install
optional step
DBI_PASS=masterkey make test
Working on adding JDBC 4.1 methods to Jaybird
Mysql Sakila Sample database is ported to Firebird
Just letting everyone know that we have ported Sakila Sample database to Firebird
Here is the project page
http://code.google.com/p/sakila-sample-database-ports
pyfirebirdsql (python 3.x driver) here is a first todo list
Philippe Makowski wrote a first todo list for the driver :
- add multiple transactions per connection management
- add prepared statements management
- extend services api
- improve info_database output (see db_info in kinterbasdb)
after that, I think that someone could work on sqlalchemy integration
I’ll try to first add the multiple transactions per connection
management in my repo (will create a branche for that)
Volunteers ?
Anything else ?
pyfirebirdsql (Firebird driver for python 3.x) version 0.5 released
Please try new release 0.5.0
http://pypi.python.org/pypi/firebirdsql/0.5.0
Changelog includes :
- execute parameter bugfix.
- Added more tests.,
- fetchall() simplification
- use generators when fetching records.
- Support only for python > 2.5+
Flamerobin New snapshot builds SVN revision 2188
Hi all,
yesterday I have uploaded new builds for 32 and 64 bit Windows, enjoy.
Thanks
—
Michael Hieke
One user just got v.1 Firebird database running on a 64bit Suse linux machine
Now that is a long trip on the memory lane installing firebird v1 on a linux machine
I’ve just got v1 Firebird database running on a 64bit Suse linux machine. I feel EPIC.
I don’t know how hard it can be but you can try it just for fun
http://www.firebirdsql.org/en/firebird-1-0/
