Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Doctrine 1.2 ALPHA 3
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
Jonathan Wage  
View profile   Translate to Translated (View Original)
 More options 10 Oct, 18:53
From: Jonathan Wage <jonw...@gmail.com>
Date: Sat, 10 Oct 2009 12:53:04 -0500
Local: Sat 10 Oct 2009 18:53
Subject: Doctrine 1.2 ALPHA 3

Hi Everyone,

We weren't planning on having another ALPHA for 1.2, but some pretty
important fixes and improvements were brought up to us. We decided since 1.2
could be the final LTS release of the Doctrine 1, we should have another
round of improvements, so we'll have a ALPHA3 now. I have already committed
several new enhancements to 1.2. If you want to add something, now is your
chance. If you have an idea or some patches let us see them!!

Thanks, Jon

--
Jonathan H. Wage (+1 415 992 5468)
Open Source Software Developer & Evangelist
sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org

You can contact Jonathan about Doctrine, Symfony and Open-Source or for
training, consulting, application development, or business related questions
at jonathan.w...@sensio.com


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan B  
View profile   Translate to Translated (View Original)
 More options 11 Oct, 19:48
From: Dan B <danbett...@yahoo.co.uk>
Date: Sun, 11 Oct 2009 11:48:22 -0700 (PDT)
Local: Sun 11 Oct 2009 19:48
Subject: Re: Doctrine 1.2 ALPHA 3
Hi Jon

I've got another patch, or two, to submit, but I'll need a few days to
finish off.  Do you have a date in mind for a deadline?

Thanks
Dan

On 10 Oct, 18:53, Jonathan Wage <jonw...@gmail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Wage  
View profile   Translate to Translated (View Original)
 More options 11 Oct, 20:27
From: Jonathan Wage <jonw...@gmail.com>
Date: Sun, 11 Oct 2009 14:27:26 -0500
Local: Sun 11 Oct 2009 20:27
Subject: Re: [doctrine-dev] Re: Doctrine 1.2 ALPHA 3

I was hoping maybe end of next week.

- Jon

--
Jonathan H. Wage (+1 415 992 5468)
Open Source Software Developer & Evangelist
sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org

You can contact Jonathan about Doctrine, Symfony and Open-Source or for
training, consulting, application development, or business related questions
at jonathan.w...@sensio.com


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lukas Kahwe Smith  
View profile   Translate to Translated (View Original)
 More options 11 Oct, 20:30
From: Lukas Kahwe Smith <m...@pooteeweet.org>
Date: Sun, 11 Oct 2009 21:30:56 +0200
Local: Sun 11 Oct 2009 20:30
Subject: Re: [doctrine-dev] Re: Doctrine 1.2 ALPHA 3

On 11.10.2009, at 21:27, Jonathan Wage wrote:

> I was hoping maybe end of next week.

Are those US or European weeks? As in does your week start on Sunday  
or Monday? :)

regards,
Lukas Kahwe Smith
m...@pooteeweet.org


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Wage  
View profile   Translate to Translated (View Original)
 More options 13 Oct, 13:25
From: Jonathan Wage <jonw...@gmail.com>
Date: Tue, 13 Oct 2009 07:25:06 -0500
Local: Tues 13 Oct 2009 13:25
Subject: Re: [doctrine-dev] Re: Doctrine 1.2 ALPHA 3

It will likely be this Friday :)

- Jon

On Sun, Oct 11, 2009 at 2:30 PM, Lukas Kahwe Smith <m...@pooteeweet.org>wrote:

--
Jonathan H. Wage (+1 415 992 5468)
Open Source Software Developer & Evangelist
sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org

You can contact Jonathan about Doctrine, Symfony and Open-Source or for
training, consulting, application development, or business related questions
at jonathan.w...@sensio.com


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Miloslav Kmeť  
View profile   Translate to Translated (View Original)
 More options 14 Oct, 21:54
From: Miloslav Kmeť <miloslav.k...@gmail.com>
Date: Wed, 14 Oct 2009 22:54:55 +0200
Local: Wed 14 Oct 2009 21:54
Subject: Re: [doctrine-dev] Doctrine 1.2 ALPHA 3
Hi Jon.

I have some feature requests :-). I just started to use doctrines result cache
on that parts of project where it fits better than symfony view cache. But I
need to found a way how to clean a result cache for some query. I found how
the query key is calculated, so I can calculate it after some data modifying
and then delete the particular key from db. That should work now (I didn't
test it). But what about the paginated query? It is not possible to easily
clean result cache for such query.

