Qiang Xue
28dc23ddac
Fixed the issue that query cache returns the same data for the same SQL but different query methods
11 years ago
Qiang Xue
9b1c2c8064
Fixes #1586 : `QueryBuilder::buildLikeCondition()` will now escape special characters and use percentage characters by default
11 years ago
Qiang Xue
cbad97c78d
change back the visibility of findTableNames to protected.
11 years ago
Qiang Xue
1e0e5f02af
Fixed DB query logging category.
11 years ago
Qiang Xue
eb4385d4c9
improved error message of calling invalid scope method.
11 years ago
Qiang Xue
4a552c88cf
Fixes #1650 : Added Connection::pdoClass.
11 years ago
Qiang Xue
fdca106ece
code style fix.
11 years ago
Mark
16801b9b3e
codestyle fix
11 years ago
Mark
6a9509ed8d
improved checkIntegrity method
11 years ago
Mark
65b543f68f
fixed bug with forgotten param, fixed behavior for one table integrity
11 years ago
Mark
e23f869c69
added postgresql features to reset seq/check integrity
11 years ago
Qiang Xue
7eccd9d926
Fixes #1641 : Added `BaseActiveRecord::updateAttributes()`
11 years ago
Qiang Xue
f77e3b4bba
Fixes #1611 : Added `BaseActiveRecord::markAttributeDirty()`
11 years ago
Qiang Xue
2d3ac6b4e2
Fixes #1638 : prevent table names from being enclosed within curly brackets twice.
11 years ago
Qiang Xue
ab05f0d791
Fixed the signature of Schema::findUniqueIndexes().
11 years ago
Carsten Brandt
795c74100d
reverted #1598 and added a test for it
11 years ago
Luciano Baraglia
166f8aa582
Fix wrong array index in unique indexes for MySql
11 years ago
Luciano Baraglia
89f0bfe100
Making accesors public
11 years ago
Luciano Baraglia
d376da57e4
Get DB unique indexes information
11 years ago
Qiang Xue
0345191245
Added ActiveQuery::innerJoinWith().
11 years ago
Qiang Xue
dc720d9bf4
more docs about joinwith()
11 years ago
Qiang Xue
4f44bb2416
Fixes #1581 : Added `ActiveQuery::joinWith()` to support joining with relations
11 years ago
Qiang Xue
2402d2d031
Draft implementation of ActiveQuery::joinWith().
11 years ago
Edin
5e092ac619
Fixed sequence id match for postgresql
...
PgAdmin generates sequence as '"Schema"."Table_seq"'::regclass when
non public schema is used.
11 years ago
Qiang Xue
56c361bb9e
Fixed changelog.
11 years ago
Qiang Xue
55deceb061
Fixes #1076
11 years ago
Vincent
488918d03c
Refinement in comments
...
I checked this using XDebug, and the function actually returns null (which is something different than false). I assume it is the comment that should be changed, and not the code itself...
11 years ago
Qiang Xue
9649a6727a
Renamed `attributeName` and `className` to `targetAttribute` and `targetClass` for `UniqueValidator` and `ExistValidator`.
...
Refactored UniqueValidator and ExistValidator.
11 years ago
Qiang Xue
d620f3152e
refactored BaseActiveRecord::isPrimaryKey()
11 years ago
Qiang Xue
d5f40b42cf
Added ActiveRecordInterface::getOldPrimaryKey().
11 years ago
Qiang Xue
42d8748e6e
Fixes #1579 : throw exception when the given AR relation name does not match in a case sensitive manner.
...
Renamed `ActiveRecord::getPopulatedRelations()` to `getRelatedRecords()`
11 years ago
Carsten Brandt
b4612637ec
make count behave like in SQL
...
also fixed count behavior according to limit and offset.
fixes #1458
11 years ago
Paul Kofmann
8c4412be50
short array syntax
11 years ago
Carsten Brandt
7a81110f6b
make ActiveRelation reusable
...
fixes #1560
11 years ago
Carsten Brandt
b2d9166927
refactored scalar query functions to share common code
11 years ago
Carsten Brandt
124a73a598
make Query reuseable
...
fixes #1545
11 years ago
Carsten Brandt
2febbebb44
fixed params in Query to allow execution twice
...
fixes #1545
11 years ago
Carsten Brandt
454174a688
added NOT operator for db, elasticsearch, redis
...
issue #1523
11 years ago
Carsten Brandt
43f19e8aee
use andWhere() in AR::find() to work properly with default scope
...
fixes #1469
11 years ago
Qiang Xue
8b375c3580
clean up oci driver.
11 years ago
Carsten Brandt
e2b4708bbd
added support for updateCounters to elasticsearch
...
issue #1313
11 years ago
p0larbeer
d30aa3efef
Coding style PSR-2
11 years ago
Qiang Xue
1f5f19df13
Fixes #1457 : support using AR relations as input.
11 years ago
Qiang Xue
a5188f1fbc
Fixes #1457 : support string representation of AR.
11 years ago
Qiang Xue
4b2659aeab
removed schema prefix from returned table names.
11 years ago
Qiang Xue
64ef54bf18
Fixes #1435 : pgsql getTableNames() should not prefix table names with schema name.
11 years ago
Alexander Makarov
26767735dc
Renamed byte methods, moved path methods back to StringHelper
11 years ago
Alexander Makarov
5f2a612c78
Moved file and path related methods from StringHelper to FileHelper, renamed StringHelper byte methods not to be misused as string methods
11 years ago
Qiang Xue
b0568612bf
Fixes #1402 : AR eager loading has problem when asArray() is used together with viaTable().
11 years ago
p0larbeer
9f0e97ff25
Create Schema.php
11 years ago