-
anki raycast extension
anki use sqlite3 as database locally
-
In Sequel version 3.24, the example titled `does not run database migrations more than once` fails:
Failure/Error: app.migration('this should run once') { fail }
Sequel::DatabaseError:
SQ…
-
```
Steps to reproduce:
1. Checking Ruby SQLite3 support: ruby -e "require 'rubygems'" -e "require
'sqlite3/database'"
Fatal error: Ruby SQLite3 support not found. Please install it first.
2. Then I …
-
### Version
1.25.0
### What happened?
SQLite requires a `PRAGMA` query to enable foreign key constraints. Unfortunately, sqlc does not seem to recognise `PRAGMA` as a valid query, and actuall…
-
_Originally posted by @simonw in https://github.com/simonw/sqlite-utils/pull/118#issuecomment-655283393_
We should put some thought into how this library supports and encourages smart use of transa…
-
Add Python testing for Scrum Project functionality.
AC1 If user not logged in, check correct display of banner variation.
AC2 Test Views.
AC3 Test Contact Page + Email Submission.
AC5 Test Reviews…
-
### Description
i want to frr capabilities.
write a grpc client call, but coredump.
### Version
```text
frr-10.0
```
### How to reproduce
#include
#include
#include
#include
#include "f…
-
Using the latest version of sqlite3, the database cannot be build from the sql script.
this has been discussed [here](https://discourse.pi-hole.net/t/interesting-study-leaky-forms/55401/4), non wor…
-
### Issue description
I installed typeorm in an react-native expo project, and followed the guideline from your docs. But there is an error tells that "this.sqlite.openDatabase" is not a function.
…
-
Hello,
according to SQLite documentation sqlite3_close might return SQLITE_BUSY (http://www.sqlite.org/c3ref/close.html). It usually means that there are not finalized statements.
I see that t…