12 Commits

Author SHA1 Message Date
5dca1257b2 reverted primaryKey of elasticsearch to be array again
meet the AR interface requirements.
2014-01-09 13:44:12 +01:00
a7b852fcc3 Changed elasticsearch AR primary key handling
now supports mapped primary key when _id is part of source with an
alias.
2014-01-04 04:26:50 +01:00
943bf88904 doc fix. 2013-12-29 23:36:19 -05:00
7eccd9d926 Fixes #1641: Added BaseActiveRecord::updateAttributes() 2013-12-26 12:31:13 -05:00
f77e3b4bba Fixes #1611: Added BaseActiveRecord::markAttributeDirty() 2013-12-26 09:46:02 -05:00
d620f3152e refactored BaseActiveRecord::isPrimaryKey() 2013-12-22 10:19:49 -05:00
42d8748e6e Fixes #1579: throw exception when the given AR relation name does not match in a case sensitive manner.
Renamed `ActiveRecord::getPopulatedRelations()` to `getRelatedRecords()`
2013-12-21 23:26:35 -05:00
43f19e8aee use andWhere() in AR::find() to work properly with default scope
fixes #1469
2013-12-12 12:07:28 +01:00
e2b4708bbd added support for updateCounters to elasticsearch
issue #1313
2013-12-09 14:42:28 +01:00
1f5f19df13 Fixes #1457: support using AR relations as input. 2013-12-07 18:16:56 -05:00
a5188f1fbc Fixes #1457: support string representation of AR. 2013-12-07 12:30:09 -05:00
c3eb4d926c created BaseActiveRecord 2013-11-29 21:28:27 +01:00