Activity
From 08/05/2011 to 09/03/2011
09/03/2011
-
12:19 am Feature Request #4247 (Closed): Relational object setting validation
- I came across this problem when a session was lost because of a previous exception, ending up with a NULL instead of ...
09/02/2011
-
10:56 pm Bug Report #4244: save() not assigning primary_key_value when id column isn't auto-increment
- That's right, that's how I overcomed the problem.
-
10:21 pm Bug Report #4244: save() not assigning primary_key_value when id column isn't auto-increment
- I noticed the same problem. In 3.0 his steps worked, but in 3.2 you need to insert ...
-
02:49 pm Bug Report #4177 (Assigned): ORM::_build(Database::DELETE) should not use aliases
-
02:21 pm Bug Report #4177: ORM::_build(Database::DELETE) should not use aliases
- Kiall Mac Innes wrote:
> Humm .. I should read the entire ticket before making changes ;)
>
> This sounds like a ... -
02:14 pm Bug Report #4177 (Feedback): ORM::_build(Database::DELETE) should not use aliases
- Humm .. I should read the entire ticket before making changes ;)
This sounds like a possible bug... -
02:12 pm Bug Report #4177 (Closed): ORM::_build(Database::DELETE) should not use aliases
- This methods removal was intentional.
I can't find the original ticket, but this one also explains the reasoning:
... -
03:05 am Bug Report #4245: version 3.2 shipped w/o save_all() in ORM
- I could not find the definition of save_all() in package 3.2
-
03:04 am Bug Report #4245 (Closed): version 3.2 shipped w/o save_all() in ORM
- I could not save the definition of save_all() in package 3.2
08/31/2011
-
01:49 am Bug Report #4244 (Closed): save() not assigning primary_key_value when id column isn't auto-incre...
- I have 2 tables. The first one has a PRI with autoincrement. The other PRI has not; and depends on the first one (it ...
08/30/2011
-
02:21 am Feature Request #4239 (Rejected): One instance for every db record
- This would be pretty much impossible to do without creating a disaster like Kemal mentioned.
08/29/2011
-
11:54 pm Feature Request #4239: One instance for every db record
- Good idea, when you first think of it. On the second thought, it becomes pretty bad.
It brings too many consquenc...
08/28/2011
-
10:49 pm Feature Request #4239: One instance for every db record
- Is this for security/consistence (two separate pieces of code can't modify different copies of the DB row) or for per...
-
01:09 pm Feature Request #4239 (Rejected): One instance for every db record
- If an instance of ORM_Model_Foo with defined primary key already exists, ORM should return it instead of creating new...
-
01:04 pm Bug Report #4222: _login fails with custom primary key
- Pull request at https://github.com/kohana/orm/pull/39
08/21/2011
-
10:55 pm Bug Report #4222 (Closed): _login fails with custom primary key
- In _Kohana_Auth_ORM_, when ...
-
08:12 pm Bug Report #4218 (Closed): KO3.2 ORM Model user complete_login() bug
- You probably have a filter in your model ( wildcard trim or something) that is converting the database expression int...
08/19/2011
-
07:19 pm Bug Report #4218 (Closed): KO3.2 ORM Model user complete_login() bug
- Hi,
I am experiencing a minor problem with the complete_login() function in ORM's user model.
The column "logins"...
08/18/2011
-
08:21 pm Feature Request #4214 (New): Remove rules() method for a nicer validation building method
- I want something like this instead of @ORM::rules()@...
-
12:37 pm Bug Report #4185: _external array for Validation loads the incorrect file
- This error also appears when I use Model_User update_user(), because this function uses external validation.
08/08/2011
-
06:05 am Bug Report #4192 (Closed): Kohana_Auth_ORM::logged_in() gives PHP error if passed an ORM role object
- According to the docs, Kohana_Auth_ORM::logged_in() should accept an ORM role object, but if the admin role id = 1 an...
08/07/2011
-
01:02 am Bug Report #4188 (Closed): ORM _unserialize_value() can result in stdClass for associative array
- Even though an associative array is passed into ORM, an stdClass is returned after json_decode/unserialize. Should pr...
08/06/2011
-
11:41 pm Bug Report #4018: ORM Auth driver breaks default value behavior with Auth::get_user()
- Please note that besides returning wrong value, the condition is also invalid; the value returned by parent::get_user...
-
11:35 pm Bug Report #4186 (Closed): Auth_ORM::get_user() unexpected behaviour
-
11:30 pm Bug Report #4186 (Closed): Auth_ORM::get_user() unexpected behaviour
- The default passed to this method should be the one session result is compared to before trying auto login:...
-
07:52 pm Bug Report #4185 (Closed): _external array for Validation loads the incorrect file
- Test platform:
- Ubuntu 11.04
- PHP 5.3.5
- Apache 2.2.17
This error surfaces when using external validation wi...
Also available in: Atom