Birthday Release Party

Posted 4 days ago by romanb

Today is Jonathan's birthday and in order to celebrate properly we're rolling out three new releases. Doctrine Common RC1 The first release candidate of the Doctrine Common project. Installation Changelog Doctrine DBAL BETA4 The last beta release of the Doctrine DBAL project. Installatio... [read more] [4 Comments]

Doctrine ORM Version 1.2.3 Released

Posted 12 days ago by jwage

Today I am happy to be able to finally announce the release of the Doctrine 1.2.3 maintenance version. It is a little late but it contains dozens of fixes and a few improvements too! You can upgrade now by downloading from one of the sources below: Pear Package Download You can directly downloa... [read more] [6 Comments]

MongoDB ODM 1.0.0BETA1 Released

Posted 18 days ago by jwage

Today I am happy to tell you we have released the first beta version of the MongoDB Object Document Mapper. It contains many fixes and general improvements across the code. We fixed lots of things reported by our users in Jira but also made lots of other improvements like improving the use of at... [read more] [0 Comments]

MongoDB ODM: Atomic Operator Improvements

Tags: odm, mongodb

Posted 26 days ago by jwage

Recently we've improved the support for use of atomic operators and how much it takes advantage of them in the Doctrine MongoDB ODM. Now when updating embedded documents it will use dot annotation to $set the individual properties instead of sending the entire document even if only one property c... [read more] [0 Comments]

Experimental Doctrine 2 Feature: Associated Entities as Id Fields

Posted 29 days ago by beberlei

Doctrine 2 supports composite keys of primitive types from the beginning, however we realized early that a very common use-case is a composite key with one or more elements being associated entities. For example think of a CMS System which allows Article Translations. A common SQL schema for this... [read more] [6 Comments]

Doctrine ORM Beta 3 released

Tags: Doctrine2, orm

Posted about 1 month ago by romanb

We would like to announce the immediate release of Doctrine ORM BETA 3: Installation Changelog We fixed 45 issues, most of them bugs reported by our users. The ORM package is now in a state where no new features will be added and we will fully concentrate the efforts on fixing bugs and bringi... [read more] [5 Comments]

Doctrine MongoDB ODM 1.0.0ALPHA2 Released

Tags: odm, mongodb

Posted about 1 month ago by jwage

Today I am happy to bring you the second alpha release of the brand new Doctrine MongoDB Object Document Mapper (ODM). The release contains several bug fixes and a few enhancements. You now have the ability to mix types of documents in references and embedded documents. You can read the blog post... [read more] [1 Comments]

Release of DBAL 2.0.0 Beta3

Posted about 1 month ago by beberlei

In preparation of the next ORM Beta Release in the next days we already released Doctrine DBAL 2.0.0BETA3 today. Noteworthy changes include: BC Break: Changed behaviour of Postgres and Oracle DateTime now without Timezone (TIMESTAMP WITHOUT TIME ZONE instead of TIMESTAMP WITH TIME ZONE) See Tic... [read more] [0 Comments]

MongoDB ODM: Document-Oriented Databases vs. Relational Databases.

Posted about 1 month ago by avalanche123

My last post brought up a lot of questions on the differences between document-oriented and relational databases, possible use cases for each and approaches and gotchas one should remember when dealing with either. I had some thoughts on the subject, but they didn't feel complete, so I decided to... [read more] [4 Comments]

MongoDB ODM: MongoDB for eCommerce

Posted about 1 month ago by avalanche123

Hi, my name is Bulat S. (my last name won't make it any easier, but in case you were wondering it's Shakirzyanov), I joined OpenSky in August 2009 (It's been almost a year since then, but it feels like ages). My official title in the company is Hacker, which also says a lot about me (th... [read more] [17 Comments]