-
# Objective
before insert table can execute python function to convert data
**e.g.**
user insert Field intervals in list [2, 2, 1, 2, 2, 2, 1]
then base on list above automatically convert and …
-
-
```d
BEGIN
...
COMMIT
```
See also: https://github.com/dvigal/ddb/blob/f283ebb3fbb8d3c811a39721cff282587154812f/source/ddb/transaction.d
- [x] transaction API
- [ ] auto-commit mode
- [ ] …
-
## Short version
When I'm doing a complex JOIN-style query that spans multiple tables, the `SELECT DISTINCT` is not being applied when I think it should be.
## Long version
Hi,
I'm trying …
-
It would be great to have something for Pony entities which works similar to the [`__post_init__` method for dataclasses](https://docs.python.org/3/library/dataclasses.html#post-init-processing), allo…
-
Are aggregate queries over JSON attributes are currently supported? Here's my test code:
```python
#!/usr/bin/evn python
from pony.orm import *
from random import random
db = Database('sqlit…
-
![index](https://user-images.githubusercontent.com/9265326/30634086-887b8648-9df6-11e7-9d53-1b8633bde106.png)
-
Will pony support spatial data types?
-
I just recognized that despite which charset I may use for my DB connection to y MxSQL server, the tables are created with an other charset.
I.e. I used the parameter `charset='utf8mb4'` for bindin…
-
I have a table UserLog:
```
class UserLog(db.Entity):
id = PrimaryKey(int, auto=True)
user = Required(unicode)
content = Required(unicode)
```
Manually inserting Json decoded strin…