-
SQL.rawQuery is not really what I want to see in a codebase. These should become proper prepared statements whereever possible.
-
I'm using quill-doobie with postgres and I'm trying to set a session variable like so `SET myvar = 42;`. Quill offers the ability to run raw sql so I tried to implement this query using that feature.
…
-
I noticed that Flow launcher consistently provides a trimmed query when using `query.Search` or even `query.RawQuery`, returning a value without white spaces. This seems unusual to me compared to othe…
-
## Description
There are some basic build-in SQL functions that are not supported by every database in the same way. One example is the `version()` function. Sqlite does not support it but has `s…
-
**Describe the bug**
A clear and concise description of what the bug is.
这是测试链接
http://127.0.0.1/api/v2/dev/test?dev=se205%5fy1205%5fj109%26verRelease=v01%26iid1=863494061186673%26iid2=86349406118…
-
I am trying to get column names from table with following code:
```javascript
db.transaction(txn => {
txn.executeSql("PRAGMA table_info('table')", [], (txn, res) => {
console.log(t…
-
### Do you want to request a *feature* or report a *bug*?
Bug
### Did you try using a 1.7.x configuration for the version 2.0?
- [ ] Yes
- [X] No
### What did you do?
Traefik is config…
-
Hi,
we are getting quite frequently following error, which is only displayed in verbose log level:
```
05-24 13:24:35.627 V/SQLiteCursor: Cursor open object=52072473
java.lang.Throwable: s…
-
## Issue Description
I have a many to many relation between two entities as:
```
@ManyToMany(() => Subject, (subject: Subject) => subject.notes)
subjects: Subject[];
@ManyToMany(() => No…
-
Hello.
Why is `req.URL.Path` always empty? Even if URL Path is not empty?
Full example: https://gist.github.com/Glavic/54492ab4950421980bbc74bac88cefe3
Before line:
https://github.com/elazarl…