mongoDB-Datasource icon indicating copy to clipboard operation
mongoDB-Datasource copied to clipboard

Old and Historical repository. Please use new repository at: http://github.com/ichikaway/cakephp-mongodb

Results 7 mongoDB-Datasource issues
Sort by recently updated
recently updated
newest added

I fixed a bug in the read() method that affected queries that needed db.runCommand() such as findAndModify(). When debug was not on, the result would not get set properly.

Hey ichikaway, I had a Schemaless behavior in my app already so it made me think about Mark Story's talk on plugins and prefixing code with the plugin name to...

Warning (4096): Argument 2 passed to MongoCollection::insert() must be of the type array, boolean given, called in /var/www/lib/Cake/Model/Model.php on line 1734 and defined [APP/Plugin/Mongodb/Model/Datasource/MongodbSource.php, line 465] Notice (8): Undefined index:...

Hi. I got this error: Datasource class could not be found. Using cakephp 2.4

I followed every instruction methodically, and I keep getting this error: Error: Datasource class mongodb.mongodbSource could not be found. I thought it had to do with the naming conventions on...

Hi ichikaway, What are the plans for the mongodb source to handle documents with sub documents? In particular, validation is assuming flat arrays of fields which is correct for traditional...