-
**Issue type:**
[X] Question
[ ] Bug report
[X] Feature request
[ ] Documentation issue
**Database system/driver:**
[ ] Postgres
[ ] MSSQL
[X] MySQL
[ ] MariaDB
[ ] SQLite3
[ ] Oracle…
-
### Issue description
When doing a softDelete already deleted rows get udpated (inside a transaction, maybe always)
### Expected Behavior
softDelete should not operate on already softDeleted …
-
### Feature Description
Possibility to use libSQL or Turso as a database
### The Solution
Build support for libSQL extending the functionality of sqlite
### Considered Alternatives
None other tha…
-
### Feature Description
my code
```js
export abstract class BaseEntity {
@Column('timestamp with time zone', { default: () => 'CURRENT_TIMESTAMP' })
createdAt!: Date;
@Column({ nu…
-
```
Building on x86-bm-8.ocamllabs.io
[...]
/: (run (shell "opam init --reinit --config ~/.opamrc-sandbox -ni"))
Uncaught exception: (Failure "Build ended without setting a log!")
2021-06-15 22:1…
-
### Feature Request
| Q | A
|------------ | ------
| New Feature | yes
| RFC | no
#### Summary
Easy things to implement:
- `Result::getColumnCount(): int`
- `Result…
stof updated
5 months ago
-
Hi all,
I get the following error when doing runserver:
```
django.core.exceptions.ImproperlyConfigured: 'sql_server.pyodbc' isn't an available database backend.
Try using 'django.db.backends.…
-
sqlpp11-connector-mysql
https://github.com/rbock/sqlpp11-connector-mysql
Already find out that sqlpp11-connector-sqlite exists in conan center. May i request for the mysql driver of the sqlp…
-
### Issue description
MongoRepository.aggregate return type should be AggregationCursor but it is AggregationCursor and it's a breaking change
### Expected Behavior
MongoRepository.aggregate return…
-
I have a table column where I store large numbers (seconds since 1970).
The bigints are stored correctly (I checked it on the sqlite console) but with the sqlite driver I get negative(!) values. Wha…