Code Monkey home page Code Monkey logo

Comments (5)

martijndeh avatar martijndeh commented on September 18, 2024

Yes. It would be nice for those queries to actually to call implements PromiseLike<..> so it's compatibility is actually enforced. Does this only happen for the select query or also delete/insert/update queries?

from mammoth.

cakoose avatar cakoose commented on September 18, 2024

Looks like it happens in all cases. I get "not assignable to type PromiseLike" errors on all these lines:

    acceptPromiseLike(db.select(db.foo.id).from(db.foo));
    acceptPromiseLike(db.select(db.foo.id).from(db.foo).where(db.foo.id.eq('1')));
    acceptPromiseLike(db.update(db.foo).set({id: '1'}));
    acceptPromiseLike(db.update(db.foo).set({id: '1'}).where(db.foo.id.eq('1')));
    acceptPromiseLike(db.deleteFrom(db.foo));
    acceptPromiseLike(db.insertInto(db.foo).values({id: '1'}));

from mammoth.

martijndeh avatar martijndeh commented on September 18, 2024

It looks like this is fixed already — or I cannot reproduce it. See https://codesandbox.io/s/ecstatic-archimedes-pnbsk?file=/src/index.ts.

In any case I'm closing this issue assuming it's fixed. Please let me know if you can create a reproducible sandbox.

from mammoth.

cakoose avatar cakoose commented on September 18, 2024

👍 Just checked in our own codebase and I can't repro anymore.

(Maybe Mammoth changed something or maybe TypeScript changed something?)

from mammoth.

martijndeh avatar martijndeh commented on September 18, 2024

Good to hear, thanks.

from mammoth.

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.