Carsten Brandt
df22616c76
finished fix for redis null and boolean value storage
...
fixes #1311
2014-09-22 18:45:37 +02:00
Carsten Brandt
cc38e9c795
fixed issue with indexBy and array valued relations
2014-07-21 00:35:55 +02:00
SonicGD
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
AlexGx
32d0768919
style fixes with phpcs:yii2
2014-03-08 14:55:58 +02:00
Alexander Kochetov
0ec5643ce3
Unit tests updated
2014-01-19 13:51:56 +04:00
Carsten Brandt
83527e85ca
made Model::attributes() non static again
...
- allows to have dynamic definition of attributes depended on the
instance
- there was no real need for it to be static. Places that used it static
have been refactored.
fixes #1318
2013-11-28 01:01:48 +01:00
Carsten Brandt
643593737d
added test case for #1310
2013-11-24 20:45:50 +01:00
Carsten Brandt
cb4504a10f
refactored Model and redis AR to allow drop of RecordSchema
2013-11-22 18:44:22 +01:00
Carsten Brandt
8542448f20
refactored redis AR to relect the latest changes
...
- make use of traits
- short array
- better implementation of query findByPk
2013-11-22 17:29:05 +01:00
Carsten Brandt
3623fc19dc
refactored redis AR pk and findByPk
2013-09-24 19:04:38 +02:00
Carsten Brandt
563171eba4
moved redis out of yii\db namespace
2013-09-18 17:09:40 +02:00
Carsten Brandt
e3df19d984
Redis AR WIP
...
- introduced RecordSchema class for schema definition
2013-08-26 19:29:55 +02:00
Carsten Brandt
79982c9848
Redis Insert, Update, Delete and Find is ready and roughly unit tested
...
relations are not working yet
2013-04-24 18:33:11 +02:00