Qiang Xue
fceb2d6e21
Fixes #957 : Json::encode() doesn't handle empty object correctly.
11 years ago
Carsten Brandt
d442f05631
elasticsearch find by simple condition
11 years ago
Carsten Brandt
3f88320595
second try to fix random memcache failure on travis
...
issue #877
11 years ago
Qiang Xue
0035f23781
refactored data providers.
11 years ago
Carsten Brandt
955bf7daaf
basic CRUD for elastic search WIP
11 years ago
Carsten Brandt
179618c6e9
fixed empty result in findByPk list
11 years ago
Carsten Brandt
a94886fafd
elasticsearch AR WIP copied parts from redis implementation
11 years ago
Jin Hu
5d7c37bd7e
Incorrect array representation when has previous
11 years ago
Alexander Makarov
b45b16d845
Renamed test to match class name
11 years ago
Alexander Makarov
dafbeda301
More i18n tests, docs, added check to skip fixes where possible
11 years ago
Alexander Makarov
bf722c0423
Used intl ICU for message translation
11 years ago
Jin Hu
d9b256d734
Fixed pagination not working before data loaded
11 years ago
Carsten Brandt
f3504f426d
fix test fail when not on travis
11 years ago
Carsten Brandt
9542fd24d4
try to fix: memcache testExpire fails randomly on travis
...
issue #877
11 years ago
Carsten Brandt
b42f4b4ea0
fixed broken test
11 years ago
Carsten Brandt
3e75c11721
cleanup and reorder methods in redis ar + added link+unlink
11 years ago
Carsten Brandt
d2c7ef76b3
more tests
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
Qiang Xue
463ff43b4f
test break fix.
11 years ago
Carsten Brandt
df6176edb6
added unit test for Model::load()
11 years ago
Carsten Brandt
128ee07b78
100% test coverage for CacheSession
11 years ago
Carsten Brandt
bd2404f1c6
added simple unit test for CacheSession
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
3a347c3587
added property docs to AR test classes
11 years ago
Carsten Brandt
ef13a11f66
moved getPDOType() back to Command to avoid dependency on Schema
...
fixes #854
11 years ago
Carsten Brandt
0a5b1a935e
simplified memcache installation on travis
11 years ago
Carsten Brandt
a1af321d38
fixed typo in apc install script
11 years ago
Carsten Brandt
34ebe65cf5
added apc,redis and memcache(d) to travis
11 years ago
Carsten Brandt
949dda5fdb
tagged tests with @group tags
11 years ago
Carsten Brandt
41bd9ab7a8
added memcache and apc to travis
11 years ago
Carsten Brandt
f6f2522ad6
added travis README from yii 1.1
11 years ago
Carsten Brandt
69a38d1895
added cubrid_pdo to travis
11 years ago
Carsten Brandt
eb5bf2dabe
added cubrid dbms to travis-ci
...
copied from
056e734ce3/.travis.yml
11 years ago
Carsten Brandt
d3740932a4
fixed broken cubrid tests
...
fixed expected quoting
11 years ago
Qiang Xue
6c6cb3cd90
Fixes #853 : Added composite FK support for SQLite.
11 years ago
Qiang Xue
02fd82c42a
Fixed build break.
11 years ago
Qiang Xue
6fe152da7e
Reverted 0bf2dad: it's very common to use lower case for column types and upper case for other DB keywords.
11 years ago
Qiang Xue
91b6e2945a
Removed the support for calling anonymous function returned as a property value.
11 years ago
Carsten Brandt
164c70eebc
Add support for composite FK to cubrid
11 years ago
Carsten Brandt
8abeed03bd
added SchemaTest
11 years ago
Carsten Brandt
544e412af8
unit test cleanup
11 years ago
Carsten Brandt
e996f3dfd5
Workaround for broken PDO::quote() in CUBRID 9.1.0
...
http://jira.cubrid.org/browse/APIS-658
11 years ago
Carsten Brandt
58f8293b84
custom bindValue test for cubrid
11 years ago
Carsten Brandt
791f9d3f4e
better use int for boolean representation
...
bit has special syntax for storing and retreiving so we'd need a
converter for that.
Storing 1 bit will result in one byte left padded on the disc so the
result of a query for boolean 0 will be 0x00 and for boolean 1 will be
0x80.
11 years ago