I know that this shouldn't be implemented easily, but maybe the symfony's
cache info in sfMemcacheCache should be the inspiration how to implement
something like described in http://trac.doctrine-project.org/ticket/2042 will
be realy cool.

Another thing that should be done in this release is the renaming of
Doctrine_Adapter_Oracle to Doctrine_Adapter_Oci8.. but due to BC it will be
better just add child oci8 class extending the Oracle. I wrote my own
sfDoctrineAdapterDatabase class, but it is useless, because
Doctrine_Connection is trying to use the adapter if pdo driver does not
exists.

doctrine:
  class: sfDoctrineDatabase
  param:
    dsn: "oci8:dbname=MYTNSNAME"

This will try to use adapter Doctrine_Adapter_Oci8, but

  dsn: "oracle:dbname=MYTNSNAME" is connectin through pdo_oci

I would like to commit the necessary changes, but I need to know if i should
break BC with renaming the adapter from Oracle to Oci8 or add another class
Doctrine_adapter_Oci8.

Thanks
~
Miloslav 'adrive' Kmeť

On Saturday 10 October 2009 19:53:04 Jonathan Wage wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Wage  
View profile   Translate to Translated (View Original)
 More options 14 Oct, 22:09
From: Jonathan Wage <jonw...@gmail.com>
Date: Wed, 14 Oct 2009 16:09:22 -0500
Local: Wed 14 Oct 2009 22:09
Subject: Re: [doctrine-dev] Re: Doctrine 1.2 ALPHA 3

Can I see your patches for these changes?

As for the resultset cache. What if you had a way to configure the "key" to
use for the caching and then some ways to clear that cache?

- Jon

2009/10/14 Miloslav Kmeť <miloslav.k...@gmail.com>

--
Jonathan H. Wage (+1 415 992 5468)
Open Source Software Developer & Evangelist
sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org

You can contact Jonathan about Doctrine, Symfony and Open-Source or for
training, consulting, application development, or business related questions
at jonathan.w...@sensio.com


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Miloslav Kmeť  
View profile   Translate to Translated (View Original)
 More options 15 Oct, 00:03
From: Miloslav Kmeť <miloslav.k...@gmail.com>
Date: Thu, 15 Oct 2009 01:03:42 +0200
Local: Thurs 15 Oct 2009 00:03
Subject: Re: [doctrine-dev] Re: Doctrine 1.2 ALPHA 3
I do not know why I've play with the adapter and have thoughts about the
necessity of Doctrine_adapter_Oci8.

Now I tried on a fresh install of symfony 1.2 project with doctrine 1.2 and it
works like a charm. dsn: oracle:dbname= instantiates Doctrine_Adapter_Oracle
instead of PDO. So everything is fine. Forget about it. My shame :-)

> As for the resultset cache. What if you had a way to configure the "key" to
> use for the caching and then some ways to clear that cache?

Yes, that's exactly what I need. It would be great if the deletion key should
be regular expression.

~
Miloslav 'adrive' Kmeť


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Wage  
View profile   Translate to Translated (View Original)
 More options 15 Oct, 00:16
From: Jonathan Wage <jonw...@gmail.com>
Date: Wed, 14 Oct 2009 18:16:32 -0500
Local: Thurs 15 Oct 2009 00:16
Subject: Re: [doctrine-dev] Re: Doctrine 1.2 ALPHA 3

The problem with that is APC drivers, etc. don't have any feature to search
by a wildcard or anything like that.

We'll need to discuss it and figure out a solid way to do it.

- Jon

2009/10/14 Miloslav Kmeť <miloslav.k...@gmail.com>

--
Jonathan H. Wage (+1 415 992 5468)
Open Source Software Developer & Evangelist
sensiolabs.com | jwage.com | doctrine-project.org | symfony-project.org

You can contact Jonathan about Doctrine, Symfony and Open-Source or for
training, consulting, application development, or business related questions
at jonathan.w...@sensio.com


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nei Rauni Santos  
View profile   Translate to Translated (View Original)
 More options 15 Oct, 00:21
From: Nei Rauni Santos <nra...@gmail.com>
Date: Wed, 14 Oct 2009 20:21:48 -0300
Local: Thurs 15 Oct 2009 00:21
Subject: Re: [doctrine-dev] Re: Doctrine 1.2 ALPHA 3

my system broke when I updated the doctrine to alpha2, I needed to back to
revision 6382

Nei

--
Nei Rauni Santos
nra...@gmail.com
+55 41 85020985

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google