Code Monkey home page Code Monkey logo

dao's People

Contributors

abramadams avatar crisp2u avatar mjhagen avatar nationjob avatar wws-abram avatar wws-sabin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dao's Issues

Lucee & linq.run()

hi @abramadams ,

linq.run() returns absolutely nothing.

I debugged on dao.read() and inserted a dump before the return (dump(LOCAL[arguments.name])) and it returns the query result correctly.

it seems like a problem when the call to the linq.run() function.
Could it be a problem with Lucee 5.3.8.206 version?

thanks,
Ivan

Develop Branch

Looks like you've made some adjustments to the develop branch. Would it be ok to clone that branch to get those fixes? Any reason they weren't merged to master?

This seems like a very cool project and was going to try to pop it into my Coldbox application. Any reason not to? I saw your disclaimer, but it seems like for using the basic DAO stuff this will be very useful to allow me to write complex queries in script without all the oddities of ACF script queries.

Thanks!

Linq join syntax separator should be space not comma

Linq join syntax separator should be space not comma.
// build the query criteria

    var query = request.dao.from( from="eventLog", joins=,joins=[
{
    type="left",
    table="table1"
    columns="...",
    on="..."                
}, {
    type="left",
    table="table2",
    columns="...",
    on="..."
}]).run();

This throws an error

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.