Alexander Makarov
|
dcec697c06
|
Fixes #3115: Updated phpdoc for better code completion in modern IDEs
|
2013-12-31 12:12:09 +01:00 |
|
Carsten Brandt
|
88d02cfcb9
|
more documentation adjustments to mention MariaDB
fixes #2955
|
2013-10-12 17:14:13 +02:00 |
|
borales
|
6d19a150d4
|
Replacing spaces with tabs, removing dots
[ci skip]
|
2013-03-06 20:59:38 +02:00 |
|
borales
|
2f68a75235
|
Replacing spaces with tabs
[ci skip]
|
2013-03-06 08:48:59 +02:00 |
|
borales
|
07975cad64
|
Fixing spaces
[ci skip]
|
2013-03-06 01:06:46 +02:00 |
|
borales
|
a7af2c5371
|
Fixing some typos, PHPDocs
[ci skip]
|
2013-03-06 00:24:35 +02:00 |
|
resurtm
|
40dca168e1
|
PHPDoc: cache dependency related methods' arguments type changed from CCacheDependency to CCacheDependency|ICacheDependency
|
2013-01-18 14:38:07 +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
|
3de928e6bf
|
Throw exception on missing PDO class in CDbConnection
issue #645
|
2013-01-11 16:35:29 +01:00 |
|
Alexander Makarov
|
d1cf0527ce
|
Fixes #645: CDbConnection now throws CDbException when failed to open DB connection instead of failing with a warning
|
2013-01-08 02:12:58 +04: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 |
|
Alexander Makarov
|
0167126324
|
Fixes #1181 can read but not save binary data e.g. BYTEA on PostgreSQL
|
2012-09-08 15:02:22 +04: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 |
|
Keith Kim
|
4dd901220c
|
Fixes #1181: Can read but not save binary data (e.g. BYTEA)
|
2012-08-09 13:28:05 -04: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 |
|
mdomba (mdwork)
|
26a6e9f6a1
|
parameter fix
|
2012-03-07 10:59:25 +01:00 |
|
mdomba (mdwork)
|
fe5694448e
|
Issue #454 removed translation from open()
|
2012-03-06 15:12:06 +01:00 |
|
mdomba (mdwork)
|
2699ac24b9
|
Fixes issue #454 endless loop
|
2012-03-06 11:39:26 +01:00 |
|
mdomba
|
a7ef3d5d02
|
removed 1.0.x reference from documentation
|
2011-12-28 12:29:24 +00:00 |
|
alexander.makarow
|
646cbb2b9a
|
Documented component accessors with @property for significantly better IDE autocomplete
|
2011-10-25 00:01:09 +00:00 |
|
alexander.makarow
|
30b00b9989
|
Added note about properly configuring GBK and BIG5 charsets.
|
2011-06-13 12:39:41 +00:00 |
|
qiang.xue
|
84e02f92cd
|
(Fixes issue 2496)
|
2011-05-30 01:36:42 +00:00 |
|
qiang.xue
|
9efed59f91
|
(Fixes issue 2485)
|
2011-05-26 17:17:06 +00:00 |
|
keyboard.idol@gmail.com
|
f1c67fa6ec
|
(Fixes issue 2424)
|
2011-05-20 23:58:47 +00:00 |
|
alexander.makarow
|
859df450ee
|
(Fixes issue 2361) Added CDbConnection::pdoClass that allows to specify and use custom PDO wrapper class
|
2011-05-12 23:45:07 +00:00 |
|
alexander.makarow
|
e7b6883ebb
|
PhpDoc corrections
|
2011-05-05 21:36:32 +00:00 |
|
qiang.xue
|
548bb5f332
|
Added CDbConnection::getAttributes()
|
2011-03-25 12:20:47 +00:00 |
|
qiang.xue
|
adacc54d12
|
(Fixes issue 2209)
|
2011-03-16 12:45:36 +00:00 |
|
qiang.xue
|
dc99b7cdeb
|
(Fixes issue 1868)
|
2011-03-14 00:28: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
|
22621c5d08
|
* Added support for query caching.
|
2011-02-11 03:48:01 +00:00 |
|
qiang.xue
|
95bf4211cd
|
fixed a typo in CDbConnection.
|
2011-01-17 13:05:46 +00:00 |
|
qiang.xue
|
8d7f150fe2
|
(Fixes issue 1995)
|
2011-01-14 13:42:14 +00:00 |
|
qiang.xue
|
4be0af6917
|
changed copyright year.
|
2011-01-01 19:31:13 +00:00 |
|
mdomba
|
a94c075f78
|
Changed "int" to "integer" for consistency, in PHPDoc
|
2010-12-29 13:53:25 +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
|
3bf38e98e4
|
|
2010-11-17 01:30:12 +00:00 |
|
qiang.xue
|
2b88089d36
|
|
2010-11-16 22:38:59 +00:00 |
|
qiang.xue
|
f129dc55a7
|
(Fixes issue 1775)
|
2010-11-16 22:37:18 +00:00 |
|
qiang.xue
|
0b3883783a
|
* Added query builder
|
2010-11-16 22:33:30 +00:00 |
|
qiang.xue
|
bbdb53ba0a
|
(Fixes issue 1730)
|
2010-11-05 18:53:15 +00:00 |
|
mdomba
|
72b974560b
|
Updated PHPDoc @param parameter names
|
2010-09-23 13:28:52 +00:00 |
|
qiang.xue
|
9109d50736
|
(Fixes issue 1414)
|
2010-08-31 17:59:52 +00:00 |
|
qiang.xue
|
309561d00f
|
(Fixes issue 1414)
|
2010-08-30 16:28:10 +00:00 |
|
keyboard.idol@gmail.com
|
2e3b0223ce
|
(Fixes issue 1440)
|
2010-08-18 03:32:58 +00:00 |
|
qiang.xue
|
34db5e6b41
|
|
2010-07-19 14:27:43 +00:00 |
|
qiang.xue
|
563dcd7f5d
|
(Fixes issue 1384)
|
2010-07-17 14:08:03 +00:00 |
|