Andy Dawson

Results 10 comments of Andy Dawson

It is not appropriate to use a db-wide options array on multiple collections - and on function calls that are expecting different options to be used. - batchInsert has only...

elricho - personally I'd go with simple - if (!empty($Model->...)) - but Ichi might have a different idea, and it's his code. However, if it works (by any means) it...

@xz360 why are you asking that here..?

If you are using mongo - you have to take responsibility for ensuring things are the right type on insert. see my comment here: https://github.com/ichikaway/cakephp-mongodb/issues/35#issuecomment-3427909

Incidentally, In my own projects I would simply pass form data through a function to recurse on all values and cast int/floats as it found them. Relying on model schema...

> In the first instance, an invalid database configuration can sometimes result in a failure to connect to the SQLite database without an error. Is this point still relevant? if...

I've left some feedback that needs addressing; I realize this PR is eons old - are you still interested in cleaning up the PR to merge it? If not no...

Do you just want the readme updated? can you propose that change please?

These changes look fine but the absence of a test (which is the fault of the repo, not the person opening a PR) makes me nervous to merge it. Can...