Giter Site home page Giter Site logo

Comments (7)

pmjones avatar pmjones commented on August 23, 2024 1

Do you actually want a full Record object here? The entirety of Aura.Sql ExtendedPdo fetch*() and yield*() methods is available; e.g., you can use fetchOne() to get back ['title' => ..., 'summary' => ...].

This explains a bit more: https://github.com/atlasphp/Atlas.Orm/blob/1.x/docs/direct.md

from atlas.orm.

jelofson avatar jelofson commented on August 23, 2024

I can definitely do that. No problem there. I just didn't expect to get an exception simply because I was calling fetchRecord but didn't have the primary key. If I did want a record, for example, if I wanted to call some Record methods, then I would just have to make sure the primary key is included.

Would you consider that something that will need addressing or something that should simply be documented?

from atlas.orm.

harikt avatar harikt commented on August 23, 2024

I think documenting it may be good ( I guess it is a rare case ) . Else what will happen if someone tries to update the record ? It is partial data after all.

from atlas.orm.

jelofson avatar jelofson commented on August 23, 2024

I was going to close this, but I don't think I have written any docs about it yet. If it's no trouble, I will leave it open as a reminder to myself.

from atlas.orm.

pmjones avatar pmjones commented on August 23, 2024

I think the docs for this have been written and are live at http://atlasphp.io/mapper/2.x/reading.html#1-1-3-1

Thanks @jelofson for doing so!

from atlas.orm.

jelofson avatar jelofson commented on August 23, 2024

Oh man. Sorry for leaving that open for so long. Thanks for closing.

from atlas.orm.

pmjones avatar pmjones commented on August 23, 2024

Not at all, sir. :-)

from atlas.orm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.