-
I see that `count`, `findOne` and `findMany` can do `rawQuery` but I think `findById` does not process `rawQuery`. Can you please add `rawQuery` support to `findById` as well?
-
Currently I am using the rawQuery method to execute a union select statement between two tables. I being searching but I have not being able to find documentation or by checking out the code for a way…
-
I'm getting the following when executing the simple command `:Coq Check (and True False)`:
```
Error detected while processing function coquille#RawQuery:
line 1:
Traceback (most recent call last…
-
**📝 DESCRIPTION**
- raw query를 써서 가져오게 된다면 타입 형태가 'any'로 되어버리는 경우가 발생
- type지정을 런타임에 따로 validate 를 할 수 있도록 'class validator' 사용해야한다고 함
**☑️ TODO**
- [ ] type-validator 도입
-
### Describe the bug
Building a connection string fails when reading, inserting or creating only when using a namespace auth. this use to work in the version 0.5.1. however doesn't work in the lates…
-
# Description
```
connection.RawQuery(`INSERT INTO foo (url) VALUES ('http://kratos:4433/self-service/browser/flows/login?prompt=login);`).Exec()
```
executes the raw query (on PostgreSQL/CRDB…
-
Hello
I have this code:
`
models.DB.RawQuery("SELECT pc.configuration_id as configuration_id, pc.product_id as product_id, pc.display_order as display_order, pc.is_default as is_default, pc.s…
-
First off - thanks for sharing this very useful project. I like the fact that you capture the comments as output.
I've got several blogs that I self host - and I'm working on converting them from W…
-
I have a very complex query I'd rather pass as a SQL query, but when replacing the placeholder for an "IN" condition nothing I try works.
Is this not supported?
-
# Environment
Knex version: 0.95.14
Database + version: MySQL 5.7.33
OS: MacOS 10.15.7
If issue is about TypeScript definitions, tag @lorefnon.
# Feature discussion / request
I am trying…