On Wed, May 16, 2012 at 9:59 PM, Mike Orr <sluggos...@gmail.com> wrote:
> On Tue, May 15, 2012 at 10:45 PM, Eric Lemoine
> <eric.lemo...@camptocamp.com> wrote:
>> Did this patch make it into the “version 1” branch? If so would it make
>> sense to make a bug fix release?
>
> There's only one branch, 'master'. Version 1 is the 'v1.0' tag. The
> next maintainer can make a version 1 branch from that if he wishes.
>
>> FWIW, we still use SQLAHelper here, but I guess we could quite easily drop
>> it. We still have like module interdependency issues but I guess this is bad
>> design on our side.
>
> You could put the Session and Base in a 'meta' module that is not a
> parent of the other model modules and does not import them, as Pylons
> does.
>
> The Pyramid default just puts them in the top level in the model. This
> sometimes works and sometimes doesn't, depending on what other global
> code is in your modules and whether it's above or below the import
> statements.
>
> If you do stick with SQLAHelper I'd suggest using the version 2 API,
> which is more straightforward and has fewer getters/setters.

Thanks Mike.


-- 
Eric Lemoine

Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac, Cedex

Tel : 00 33 4 79 44 44 96
Mail : eric.lemo...@camptocamp.com
http://www.camptocamp.com

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to