Pictures from geekmeet #2 in Targu Mures (Romania)

Here are some pictures from local geek community meeting (I’ve got them today and i remembered about it )
It was presented in July :The Firebird + Nginx + CakePhp solution at
geekmeet #2 from Targu Mures also talked on howto start coding an simple Firebird CakePhp application.

In December we have another geek meeting  #3 and i will present django and firebird

ps: also i have some pictures from Romanian floss/beer camp and eliberatica but i will do an review later

#Django firebird driver project news

Hello everyone, I want to make a summary of the changes implemented in
recent times about the project django-firebird:

    * More complete exception error messeges (ported from pre-django 1.0
    version)
    * Added a new attribute to obtain the version of Firebird. Useful to
    ensure compatibility with firebird 1.5 and 2.x
    * Implemented the proper support for data conversion. (Issue 8)
    * Fixed bug on with_limits parameter on FirebirdQuery.as_sql. (Issue 9)
    * Fixed bug on autoinc implementation (Issue 3)
    * CHAR is mapped to CharField now (formerly TextField) – (Issue 6)
    * NUMERIC/DECIMAL are mapped to DecimalField now (formerly Integer) –
    (Issue 6)
    * Correct interpretation of RDB$FIELD_SCALE for NUMERIC/DECIMAL fields –
    (Issue 6)
    * Correct consideration of is_null behaviour at field level – (Issue 6)
    * Correct FOREIGN KEY evaluation in get_relations() – (Issue 6)
    * Support for UNIQUE indices for UNIQUE – (Issue 6)
    * Clean and better source code organization.

Remember, this software is still in alpha version, use it at your own risk.

Feel free to try and make any comments on this subject.
We need to add more experience with django and firebird to resolve some
issues. Any help will be apreciated.

Regards.

Maxi.

#phpBB 3.0.6 released with small firebird changes

We are very pleased to announce the availability of the phpBB “Fast and Furrious” 3.0.6 package. This release fixes numerous bugs, introduces some major features, as well as improves stability and performance.

Firebird related changes:

Changed minimum requirement for Firebird DBMS from 2.0+ to 2.1+.

ps: i like the new ACM (Cache) plugins for APC , XCache

The cache system provides an API for caching frequently used data, it provides an interface for user code to cache data and an interface for the DBAL to cache query results.

1 160 161 162 163 164 296