Found 6 blog posts with the tag "update"

Major Site Enhancements

Tags: update, website

Posted over 2 years ago by jwage

You've probably noticed over the past few days I have rolled out some major new site enhancements. You can find more information below about all the changes made. Register Now! I have opened up a new registration portal on the Doctrine website. This will create a login both on the website and T... [read more] [0 Comments]

What's new in Doctrine 1.2

Tags: update, 1.2, new

Posted over 2 years ago by jwage

This week I have been working on the next major version of Doctrine, 1.2. This version will possibly be the last 1.x version before we really begin to push 2.0 hard. The 1.2 release should be a decent release for you all and I think it has some interesting features that should really spark some ... [read more] [0 Comments]

Website Updates

Tags: update, website

Posted over 2 years ago by jwage

Today I have deployed some updates to the Doctrine website. Some of the updates all of you will enjoy, but another specific one might upset some of you. I have decided to remove the Doctrine Forum forever and consolidate the user discussions in to the doctrine-user mailing list which is hosted o... [read more] [0 Comments]

The Bleeding Edge: Website Upgraded

Posted over 3 years ago by jwage

This weekend I decided it was time to completely dive in to the awesomeness that is symfony 1.2. I upgraded the Doctrine website to 1.2 as well as Doctrine 1.1. I had several schema changes that I migrated to production with the new Migrations features that were mentioned previously on the blog. ... [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]