Django south fork with support for firebird was merged into main trunk (original project)
News via Maximiliano Robaina and here is the patch
To check more about the project you can check it’s homepage
News via Maximiliano Robaina and here is the patch
To check more about the project you can check it’s homepage
See the lazarus full thread and you can clone the git repository
It’s a small app that sits in the tray, and can be used to manage project time.
If there is interest, I can donate it to the Lazarus community. It also serves
as a nice example of how to program Lazarus and tiOPF.
It also keeps a todo list and a list of interruptions.
(the helpdesk walks in and out of my office, which I started tracking to
prove that this practice costs me 1.5 hours a day.)
I posted the project at
http://www.freepascal.org/~michael/timetrack.zip
You’ll need tiOPF and a database server.
I use (and recommend) Firebird, but changing it to something
else takes about 2 lines of code.
The included time.sql file creates the database.
Upscene Productions is proud to announce V2.5.1 of FB TraceManager, a professional environment to monitor, profile, trace and optimize Firebird databases. |
More information on the new release is available here:
http://www.upscene.com/displaynews.php?item=20120313
This release extends the per-database monitoring capabilities with database statistics (data/index pages and record version information) monitoring. Adds support for ODS 11.1 (Firebird 2.1) monitoring tables and several other improvements and fixes. In combination with the Trace API, this is a powerful and integrated toolset to optimize and tune your Firebird server, database and client application even further.
There are also the following new screencasts available:
What’s new in V2.5
What’s new in V2.0
FREE Lite Edition
More information on the product is available in the FB TraceManager section on our website, including an edition comparison sheet, webcasts etc.:
http://www.upscene.com/go/?go=fbtm
Upscene Productions announces the 2nd public beta of: “Hopper – a Stored Code Debugger” |
This release fixes several issues as reported by you, our users, and introduces Firebird 3 Stored Functions support.
For more information and a trial download, see the news @ Upscene Productions, pricing information is available.
You like this news? Twitter it! Share it! If you’d like to blog about it, contact us!
The Firebird Project team is happy to announce that the v2.0.7 release candidate kits for Linux, Windows and Mac OS X platforms are ready for testing.
The download page:
http://www.firebirdsql.org/en/firebird-2-0-7-rc1/Enjoy the testing and please don’t hesitate to report the found regressions (if any) in the Firebird-Devel list or in the bug tracker.
Regards,
Dmitry
Philippe Makowski wrote on google plus
I finished the port of FDB to Python 3 all tests seems ok
next step : merge into FDB upstream
You can grab it there :https://github.com/pmakowski/fdb/tags (tag is v0.1)
git repo : https://github.com/pmakowski/fdb
For several years now, I’m yearning for a feature that I think that all SQL based databases that I know are missing, and throw it back to the program side.
The feature I wish to have is a way to set a specific record to be valid for only a known period of time, and when the time is up, I’ll be able to do something.
In this post I’ll try to create some sort of general specification for such feature, and I hope that there will be many comments on this that will benefit everyone, and I hopeful, that they will make the idea better.
Upscene Productions is proud to announce the first beta of a new tool: “Hopper – a Stored Code Debugger” |
This beta is available for Firebird, after it’s version 1 release, an InterBase Edition will be made available soon, a MySQL Edition will follow later this year.
For more information and a trial download, see the news @ Upscene Productions, pricing information is available.
March 1 Update!
New installer uploaded to fix a problem with missing syntax highlighting files.
You like this news? Twitter it! Share it! If you’d like to blog about it, contact us!
Philippe Makowski announced that he just committed new files in github fdb repository
He implemented firebird services api for Python 3 driver, this driver version doesn’t work yet for Python 2, and it is only the first step.
Certainly some improvements would be welcome.You can see diff here
The hope is that he will start working on fbcore soon