Commit Graph

51 Commits

Author SHA1 Message Date
John Was
5929736f35 rename biginteger to bigint 2013-09-15 12:40:31 +02:00
John Was
9e8a4b1a52 introduce bigpk and biginteger column types in each class extending CDbSchema 2013-09-13 21:39:34 +02:00
resurtm
0b41782f03 Fixes #2241: resetSequence() inconsistency. 2013-05-30 21:38:51 +06:00
Carsten Brandt
7f3cfe7da3 Merge branch 'master' of https://github.com/zeeke/yii into zeeke-master
* 'master' of https://github.com/zeeke/yii:
  Update CSqliteColumnSchema.php
  Fixed default value in SQlite column
2013-05-27 04:01:26 +02:00
resurtm
ae38dbfe34 Enhancement for #1604. Note about SQLite peculiarity on batch insert. 2013-05-06 22:00:01 +06:00
zeeke
eba5a5e383 Update CSqliteColumnSchema.php 2013-04-08 10:36:54 +03:00
zeeke
7e40440072 Fixed default value in SQlite column 2013-04-07 13:22:20 +03:00
Klimov Paul
59bced169b Doc comment tag @since 1.1.14 has been added to "CDbCommandBuilder::createMultipleInsertCommand()" 2013-04-03 21:07:41 +03:00
Klimov Paul
e167f01253 Method "CDbCommandBuilder::composeMultipleInsertCommand()" has been extracted. 2013-04-03 21:00:32 +03:00
Klimov Paul
ea56bbe56c Method "CSqliteCommandBuilder::createMultipleInsertCommand()" has been created. 2013-04-02 21:18:44 +03: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
Abdul Malik Ikhsan
6247adaf26 change copyright symbol 2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a update copyright year
from 2011 to 2013
2013-01-15 17:28:17 +07:00
Carsten Brandt
bdfe8acdfe fixed whitespace issues introduced with #851 2012-11-09 19:14:19 +01:00
Tom Ridge
840d19a3a3 Merge branch 'master' of github.com:yiisoft/yii into 848-add-pk-support-to-migrations
Conflicts:
	CHANGELOG
	framework/db/schema/CDbSchema.php
2012-11-09 13:57:58 +10:00
Tom Ridge
56ae99b57d Added addPrimaryKey and dropPrimaryKey commands to CDbMigration class in response to enh req #848 2012-11-09 13:46:13 +10:00
resurtm
705d9ed2ce Fixed #1652: added CSqliteSchema::renamteTable() 2012-11-04 14:56:19 +06:00
Alexander Kochetov
486723805e else if => elseif 2012-10-03 10:20:14 +04:00
Alexander Makarov
d865a3bab8 Fixes #1057 Removed SVN ids 2012-09-09 22:23:45 +04:00
Carsten Brandt
00dc4add94 fixes issue #1330
default value null for string column in SQLite
2012-09-04 03:12:18 +02:00
resurtm
054e6247af Language fixes. 2012-08-25 18:02:26 +06:00
resurtm
4565d1efee Preparations for merging fixes of the #556 into 1.1.13 codebase. 2012-08-25 10:16:26 +06:00
mdomba
a7ef3d5d02 removed 1.0.x reference from documentation 2011-12-28 12:29:24 +00:00
qiang.xue
28c370f530 (Fixes issue 2493) 2011-06-23 14:53:50 +00:00
qiang.xue
e1ee5197c3 (Fixes issue 1770) 2011-03-19 01:26:47 +00:00
qiang.xue
03d09cdf6a (Fixes issue 2107) 2011-03-12 14:06:38 +00:00
alexander.makarow
2ab981b454 reverted method chaining support 2011-02-24 16:42:44 +00:00
alexander.makarow
75041e8620 Chained calls are now possible for most framework class setters and methods not returning a value 2011-02-23 20:20:28 +00:00
qiang.xue
4be0af6917 changed copyright year. 2011-01-01 19:31:13 +00:00
qiang.xue
978a406f71 (Fixes issue 1888) 2010-12-28 18:24:27 +00:00
qiang.xue
7b2dfa5c3e 2010-12-02 17:28:00 +00:00
qiang.xue
eccf8bb2d5 2010-12-02 17:27:28 +00:00
qiang.xue
d2d2daa9e9 swap the parameter order of createIndex/dropIndex. 2010-11-30 02:38:24 +00:00
qiang.xue
3d984fbc25 * Added query builder methods for building database schema manipulation queries. 2010-11-28 02:49:35 +00:00
qiang.xue
3325e62dd5 CDbConnection::quoteColumnName and quoteTableName will properly quote table prefix and schema prefix. 2010-11-27 02:34:04 +00:00
qiang.xue
55de5dc025 Fixed tests. 2010-11-12 22:12:29 +00:00
mdomba
72b974560b Updated PHPDoc @param parameter names 2010-09-23 13:28:52 +00:00
mdomba
ef2ca77957 added PHPDoc param where needed 2010-09-23 12:34:33 +00:00
qiang.xue
bf293ca5b1 2010-07-14 21:47:16 +00:00
qiang.xue
eb54ba7407 modified copyright info. 2010-01-07 21:02:00 +00:00
qiang.xue
bc4546ac35 Ensure calling resetSequence() doesn't fail when sequence does not exist. 2009-06-11 19:51:58 +00:00
qiang.xue
7c9033cb1e * Added CDbSchema::resetSequence() and checkIntegrity() 2009-06-10 19:58:14 +00:00
qiang.xue
f7bb9227f3 merge from 1.0 2009-03-20 17:31:09 +00:00
qiang.xue
7c16ad79a3 merge from 1.0 2009-01-09 22:07:29 +00:00
qiang.xue
20bf28469f merge from 1.0. 2008-12-30 23:14:31 +00:00
qiang.xue
599e6c5278 Added CDbCommandBuilder::createSearchCondition 2008-11-01 19:18:55 +00:00
qiang.xue
e498918a01 make method names more consistent. 2008-11-01 18:54:47 +00:00
qiang.xue
0b41f85aeb Implemented hierarchical role-based access control 2008-10-20 21:04:04 +00:00
qiang.xue
55bdd955a5 removed carriage returns from files. 2008-10-13 21:26:19 +00:00