Carsten Brandt

Results 454 comments of Carsten Brandt

Hi @razvanphp, thanks for offering your help. I think we did not implement it because it was not needed. We can add it if we find good use cases for...

Related to #135 if you want to define a composite PK for the database only, that should definitively be possible even though we have no way to express this relation...

commented the failing part and it prints the rules for russian like this: ``` one v = 0 and i % 10 = 1 and i % 100 != 11...

`@integer` originally but your replacement code replaces `in` with `=` :)

> In a form the DateTime value could have any format and the Model::load() method does just insert it with this format. It is possible to do a format check...

you can use a bigint on 64bit systems if that helps.

note that negative integers will work, so the range is about 1912 to 2038.

instead of having another method on the activerecord, we could add something like `wherePrimaryKey()` to the ActiveQuery. ```php User::find()->wherePrimaryKey(1)->one(); User::find()->wherePrimaryKey([1, 2, 3])->all(); ``` we could even deprecate findByCondition() afterwards.

> Until some recent change which I can not fathom the search result would look like that. there have not been significant [changes to this package](https://github.com/cebe/js-search/commits/master) since 2014, are you...

https://github.com/cebe/js-search/blob/3756a8b3387f3f7e5c778b964ec681dcf110b098/lib/Indexer.php#L57-L71