140 Commits (77ad3dca3f67069efd32c9f3b29b0f10a83c0c8c)

Author SHA1 Message Date
Qiang Xue 1f42b72baa Fixes #2346: ActiveQuery used in building sub-query should not need to set FROM clause explicitly. 11 years ago
Qiang Xue 8e11629a65 Fixes #2160: SphinxQL does not support OFFSET 11 years ago
Carsten Brandt e27c3872ed doc improvements 11 years ago
Qiang Xue d9a85d091a Fixes #2175: QueryBuilder will now append UNION statements at the end of the primary SQL 11 years ago
Ivan Pomortsev a9286b899c Update QueryBuilder.php 11 years ago
Ivan Pomortsev 7da3449d09 Update QueryBuilder.php 11 years ago
Ivan Pomortsev 5d3fd930d8 Update QueryBuilder.php 11 years ago
Ivan Pomortsev 1ea895e22b Update QueryBuilder.php 11 years ago
Ivan Pomortsev 12cbaf90b5 Update QueryBuilder.php 11 years ago
Qiang Xue 5b3fa9f5ba Fixes #2091: `QueryBuilder::buildInCondition()` fails to handle array not starting with index 0 11 years ago
Qiang Xue febce76397 fixed build break and fixed doc about exists/not exists. 11 years ago
Qiang Xue 7d08a09620 Fixes #1809: Added support for building "EXISTS" and "NOT EXISTS" query conditions 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue 9b1c2c8064 Fixes #1586: `QueryBuilder::buildLikeCondition()` will now escape special characters and use percentage characters by default 11 years ago
Carsten Brandt 454174a688 added NOT operator for db, elasticsearch, redis 11 years ago
Panagiotis Moustafellos 21014b4064 swapped docs and Exception to type InvalidParamException 11 years ago
Qiang Xue 69fa7bab6b Fixes #1307: move batchInsert() to base class. 11 years ago
Carsten Brandt 58b1538b39 refactored elasticsearch Querybuilder build conditions 11 years ago
Carsten Brandt e15860c3fa more on elasticsearch Query interface added facet search 11 years ago
Carsten Brandt 65338972c7 refactored ActiveRecord classes to use Interfaces and traits 11 years ago
Carsten Brandt 415144489e made querybuilder condition methods public 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Qiang Xue 43d392d8d2 porting the fix from https://github.com/yiisoft/yii/pull/2894 11 years ago
Alexander Makarov 523a63f576 Added TYPE_BIGPK to Schema 11 years ago
Qiang Xue 2e01c06a4b Fixes #865. 11 years ago
Carsten Brandt f4fb2d94ef finalizing cubrid Schema 11 years ago
Carsten Brandt 7fa81949bf various documentation changes 11 years ago
Carsten Brandt 4d84e09479 typo in query builder, fixes #832 11 years ago
Qiang Xue 6dba4da3ed Fixes #828: refactored QueryBuilder::build() 11 years ago
Qiang Xue f941bfee60 Fixes #820. 11 years ago
Qiang Xue 1f5d77790f Fixed test breaks. 11 years ago
Qiang Xue 20bde29f58 Added typecasting for SQL insertion and update. 11 years ago
Qiang Xue 03e07f4340 cleaned up "use" statements. 11 years ago
Alexander Makarov cc0fe1b02c code style fixes 11 years ago
sergey Gonimar 2c02bc918d migrate command, primary key 11 years ago
gevik c338d4b76b Updated code styling and added braces. 11 years ago
gevik f667b5785b - Added drop/add primary key methods to Command.php 11 years ago
gevik a977d8208e Replaced dropConstraint with dropPrimarykey method. 11 years ago
gevik 3796db7d00 - Ported addPrimaryKey and created dropConstraint. 11 years ago
Carsten Brandt 3680a4781d removed unneccessary brackets 11 years ago
Carsten Brandt 7117a6752b Added phpdoc about precision constraints for abstract db types 11 years ago
Carsten Brandt 5c56c0fc02 Better flexibility for abstract db types 11 years ago
resurtm 1f9a46850c MSSQL initial query builder. 12 years ago
Qiang Xue f72105166c reorganized the main repo to satisfy PSR-0. 12 years ago
resurtm c98628d42e CS fixes. 12 years ago
Qiang Xue 0d814fa523 Moved "framework" to "iii". 12 years ago
Qiang Xue 55cc8813c7 Fixes issue #171 12 years ago
Alexander Kochetov 684295fe0b Fixes 12 years ago
Alexander Kochetov 48d04fbb8c !== array() => !empty() 12 years ago
Alexander Kochetov d7df7053e0 === array() => empty() 12 years ago