17 Commits

Author SHA1 Message Date
1f42b72baa Fixes #2346: ActiveQuery used in building sub-query should not need to set FROM clause explicitly. 2014-02-06 10:39:27 -05:00
c9c59bdc26 Update Query.php
Using short array syntax.
2014-01-23 17:57:31 +03:00
5f3d601b36 Update Query.php
Change passing parameters to array with two elements – 'all' which means if we use UNION or UNION ALL construction and 'query' which is our sql query that will be at right of construction.
2014-01-23 16:53:04 +03:00
8109708b37 Update Query.php
Forget one ";" :D
2014-01-23 09:08:59 +03:00
01c89ea3da Update Query.php
Change union method to accept also <code>$all</code> variable. TRUE means that we must results <code>UNION ALL</code> construction, FALSE – that <code>UNION</code>.
2014-01-23 08:51:15 +03:00
febce76397 fixed build break and fixed doc about exists/not exists. 2014-01-11 10:17:14 -05:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
48d04fbb8c !== array() => !empty() 2013-05-07 19:57:27 +04:00
03cd47aed9 phpdoc typos 2013-05-05 01:26:40 +04:00
06feccff8b refactored query builder.
finished Sort.
2013-03-06 10:51:33 -05:00
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00
8b2b7915b4 Renamed application to app. 2013-02-05 16:12:22 -05:00
9958a5802e DB cleanup 2013-01-17 12:54:13 -05:00
8e05e6e62d changed copyright line. 2013-01-07 11:34:52 -05:00
2188ece107 refactoring DB 2013-01-05 21:20:13 -05:00
8517ee9e50 reorganized DB classes. 2013-01-05 16:46:53 -05:00