35 Commits

Author SHA1 Message Date
Arhell
fad0c5be77 update links 2022-08-07 11:54:16 +03:00
csears123
4e875b5e73 Fixes #4168: Fixed CDbHttpSession PHP 7.1 compatibility 2017-08-17 13:46:59 +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 Schmitz
74934b0a58 Fixed #3476: Database sessions with Postgres did not work properly 2015-11-20 02:58:33 +03:00
Zander Baldwin
44c05f6347 Update Indentation Style
Update the indentation style from spaces to tabs, as per the Yii Framework guidelines.
2013-05-21 15:10:01 +01:00
Zander Baldwin
69297ecb71 Prevent SQL Exception When Regenerating Session ID
RE: yiisoft/yii#2491
Added a value (empty string) for the `data` column when inserting a new row into the session table; the `data` column does not allow null values nor does it have a default value assigned so the CDbCommand::insert() method was throwing an exception when the SQL command failed.
2013-05-21 15:00:41 +01:00
Alexander Makarov
3d9918e80a Fixes #2192 2013-04-29 02:44:09 +04:00
resurtm
0bfbceed61 Remove unneeded space. 2013-03-15 15:51:16 +06:00
resurtm
4e658d7507 Fixes #2184: CDbHttpSession now supports MS SQL Server BLOB data type. 2013-03-15 15:49:37 +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
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
mdomba (mdwork)
ffbb45cefb Fixes issue #449 - proper quoting in CDbLogRoute and CDbHttpSession 2012-07-24 13:13:51 +02:00
suralc
0a4b680aab Changed references to column-type 2012-07-24 11:02:27 +03:00
Alexander Makarov
9837ec5704 Fix issue #267 CDbHttpSession is now able to store binary payload such as the output of the igbinary serializer 2012-03-10 00:31:32 +04:00
alexander.makarow
646cbb2b9a Documented component accessors with @property for significantly better IDE autocomplete 2011-10-25 00:01:09 +00:00
alexander.makarow
90e4f6255b Fixed the bug that CDbHttpSession::regenerateID call when session isn't started results in SQL error 2011-07-05 23:10:47 +00:00
qiang.xue
da44a3909e Added CHttpSession::regenerateID() 2011-04-07 04:25:27 +00:00
qiang.xue
dc99b7cdeb (Fixes issue 1868) 2011-03-14 00:28:38 +00:00
qiang.xue
4be0af6917 changed copyright year. 2011-01-01 19:31:13 +00:00
mdomba
72b974560b Updated PHPDoc @param parameter names 2010-09-23 13:28:52 +00:00
qiang.xue
3da30aadfd (Fixes issue 1120) 2010-09-02 02:10:43 +00:00
qiang.xue
cff0b361bd (Fixes issue 833) 2010-02-01 20:37:46 +00:00
qiang.xue
0caf507072 2010-01-15 21:41:01 +00:00
qiang.xue
eb54ba7407 modified copyright info. 2010-01-07 21:02:00 +00:00
qiang.xue
a5b49d285a (Fixes issue 574) 2009-10-14 15:34:54 +00:00
qiang.xue
20bf28469f merge from 1.0. 2008-12-30 23:14:31 +00:00
qiang.xue
938613a63b Fixed a bug in creating table for DB HTTP session. 2008-11-21 01:14:09 +00:00
qiang.xue
f3e7eb5aee 2008-11-09 21:06:18 +00:00
qiang.xue
0255bfd491 Fixed CDbHttpSession.useCustomStorage. 2008-11-09 21:02:48 +00:00
qiang.xue
cf9b8dec6a Changed Yii::t() and added a category parameter as its first parameter 2008-10-24 01:42:03 +00:00
qiang.xue
3435b5297e changed column cases for DB-driven app components. 2008-10-21 01:33:07 +00:00
qiang.xue
d8baee7a8f changed translatable message format from yii## to yii#.
changed how translatable messages in validators are specified.
updated message extractor command.
updated requirement checker.
2008-10-03 02:10:43 +00:00
qiang.xue
662798d8a5 2008-09-28 12:03:53 +00:00