-
### Feature Description
Currently in Logger interface, there are functions: logQuery and logQuerySlow, they are almost same except in logQuerySlow there is an extra parameter: time.
But sometime I…
-
init之后修改.env文件为mysql
YAO_DB_DRIVER=mysql # sqlite3 | mysql
YAO_DB_PRIMARK="root:123456@tcp(127.0.0.1:3306)/adsystem?charset=utf8mb4&parseTime=True&loc=Local"
YAO_DB_SECONDARY="root:123456@tcp(127…
-
```
What steps will reproduce the problem?
1. I clicked on a Sqlite v3 database
2. Was taken to error page
3. How to go back ?
What is the expected output? What do you see instead?
What version of …
-
### Issue description
When adding a query comment containing a colon followed by letters, it's treated as a parameter
### Expected Behavior
The comment should be un-mangled and we should not add a …
-
### 📜 Description
I created a new backstage app with `npx @backstage/create-app@latest` and when trying to run with `yarn dev`, I got following error:
```
Error: The SQLite driver does not suppor…
-
```
% uname -a
Darwin Andys-Lexop-MacBook-Pro.local 21.4.0 Darwin Kernel Version 21.4.0: Fri Mar 18 00:47:26 PDT 2022; root:xnu-8020.101.4~15/RELEASE_ARM64_T8101 arm64
```
When running `rails s` f…
-
### Feature Description
```sql
CREATE TABLE `orders` (
`order_num` int(11) NOT NULL auto_increment,
) ENGINE=InnoDB AUTO_INCREMENT=10000 DEFAULT CHARSET=utf8;
```
I want AUTO_INCREMENT start w…
cdoky updated
4 months ago
-
https://github.com/mattn/go-sqlite3/blob/3cbdae750e52afa881060732446298f98131e834/sqlite3.go#L1991-L2008
Should call `C.sqlite3_reset(s.s)` on the normal return path as well as abnormal. This is be…
-
### Issue description
My nestjs application uses typeorm and does not release the connection
### Expected Behavior
I found that my nestjs application, after using typeorm to query mysql, the connec…
-
### Please make sure of the following things
- [X] I have read the [documentation](https://alist.nn.ci).
我已经阅读了[文档](https://alist.nn.ci)。
- [X] I'm sure there are no duplicate issues or discussions.…