86 Commits

Author SHA1 Message Date
Arhell
d701ef06a6 update links 2022-08-05 00:03:20 +03:00
Marco van 't Wout
a961b4b3bc Fix "PHP 8.1 Cast decimals to string on sqlite" (ported from https://github.com/yiisoft/yii2/issues/19144) 2022-03-31 16:28:58 +02:00
Marco van 't Wout
f5d1564c04 Use Yii2 implementation for determining if driver really is odbc (based on comment in https://github.com/yiisoft/yii2/pull/18539#discussion_r589590459) 2021-03-11 18:24:32 +01:00
Marco van 't Wout
c5553696e5 Implement https://github.com/yiisoft/yii/pull/4348 and refactor duplicate code 2021-03-08 15:32:46 +01:00
Alexander Makarov
9a8985ae9d Minor fixes [skip ci] 2017-04-18 19:39:10 +03:00
Guillaume Smaha
dadd253a20 Fix #3476: Database sessions with Postgres did not work properly
close #4004
2017-04-18 15:27:22 +02:00
Carsten Brandt
38754bb259 bump @since version number for 1.1.15
they are in 1.1.16 now because 1.1.15 was a security release
2014-10-23 19:35:48 +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
resurtm
174b0634ee CDbConnection ODBC related fixes before merging 2014-04-10 23:14:53 +06:00
resurtm
1cdc9d567a Fix #132: CDbConnection now supports ODBC 2014-04-09 16:06:52 +06:00
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
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
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
Esen Sagynov
eb84b2dab1 Ref: converted spaces to tabs according to Yii coding conventions. 2013-01-04 18:55:14 +09:00
Esen Sagynov
c0b90c73bb CUBRID Database 9.0 Support. 2012-12-26 21:30:30 +09: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