-
New mongodb dbtng -- only for entities
-
MongoDB DBTNG driver: February 25, 2011 2:13
Commit a382c3e on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
made sure fetchAssoc always returns an array
-
simplified joins and added role permission. considering using foreign keys in schema.
-
added a fetch method and fixed filters by fixing ordering. Ordering on a field called ASC or DESC will not work. Oh well.
-
made UserCreateTestCase pass again by making sure the field we want to join on is actually included in the result.
-
fixed node join, fixed fields big time, fixed joins in the select builder. now both admin page shows and the node creation test passes
-
better join support. admin pages work aside from the "tabs moved to the top part".
-
make count queries work
-
ditched dbref. does not work too well for us. use join data instead.