Found 4 blog posts with the tag "Doctrine 1.1"

First 1.1 Alpha Version Released

Posted over 3 years ago by jwage

Today I am very happy to introduce the first alpha version of the 1.1 branch of Doctrine. This means we have just about finalized the scope of features and are preparing to enter the beta and release candidate cycles before releasing the stable version. This new version is sporting dozens of enh... [read more] [0 Comments]

New to Migrations in 1.1

Posted over 3 years ago by jwage

In Doctrine 1.1 migrations are much easier to work with. In addition to the increased stability we have enhanced the migrations in a few ways to simplify the use of them dramatically. We have introduced the following features. Diff Tool - Generate migration classes by simply changing your sche... [read more] [0 Comments]

New hydration modes for Doctrine 1.1

Posted over 3 years ago by romanb

I would like to announce the addition of two new hydration modes to the 1.1 branch that will be included in the 1.1 release.HYDRATE_SCALAR - flat array where the key is made up of the query component alias + field name. This method offers access to all the same data in a flat array and the hydrat... [read more] [0 Comments]

Doctrine 1.1 Development Begins

Posted over 3 years ago by jwage

Today we branched 1.1 and began development. We started by implementing several highly requested small but significant features to the Doctrine core. Below is a review of the changes made so far.r5014 - Added support for FROM User u WHERE u.id IN ? in the Doctrine_Query api.r5016 - A performance ... [read more] [0 Comments]