-
Similar to #99, for which a fix is in my local branch https://github.com/quazgar/DKV2/tree/fix-docker-build
Yet, a few objects later, building dkdbcopy.o fails because it cannot find an empty const…
-
如题,在以下的示例中,如果我只需要查询 order, user 两张表中字段的信息,怎么排除 shop 表呢?还是说需要另外建一个实体类
```
@SearchBean(
tables = "order o, shop s, user u", // 三表关联
where = "o.shop_id = s.id and o.buyer_id = u.id", // 关联关…
kpub updated
2 months ago
-
formfield_for_dbfield 获取当前数据的id怎么实现?
-
### Description
Currently, Nice() is only implemented in subclasses. This means that if you have something like dbObject('MyField')->Nice() phpstan will complain about it.
My proposal is to add as a …
-
We noticed our CI builds stopped working about a week ago and it was narrowed down to pyDevSup compilation failing.
```
../dbfield.c: In function 'build_array':
../dbfield.c:101:13: error: 'PyArr…
-
While working on [Implement DBField validation
](https://github.com/silverstripe/silverstripe-framework/issues/11403) there' an opportunity to split of some of the password functionality from the Memb…
-
## Affected Version
SilverStripe 4.x
## Description
`DBField` constructor does not validate input properly which may potentially lead to bugs in resulting SQL queries.
## Steps to Reproduc…
-
When i m accessing the logs i m getting the error
`formfield_for_dbfield() missing 1 required positional argument: 'request'
`
when i debugged the issue it is found out to be the difference in ch…
-
Hi dear,
Thanks for nice Library.
I used Object mapping. after run code:
$user = user::byId(1);
$user->password = 'demo2';
$user->save();
But not saved!, I traced code, and problem at dbObje…
-
Split off from https://github.com/silverstripe/silverstripe-framework/issues/11403
FieldValidators were added to DBFIelds in the above issue. The following AC was split from it to be done on it's o…