sale representative performance for Q3 2015

please share your solutions or discuss the solutions in the comments. Kysely feedback and suggestions for enhancement are also welcome.
No description
thelinuxlich
thelinuxlich405d ago
Never seen SqlBool
Igal
Igal405d ago
It's a new union type added @ 0.24.x, Basically boolean | 0 | 1
thelinuxlich
thelinuxlich405d ago
Maybe kysely-codegen should use it in boolean fields?
Igal
Igal405d ago
kysely-codegen has more context e.g. MySQL uses 1 | 0 so it should generate more precise types
Want results from more Discord servers?
Add your server
More Posts
olympic gold medalsquery https://user-images.githubusercontent.com/103982094/211247985-7d15da7b-820f-4615-810b-bd317f3aduplicate job listingsquery https://user-images.githubusercontent.com/103982094/211246010-ea3cf036-1973-4a69-b2da-57ecc517stock tradequery https://user-images.githubusercontent.com/103982094/228803165-415ff305-d8d7-49e2-ba93-1359bf69Trouble running migrationsI am trying to use Kysely on a svelte-kit project, I set up the migration script like the example shSuggestions on implementing SQLite as DocumentDB or GraphDNWould love recommendations on using Kysely to implement something similar to the following. https://open source examplesDo you know of a mid-large size open source codebase that has integrated kysely? Size isn’t most imTypes for use with leftJoinHiya! I'm attempting to do a leftJoin and return the result: ``` const result = await db .selmysql InsertResult always emptymy app is heavy id/transaction user and i need the id of created register to insert another registerRawBuilder is not "Compilable"How one should execute RawBuilders coming from (for example) ```sql`customsql` ``` since they're noQuery with ANDs and ORs - struggling with syntaxI want to be able to create a query that looks like this - i.e. has a first WHERE section that musSubquery type error when using genericsI have the following simple query being generated by my function `f`: ```typescript const f = () => Extacting where clause generation into dedicated functionI'm building up a query dynamically and need to use some of the logic embedded in where clauses fromcreateQueryIdIs this function supposed to be exported and used in users code? I'm handling query execution with aWeird importing error on latest Kysely 0.23.5When I try to import Insertable:Insert expression type safeIs there a way to make `.expression` calls while inserting to a table to return an "InsertObject" orProperty "values" missing when Inspecting InsertQuery ValuesNodeI'm having some troubles upgrading from 0.22.0 to 0.23.4, because I have a custom plugin which gets How to make a top level SELECT that isn't from a table?I'm trying to combine two queries, `SELECT COUNT(*) FROM A` and `SELECT COUNT(*) FROM B`. `SELECT (