Activity
From 01/14/2011 to 02/12/2011
02/12/2011
-
01:04 pm Feature Request #3735 (Closed): builders updated to allow unsetting LIMIT, OFFSET and SELECT columns
- count_last_query() was removed because of a sql injection : http://dev.kohanaframework.org/issues/3394.
It was sug...
02/10/2011
-
08:01 pm Feature Request #3707: Escape should not quote
- This isn't really a bug. But I agree it probably makes more sense to have the quote() method add the actual quotes. W...
-
07:25 pm Feature Request #3707 (Assigned): Escape should not quote
-
03:18 pm Feature Request #3095 (Assigned): Support for OR in JOIN/ON arguments in Database class (and ORM)
-
03:18 pm Feature Request #2009 (Closed): Implement or_on() in Database
-
03:13 pm Feature Request #3095: Support for OR in JOIN/ON arguments in Database class (and ORM)
- It's actually not a duplicate. #2009 had a very limited scope, this is much broader. If anything, #2009 should be a d...
-
03:07 pm Feature Request #3095 (Closed): Support for OR in JOIN/ON arguments in Database class (and ORM)
- This is a duplicate of #2009.
-
02:58 am Feature Request #2009: Implement or_on() in Database
- These need tests before they are merged.
-
12:46 am Feature Request #2009: Implement or_on() in Database
- I've made API changes as requested, created a new pull request: https://github.com/kohana/database/pull/9.
02/08/2011
-
05:32 pm Bug Report #3676 (Closed): Cannot use parameter binding within WHERE conditions
-
11:57 am Feature Request #3707 (Closed): Escape should not quote
- In kohana/database/mysql.php
function escape() returns quoted and escaped value. Shouldn't it return escaped value o...
02/07/2011
-
09:02 pm Feature Request #2009: Implement or_on() in Database
- Isaiah, per our conversation on irc, I believe I got all my changes merged into this commit.
Just quick overview A...
02/06/2011
-
05:36 am Revision 2e450995: Fixes #3704 - Database error codes are inaccessible without parsing the except...
-
05:35 am Bug Report #3704 (Closed): Database error codes are inaccessible without parsing the exception $m...
- Fixed in 82a47ba819b51605a50868afab99ae26cb0af205
-
05:35 am Bug Report #3705 (Closed): Database error codes are inaccessible without parsing the exception $m...
- Fixed in 2e4509950a49b42e1c866958d8676f1a54fd984f
-
05:33 am Revision 82a47ba8: Fixes #3704 - Database error codes are inaccessible without parsing the except...
-
05:29 am Bug Report #3705 (Closed): Database error codes are inaccessible without parsing the exception $m...
- Database error codes are inaccessible without parsing the exception $message!
-
05:27 am Bug Report #3704 (Closed): Database error codes are inaccessible without parsing the exception $m...
- Database error codes are inaccessible without parsing the exception $message!
02/01/2011
- 12:16 am Revision 4b240a3f: Merge branch '3.0/develop' into 3.1/develop
- 12:15 am Revision a2de18c8: Follow up to 65adda9c1dbf944aeb8b12586a3e326f4334639f, better handling of boun...
-
12:12 am Bug Report #3676 (Closed): Cannot use parameter binding within WHERE conditions
- Consider the following example:...
01/24/2011
-
06:07 pm Feature Request #3625: Creating tables in database
- We are talking about using something like the "real-database module":https://github.com/cbandy/real-database in 3.2 (...
-
05:22 pm Feature Request #3625: Creating tables in database
- I think if this feature will be implemented then all DDL operations should be supported by the Database module. Furth...
01/23/2011
-
07:08 pm Bug Report #3404 (Closed): Error creating Exception object for SQLSTATE[42S22]: Column not found:...
- Fixed by https://github.com/kohana/database/commit/f2e5662d373e8d5847ee12c3e27c8210500bb5d2
-
07:08 pm Bug Report #3358 (Closed): pdo Database_Exception vs pgsql
- Fixed by https://github.com/kohana/database/commit/f2e5662d373e8d5847ee12c3e27c8210500bb5d2
- 07:07 pm Revision f2e5662d: Moving all error codes into messages for Database_Exception calls, fixes #3404
01/20/2011
-
12:15 pm Feature Request #3625 (New): Creating tables in database
- Is it possible to add new query type - creating tables in database.
Code e.g....
01/16/2011
-
01:42 pm Bug Report #3608 (Closed): Kohana_Database_MySQL::connect() problem
- both mysql_connect() and mysql_pconnect() (especially the latter - an example is the first comment on the PHP manual ...
Also available in: Atom