-
Hi,
are there plans to make the [Session Extension](https://www.sqlite.org/sessionintro.html) available in better-sqlite3? Since version 3.13.0 it is directly available in the sqlite3 code via comp…
-
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…
-
### No duplicates 🥲.
- [X] I have searched for a similar issue in our bug tracker and didn't find any solutions.
### Database
SQLite
### What happened?
When query caching is enabled, if…
-
### What happened?
When creating a persistent client on Azure, either inside a Notebook or on a compute the clients hang-on for 16min after creation:
client = chromadb.PersistentClient()
After m…
ai-st updated
3 months ago
-
Django version `2.0.3`. Fresh install, using sqlite3 database.
Added tastypie (v `0.14.0`), and it crashes whole web app while trying to do `from tastypie.api import Api`
Error message:
```
…
-
I'm using Rails 8 multiple databases. For primary I'm using postgres, but for cache and queues I'm using SQLite.
When trying to run migrations for _those_ databases, this gem looks to be intercepti…
-
# Environment
Knex version: 1.0.7
Database + version: sqlite3 5.0.8
OS: MacOS
# Bug
Knex works as expected in Chrome, but in Safari is getting the below error.
I think this error is due to t…
-
```
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 …
-
The example provided fails in a `has_many ... through: ...` association but `has_one ... through: ...` associations have the same behaviour.
### Steps to reproduce
```ruby
begin
require "bun…
-
Would be great to have support for SQLite as well 😄