-
It has been suggested to use a more feature-complete .NET wrapper for the native SQLite engine and extend it to be cross-platform (probably Windows and macOS). One minor aspect of that would be dealin…
-
Hi,
The SQLite database provided in your folder to help with the SQL for beginners tutorial does not have primary key / autoincrement properties on **id** by default. When I used **insert into** wi…
-
### Is there an existing issue for this?
- [X] I have searched the existing open and closed issues
### Current Behavior
Azerbaijan dubbed and Uzbekistan dubbed are showing as english
![image](ht…
-
While testing, I found a curious behaviour:
` result = await conn.execute(data.select().where(data.c.owner == ctx.author.id))
`
This works properly if there is data, both when data is fo…
tvogt updated
4 years ago
-
### Checks
- [X] This is not a duplicate of an existing issue (please have a look through our [open issues list](https://github.com/TheOdinProject/curriculum/issues) to make sure)
- [X] I have thorou…
-
Prisma's CLI uses multiple Engines that are written in Rust and built as executable, platform specific binaries. They are downloaded on installation of Prisma or the project using Prisma.
The Migra…
-
It's interesting in some case when we want to check before creation for already existing record but with a close spelling.
-
Current testing depends too heavily on the environment. Configure a better mock for the db for the unit-tests.
-
### Bug description
If I query with this where 👍
```
where: {
deletedAt: null,
begin: {
gte: dateMonth,
lt: dateMonthEnd,
},
}…
-
How to repeat : try to scan high-secure site, disallowing weak ciphers handshake. For example https://crowdcourse.net
```
perspectives@crowdcourse:~$ /usr/bin/python notary_http.py --sni --webport 80…