-
```
What steps will reproduce the problem?
1. Compile with SQLITE_HAS_CODEC
2. Create brand new database by connecting to new file
2. Issued PRAGMA hexkey='0x0102030405060708090a0b0c0d0e0f10' to db
3.…
-
Awesome project!
I want to use something like
`select * from tables where col in ('dog', 'cat')` in sqlite3
but I don't know how to use it in raw query in databases.
I tried with
`query = "…
-
`~/Library/Messages/chat.db` exists, but `$db = new SQLite3($chat_db_path, SQLITE3_OPEN_READONLY);` fails with `Could not open database file.`
I tried in a normal SQLite browser and it couldn't ope…
-
Hi
After having started the bot, whenever I try to subscribe to a node the bot throws this:
'''1 chats and 0 subscribed users
2024-07-12 21:06:52,675 - root - ERROR - Failed to fetch node info
…
-
现在腾讯在推NT架构的QQ,要搞全平台统一,然后手机版的NT架构的QQ也开始内测了。
最新的手机版内测QQNT上的数据库架构已经大改了,变得和Windows/Mac/Linux版QQNT一样了。
版本:8.9.58.11050
如图 老版本的数据库仍然存在,但是很明显聊天记录已经不存放在老库里面了
![image](https://user-images.githubusercontent…
-
Anyone cares to shed a light on how to enable foreign_keys with this library? I've tried doing the following:
```c++
OATPP_CREATE_COMPONENT(std::shared_ptr, dbConnectionProvider)([] {
auto co…
-
### Describe the bug
v0.14.0 added the ability to listen on a Unix socket, but it is not possible to reproducibly/cleanly use it (i.e. in a docker container) because `--init-db` and `db migrate` fail…
-
Database use and creation, why no instructions on how to use it?
[Nest] 9234 - 02/14/2023, 10:30:30 AM [TypeOrmModule] Unable to connect to the database. retrying (9)... +3260ms
-
Flat files made sense earlier on, but the project has evolved and databases should always be kept in consideration.
I recommend a system that abstracts the specific database engine so we can implem…
-
*This issue was originally created by [**@starsareintherose**](https://github.com/starsareintherose) at .*
### Background information
- **Dendrite version or git SHA**: 0.10.7
- **Monolith …