Commit Graph

62 Commits

Author SHA1 Message Date
Carsten Brandt
78a29271c7 changed cubrid test config to default setup 2014-04-22 23:25:12 +02:00
Carsten Brandt
cf1ada15ef Merge branch 'master' into kadishmal-cubrid-database-support
* master: (789 commits)
  'summaryTagName' and 'emptyCssClass' options added to CBaseListView
  Missing entries added to CHANGELOG
  'cli' mode detection at 'CConsoleApplication' fixed
  Eager loading note added to 'Relational Query Options' docs
  Fix CSysLogRoute.php file comment
  Fixes #3324: add syslog support
  CDbConnection ODBC related fixes before merging
  Add ODBC to the requirements checker
  Fix #132: CDbConnection now supports ODBC
  Better fix for <script async="false"
  Fixed #3258
  Fixed #3283
  Remove async from list of Special Attributes so that it is possible to use async=false per issue: #3314
  typo fix in guide
  COciSchema: read column comments from another schema
  Update yii.php
  Add changes #3298 to CHANGELOG
  Added check for the existence of a link href attribute pager
  Added check for the existence of a link href attribute pager
  Update yii.php
  ...
2014-04-22 23:12:34 +02:00
Carsten Brandt
70e92c1074 fixed wrong unit test 2014-01-28 15:39:09 +01:00
Carsten Brandt
3d4b19e018 Merge pull request #2803 from nineinchnick/788-postgresql-createindex
use the preffered method of creating an unique index in postgresql
2014-01-28 03:30:23 -08:00
Alexander Makarov
0ee1539601 Fixed PostgreSQL tests 2013-09-15 15:20:51 +04:00
John Was
dfef2cd9d4 added test for PostgreSQL 2013-09-14 18:40:22 +02:00
Zander Baldwin
737cb4a081 Update Framework Unit Tests
Update the frameworks unit tests to check incoming data types for the column names of CDbSchema::createIndex() and CDbSchema::addForeignKey().
2013-08-26 16:31:20 +01:00
John Was
da68e9ab13 use the preffered method of creating an unique index in postgresql as suggested by the manual 2013-08-21 23:08:32 +02:00
Carsten Brandt
3fe3338091 Unit tests for #2311 2013-05-27 04:11:21 +02:00
Carsten Brandt
e7b7cd0291 Support for MySQL BIT(M) data type default values
replaces pull request #1842

CMysqlColumnSchema: support for MySQL BIT(M) data type proper default
values.
For example, MySQL (MariaDB) return default value as "b'1'" string, not
as "1", so, this case should be considered especially. See also
http://dev.mysql.com/doc/refman/5.0/en/bit-type.html
2013-05-27 02:45:25 +02:00
resurtm
0f54eb0dee Fixes #2426: CDbCriteria::__wakeup() used to issue an error in case SQL containing fields were arrays and criteria parameters were specified. 2013-05-04 22:37:14 +06:00
Klimov Paul
cec25cac38 "CSqliteCommandBuilderTest" has been merged into "CSqliteTest".
"COciCommandBuilderTest" has been merged into "COciTest".
2013-04-04 21:30:29 +03:00
Klimov Paul
4efa573f53 Method "COciCommandBuilder::createMultipleInsertCommand()" has been created. 2013-04-02 21:32:53 +03:00
Klimov Paul
ea56bbe56c Method "CSqliteCommandBuilder::createMultipleInsertCommand()" has been created. 2013-04-02 21:18:44 +03:00
Carsten Brandt
0b0ce8bffc Code style
adjustments to PR #1893
2013-03-27 23:22:28 +01:00
Carsten Brandt
cc4cb1ff7e Merge branch 'cubrid-database-support' of https://github.com/kadishmal/yii into kadishmal-cubrid-database-support
* 'cubrid-database-support' of https://github.com/kadishmal/yii:
  Ref: converted spaces to tabs.
  Ref: converted spaces to tabs according to Yii coding conventions.
  CUBRID Database 9.0 Support.
2013-03-27 01:29:59 +01:00
resurtm
1b2464333c Failing test fix. 2013-03-26 23:27:35 +06:00
resurtm
33763f8470 Enh #1447: CSqliteSchema: added enabling/disabling integrity check for sqlite. PR #1449. 2013-03-26 23:18:41 +06:00
resurtm
f6bd5a492b Enhancements to the #2090. 2013-03-22 14:34:02 +06:00
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
Esen Sagynov
c0b90c73bb CUBRID Database 9.0 Support. 2012-12-26 21:30:30 +09: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