Commit Graph

42 Commits

Author SHA1 Message Date
resurtm
28a3c79185 Fixes #2121: CMssqlSchema::resetSequence() incorrectly resets sequence. 2013-03-17 11:00:19 +06:00
Boris Serebrov
4fdf2d0044 Fixes #2159 - problem with command builder for delete with joins. 2013-03-01 22:19:46 +02:00
resurtm
705d9ed2ce Fixed #1652: added CSqliteSchema::renamteTable() 2012-11-04 14:56:19 +06:00
Alexander Makarov
3f74e175a2 Bug #837: Fixed method CDbCriteria::__wakeup(), allowing to keep custom names for params and update all string parts for automatic params 2012-09-09 00:22:55 +04:00
resurtm
126722fd46 Merge branch 'master' of git://github.com/yiisoft/yii into oci-unit-tests 2012-09-08 13:10:29 +06:00
resurtm
9405265760 Test for #110 fix. 2012-09-05 19:52:04 +06:00
resurtm
9b8e0ff796 COciTest: common credentials. 2012-09-04 22:24:02 +06:00
resurtm
6a2c0dfa07 COciTest: temporary removed problem places. 2012-09-04 22:22:26 +06:00
resurtm
f182223ff6 COciTest: explaining comments and CS issues. 2012-09-04 22:09:28 +06:00
resurtm
fe2dcfc283 COciTest: pagination (LIMIT + OFFSET alternative) asserts. 2012-09-04 21:48:05 +06:00
resurtm
6bf7cc5416 Merge branch 'master' of git://github.com/yiisoft/yii into oci-unit-tests
Conflicts:
	CHANGELOG
2012-09-04 21:40:27 +06:00
resurtm
0c73cf2024 COciTest: added asserting empty column comments. 2012-09-04 21:39:46 +06:00
Carsten Brandt
00dc4add94 fixes issue #1330
default value null for string column in SQLite
2012-09-04 03:12:18 +02:00
Carsten Brandt
8502333cad added unit test for issue #1330
unit test is currently failing
2012-09-04 02:44:22 +02:00
resurtm
27a0be3cce Oracle unit tests almost works. Dirty working draft ready. 2012-09-03 23:59:18 +06:00
resurtm
3b8a25e929 Oracle unit tests: "type" table added. 2012-09-03 22:31:06 +06:00
resurtm
3307ae05b9 Oracle unit tests DDL and DML revisited. 2012-09-03 22:11:31 +06:00
resurtm
12181d2ac6 Oracle unit tests initial commit with simple working asserts, SQL and code. 2012-09-02 18:58:05 +06:00
resurtm
5d29a4aaf8 Merge branch 'master' of git://github.com/yiisoft/yii into 112-sqlsrv-transactions 2012-08-29 23:55:04 +06:00
resurtm
62d0119cce Bug #112: MSSQL: database abstraction layer now uses native transaction support of the SQLSRV driver. 2012-08-29 23:52:27 +06:00
resurtm
a34eec579d Better comments testing method name. 2012-08-29 23:04:44 +06:00
resurtm
138b61e05a Forgot about local MSSQL database settings. 2012-08-29 23:04:02 +06:00
resurtm
289444a96d MSSQL unit testing SQL file reformatted and decorated. MSSQL testing class improved. Added unit tests for column comments retrieving. 2012-08-29 23:02:03 +06:00
resurtm
3ed64c2fce Minor fixes and refinements to the MSSQL unit tests. 2012-08-29 18:05:08 +06:00
resurtm
550019f5e2 Merge branch 'master' of git://github.com/yiisoft/yii into 1289-mssql-comments
Conflicts:
	CHANGELOG
2012-08-29 17:55:43 +06:00
Carsten Brandt
d77234b1e7 Merge branch 'master' of https://github.com/yiisoft/yii into issue-124
* 'master' of https://github.com/yiisoft/yii: (651 commits)
  Updated guide Gii Model Generator page screenshot.
  adjusted CHANGELOG
  Requirements checking slightly improved.
  Enhanced CHANGELOG description
  Requirements checker: added support of the Oracle database (pdo_oci extension)
  MSSQL driver types refinements.
  Requirements checker: added support of the MSSQL (pdo_dblib and pdo_sqlsrv extensions).
  Language fixes.
  Preparations for merging fixes of the #556 into 1.1.13 codebase.
  [docs][blog] 'yiic' to 'Gii'
  ajaxUpdate is never false in jquery.yiilistview.js
  Added /docs/guide/fr/caching.overview.twt
  Added /docs/guide/fr/basics.controller.txt
  Added /docs/guide/fr/basics.mvc.txt
  Update framework/web/filters/CHttpCacheFilter.php
  Update docs/guide/fr/toc.txt
  [NL] Dutch messages translation updated
  added history.js license
  prepare for next release.
  prepare for 1.1.12 release.
  ...

Conflicts:
	CHANGELOG
2012-08-28 21:21:27 +02:00
resurtm
02e245ee25 MSSQL tests: added support of the SQLSRV, tests actualized to the MSSQL Server 2008 R2 and latest framework version. 2012-08-26 11:26:21 +06:00
resurtm
81cd764447 Merge branch 'master' of git://github.com/yiisoft/yii into 556-mysql-column-comment 2012-08-25 10:02:11 +06:00
DaSourcerer
2f60a31574 Replaced assertEquals(false, ...) with assertFalse(...) 2012-08-13 18:47:44 +02:00
Paul Klimov
19161e564b Code in unit test "CDbCriteriaTest" has been updated: "public" scope has been added for all test methods. 2012-08-10 13:24:10 +03:00
Paul Klimov
51689bc1f6 Merge branch 'master' of git://github.com/yiisoft/yii into 837-CDbCriteria-serialize-named-params 2012-08-10 13:19:19 +03:00
Paul Klimov
4aa463241c Method "CDbCriteria::__wakeup()" has been updated, allowing to keep custom names for params and update all string parts for automatic params. 2012-08-10 13:18:42 +03:00
resurtm
f81378d2a2 Fixed failing unit tests. 2012-08-03 21:12:51 +06:00
resurtm
351ca14c28 Unit tests for CDbColumnSchema::$comment. 2012-08-03 20:56:28 +06:00
DaSourcerer
db8a633164 Keep mssql tests from being executed in travis 2012-07-16 23:20:03 +02:00
CeBe
928ec818ce fixed typo rollBack -> rollback
used case setting of methods implementation in CDbTransaction as
reference.
2012-07-16 04:59:40 +02:00
DaSourcerer
87d1b88ed2 Removed unused sqlite.sql 2012-07-11 22:18:22 +02:00
mdomba (mdlap)
846284f299 removed testCheckIntegrity() because of superadmin permission need 2012-07-05 19:36:59 +02:00
DaSourcerer
5100f24d32 added some unit tests mysql
testing mysql update commands with new CMysqlCommandBuilder
issue #124
2012-03-19 16:48:36 +01:00
alexander.makarow
2456d1a71c (Fixes issue 2950) proper DB init for CMysql2Test 2011-11-21 01:26:46 +00:00
alexander.makarow
486acc4f5c (Fixes issue 558) Added parametrized named scopes, added scopes to criteria, implemented scope criteria merging 2011-02-19 00:11:00 +00:00
alexander.makarow
1f757cbf53 improved unit tests 2011-02-18 15:25:38 +00:00