-
With #12 we introduced set based pk duplicate detection in python, which is not how it should be done. We simply cannot do that solely in python, as the db might apply different rules for identity che…
jerch updated
2 years ago
-
SQLite tables have a hidden "ROW ID" column. When a table has an "INTEGER PRIMARY KEY" then that column _might_ become an alias for ROW ID. These columns act differently to a regular INTEGER column, o…
-
I'm opening this Issue to track the progress of adding (Or, at least, pull requesting) some badges that I couldn't find after searching them off the top of my head. I'll try to PR them myself ~on the …
-
### Is your feature request related to a problem? Please describe
Usually for any kind of app, if we need to execute some operations like backup, restore, other options, we will attach to docker co…
-
Hey guys,
I wondered if any of you worked or know about a database engine, or a database mapper, that might be worthy of inclusion into loungesome.
I usually work with sqlite for file databases, but …
ghost updated
8 years ago
-
Hi, I just wanted to check that I understand the use of this library so that I can use it correctly in my application.
From what I understand:
- DateTime(timeZone=False) in SqlAlchemy will convert d…
-
When I try to cross compile my project which uses `go-sqlite-lite`, I get the following output:
```
➜ GOOS=linux GOARCH=amd64 go build -o bin/application ./cmd/rgserver
extern/sqlite/sqllite_reader…
-
### Issue
I’,m trying help to a small business and I am trying to use CRM Suite 8.4.2, and I have 2 problems that I think are associated with the same thing.
Admin → Inbound Mail (settings):
when…
-
Using `Base.metadata.create_all()` with a view raises a `sqlalchemy.exc.ProgrammingError` if the view already exists. Occurs in both sqlite, and postgresql - if that is helpful.
``` python
class T…
-
If you define a parallel hierarchy of model classes where class A has a subclass B, class C has a subclass D, and A has a relationship to C,
```
A ---> C
| |
B D
```
it is not possible to …