Julien Cigar wrote:
>
> Hi Mike,
>
> Sorry to bother you once with this, but I've re-read all the docs on
> the relationships and I want to be sure that I've understand correctly.
>
> Imagine I have the following "link" table in SQL:
> https://gist.github.com/silenius/77d406f8e0c0e26eb38f wi
On Mon, Mar 02, 2015 at 12:15:51PM -0500, Michael Bayer wrote:
>
>
> Julien Cigar wrote:
>
> > On Sun, Mar 01, 2015 at 01:53:30PM +0100, Julien Cigar wrote:
> >> On Fri, Feb 27, 2015 at 11:38:05PM -0500, Michael Bayer wrote:
> On Feb 26, 2015, at 5:56 AM, Julien Cigar wrote:
>
> >>>
Julien Cigar wrote:
> On Sun, Mar 01, 2015 at 01:53:30PM +0100, Julien Cigar wrote:
>> On Fri, Feb 27, 2015 at 11:38:05PM -0500, Michael Bayer wrote:
On Feb 26, 2015, at 5:56 AM, Julien Cigar wrote:
> On Wed, Feb 25, 2015 at 06:10:55PM -0500, Michael Bayer wrote:
>
>
>
On Sun, Mar 01, 2015 at 01:53:30PM +0100, Julien Cigar wrote:
> On Fri, Feb 27, 2015 at 11:38:05PM -0500, Michael Bayer wrote:
> >
> >
> >
> > > On Feb 26, 2015, at 5:56 AM, Julien Cigar wrote:
> > >
> > >> On Wed, Feb 25, 2015 at 06:10:55PM -0500, Michael Bayer wrote:
> > >>
> > >>
> > >> J
On Fri, Feb 27, 2015 at 11:38:05PM -0500, Michael Bayer wrote:
>
>
>
> > On Feb 26, 2015, at 5:56 AM, Julien Cigar wrote:
> >
> >> On Wed, Feb 25, 2015 at 06:10:55PM -0500, Michael Bayer wrote:
> >>
> >>
> >> Julien Cigar wrote:
> >>
> On Thu, Feb 19, 2015 at 11:31:10AM -0500, Michael
> On Feb 26, 2015, at 5:56 AM, Julien Cigar wrote:
>
>> On Wed, Feb 25, 2015 at 06:10:55PM -0500, Michael Bayer wrote:
>>
>>
>> Julien Cigar wrote:
>>
On Thu, Feb 19, 2015 at 11:31:10AM -0500, Michael Bayer wrote:
Julien Cigar wrote:
>> On Thu, Feb 19, 2015 at 02:45:43
On Wed, Feb 25, 2015 at 06:10:55PM -0500, Michael Bayer wrote:
>
>
> Julien Cigar wrote:
>
> > On Thu, Feb 19, 2015 at 11:31:10AM -0500, Michael Bayer wrote:
> >> Julien Cigar wrote:
> >>
> >>> On Thu, Feb 19, 2015 at 02:45:43PM +0100, Julien Cigar wrote:
> Hello,
>
> I'm usin
Julien Cigar wrote:
> On Thu, Feb 19, 2015 at 11:31:10AM -0500, Michael Bayer wrote:
>> Julien Cigar wrote:
>>
>>> On Thu, Feb 19, 2015 at 02:45:43PM +0100, Julien Cigar wrote:
Hello,
I'm using SQLAlchemy 0.9.8 with PostgreSQL and the reflection feature of
SQLAlchemy.
>>>
On Thu, Feb 19, 2015 at 11:31:10AM -0500, Michael Bayer wrote:
>
>
> Julien Cigar wrote:
>
> > On Thu, Feb 19, 2015 at 02:45:43PM +0100, Julien Cigar wrote:
> >> Hello,
> >>
> >> I'm using SQLAlchemy 0.9.8 with PostgreSQL and the reflection feature of
> >> SQLAlchemy.
> >>
> >> I have the fol
On Thu, Feb 19, 2015 at 11:31:10AM -0500, Michael Bayer wrote:
>
>
> Julien Cigar wrote:
>
> > On Thu, Feb 19, 2015 at 02:45:43PM +0100, Julien Cigar wrote:
> >> Hello,
> >>
> >> I'm using SQLAlchemy 0.9.8 with PostgreSQL and the reflection feature of
> >> SQLAlchemy.
> >>
> >> I have the fol
Julien Cigar wrote:
> On Thu, Feb 19, 2015 at 02:45:43PM +0100, Julien Cigar wrote:
>> Hello,
>>
>> I'm using SQLAlchemy 0.9.8 with PostgreSQL and the reflection feature of
>> SQLAlchemy.
>>
>> I have the following tables (only relevant parts are show):
>> https://gist.github.com/silenius/390
On Thu, Feb 19, 2015 at 02:45:43PM +0100, Julien Cigar wrote:
> Hello,
>
> I'm using SQLAlchemy 0.9.8 with PostgreSQL and the reflection feature of
> SQLAlchemy.
>
> I have the following tables (only relevant parts are show):
> https://gist.github.com/silenius/390bb9937490730741f2
>
> and the "p
Michael,
On 09/11/2012 23:40, Michael Bayer wrote:
...
Authuser.cellar = sao.relationship('Cellar', primaryjoin=
('Authuser.fk_cellar_id==Cellar.id'))
With this query I don't get the authuser relation on the second record even so
the fk_authuser_id is set to 1, which is the same a
On Nov 9, 2012, at 3:45 AM, Werner wrote:
> Hi,
>
> I don't understand why on one record I don't get the authuser relation.
>
> My definition is:
> class Cellar(DeclarativeBase, mix.StandardColumnMixin):
>__tablename__ = u'cellar'
>
>name = sa.Column(sa.Unicode(length=50), nullable=Fal
mik wrote:
> Hello,
>
> I am trying to use sqlalchemy with oracle, here is my code:
>
> from sqlalchemy import *
> from sqlalchemy.orm import sessionmaker, mapper, relationship
> class Activite(object):
> pass
> class Famprod(object):
> pass
> engine = create_engine('oracle://login/paswd@
15 matches
Mail list logo