Carsten Brandt
|
39ff11a374
|
first draft of elasticsearch AR
|
11 years ago |
Qiang Xue
|
a07facf434
|
Refactored hasMany and hasOne so that they support cross-DBMS relationship.
|
11 years ago |
Carsten Brandt
|
6995e8ddd0
|
removed call to nonexistsend property
|
11 years ago |
Carsten Brandt
|
4459cb4f2b
|
cleanup redis AR
|
11 years ago |
Carsten Brandt
|
cb4504a10f
|
refactored Model and redis AR to allow drop of RecordSchema
|
11 years ago |
Carsten Brandt
|
8542448f20
|
refactored redis AR to relect the latest changes
- make use of traits
- short array
- better implementation of query findByPk
|
11 years ago |
Alexander Mohorev
|
51211898f8
|
Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis.
|
11 years ago |
Alexander Makarov
|
1f6a823073
|
Short array syntax
|
11 years ago |
Carsten Brandt
|
179618c6e9
|
fixed empty result in findByPk list
|
11 years ago |
Carsten Brandt
|
b95c056b02
|
fixed problem with not closed transaction in deleteAll()
|
11 years ago |
Carsten Brandt
|
172a9f19b3
|
apply changes to db\AR -> redis\AR
|
11 years ago |
Carsten Brandt
|
df22ffa304
|
redis AR cleanup
|
11 years ago |
Carsten Brandt
|
f3aa807d8f
|
ensure atomicity of operations
|
11 years ago |
Carsten Brandt
|
c6c164dc71
|
made link() and unlink() compatible with NoSQL AR
|
11 years ago |
Carsten Brandt
|
3e75c11721
|
cleanup and reorder methods in redis ar + added link+unlink
|
11 years ago |
Carsten Brandt
|
28c7acc469
|
fixed BETWEEN comparision to match >= and <=
|
11 years ago |
Carsten Brandt
|
86c93cf49a
|
diff between db\ActiveQuery and redis\ActiveQuery
|
11 years ago |
Carsten Brandt
|
142ea1f98f
|
relation support and unit tests
|
11 years ago |
Carsten Brandt
|
7850c8d238
|
made indexBy callable like db AR
|
11 years ago |
Carsten Brandt
|
3623fc19dc
|
refactored redis AR pk and findByPk
|
11 years ago |
Carsten Brandt
|
130b63461c
|
redis WIP
- relation support
- completed and refactored lua script builder
|
11 years ago |
Carsten Brandt
|
e62e84873c
|
more API methods for redis active query: sum, avg, max, min ...
|
11 years ago |
Carsten Brandt
|
7817815dd1
|
added more complex queries via Lua script EVAL to redis
- http://redis.io/commands/eval
- http://www.lua.org/
|
11 years ago |
Carsten Brandt
|
0510027446
|
removed viaTable from redis AR
|
11 years ago |
Carsten Brandt
|
72889128fc
|
fixed offset and limit in redis AR
|
11 years ago |
Carsten Brandt
|
563171eba4
|
moved redis out of yii\db namespace
|
11 years ago |
Carsten Brandt
|
0e261fba5a
|
moved redis out of yii\db namespace
|
11 years ago |