Groups
Sign in
Groups
SQLElixir
Conversations
About
Send feedback
Help
SQLElixir
Contact owners and managers
1–30 of 815
Mark all as read
Report group
0 selected
Juvenal Claros
6/19/16
attributeerror
hi people im develop a project in python, but i have a error i dont know why, somebody maybe say
unread,
attributeerror
hi people im develop a project in python, but i have a error i dont know why, somebody maybe say
6/19/16
Parth Panchal
12/25/14
Fixes Ticket #121 ScopedSession has been moved from sqlalchemy.orm to sqlalchemy.orm.scoping
I stumbled upon an app which uses Elixir 0.7 but faced an `Import Error` because `ScopedSession` has
unread,
Fixes Ticket #121 ScopedSession has been moved from sqlalchemy.orm to sqlalchemy.orm.scoping
I stumbled upon an app which uses Elixir 0.7 but faced an `Import Error` because `ScopedSession` has
12/25/14
Josh Stratton
,
yoav glazner
5
1/19/14
simple join options for a ManyToOne relationship
On Sun, Jan 19, 2014 at 10:58 AM, yoav glazner <yoavg...@gmail.com> wrote: On Sun, Jan 19,
unread,
simple join options for a ManyToOne relationship
On Sun, Jan 19, 2014 at 10:58 AM, yoav glazner <yoavg...@gmail.com> wrote: On Sun, Jan 19,
1/19/14
tw5...@gmail.com
4/12/13
Camelot 13.04.13 released
Hello, Camelot 13.04.13 has been released. Camelot provides components to build business applications
unread,
Camelot 13.04.13 released
Hello, Camelot 13.04.13 has been released. Camelot provides components to build business applications
4/12/13
Iwan Vosloo
2
3/19/13
Using save_on_init with relationships
This is with elixir 0.7.1 and sqlalchemy 0.7.7 on Python 2.7.
unread,
Using save_on_init with relationships
This is with elixir 0.7.1 and sqlalchemy 0.7.7 on Python 2.7.
3/19/13
Chmike
,
Diez B. Roggisch
2
12/24/12
Use with Flask ?
On Dec 21, 2012, at 12:34 PM, Chmike wrote: > Hello, > > I'm new to Flask and Elexir and
unread,
Use with Flask ?
On Dec 21, 2012, at 12:34 PM, Chmike wrote: > Hello, > > I'm new to Flask and Elexir and
12/24/12
tw5...@gmail.com
, …
Graham Higgins
20
10/5/12
Elixir 0.8 Anyone ?
In case it's slipped under the radar, Vinay Sajip implemented a Python 3 port of elixir. The repo
unread,
Elixir 0.8 Anyone ?
In case it's slipped under the radar, Vinay Sajip implemented a Python 3 port of elixir. The repo
10/5/12
Ing. Sandy Noa Cabrera
,
Diez B. Roggisch
3
9/6/12
Give me your opinion...
On Sep 6, 2012, at 2:41 PM, Ing. Sandy Noa Cabrera wrote: > Hi friends, please give me your
unread,
Give me your opinion...
On Sep 6, 2012, at 2:41 PM, Ing. Sandy Noa Cabrera wrote: > Hi friends, please give me your
9/6/12
DavidG
,
Erik Janssens
2
7/20/12
How to set the isolation level of the default session that elixir uses?
try to create the session yourself and tell elixir to use it, before anything else is done elixir.
unread,
How to set the isolation level of the default session that elixir uses?
try to create the session yourself and tell elixir to use it, before anything else is done elixir.
7/20/12
Jarrett Chisholm
, …
Erik Janssens
7
6/27/12
how to query
On Wed, 2012-06-27 at 15:08 -0400, Jarrett Chisholm wrote: > ahh ok, using declarative might make
unread,
how to query
On Wed, 2012-06-27 at 15:08 -0400, Jarrett Chisholm wrote: > ahh ok, using declarative might make
6/27/12
Jarrett Chisholm
6/26/12
how to query
hey all, I'm pretty new to elixir (and python). I'm trying to figure out how to query my new
unread,
how to query
hey all, I'm pretty new to elixir (and python). I'm trying to figure out how to query my new
6/26/12
Iwan Vosloo
6/22/12
Inconsistent table creation
Hi there, We've run into a problem which boils down to inconsistent behaviour of elixir when
unread,
Inconsistent table creation
Hi there, We've run into a problem which boils down to inconsistent behaviour of elixir when
6/22/12
Pierre Letier
5/24/12
many-to-many relation with additional data
Hello, I am looking to implement a many to many relation in Elixir with Additional Data. Eg: I have a
unread,
many-to-many relation with additional data
Hello, I am looking to implement a many to many relation in Elixir with Additional Data. Eg: I have a
5/24/12
Gaurav Gupta
,
yoav glazner
4
5/3/12
Create multiple database from same schema
On Thu, May 3, 2012 at 2:00 PM, yoav glazner <yoavg...@gmail.com> wrote: On Wed, May 2, 2012
unread,
Create multiple database from same schema
On Thu, May 3, 2012 at 2:00 PM, yoav glazner <yoavg...@gmail.com> wrote: On Wed, May 2, 2012
5/3/12
Stanislav Ochotnicky
4/18/12
[patch] Encryption scheme doesn't use proper random seed
Red Hat security response team discovered a vulnerability in Elixir that can cause encrypted data to
unread,
[patch] Encryption scheme doesn't use proper random seed
Red Hat security response team discovered a vulnerability in Elixir that can cause encrypted data to
4/18/12
Pierre Bossé
4/4/12
Problem with the UnicodeText type that stores data in an Oracle NCLOB column
Hi everyone, We have a problem with the UnicodeText type that stores data in an Oracle NCLOB column.
unread,
Problem with the UnicodeText type that stores data in an Oracle NCLOB column
Hi everyone, We have a problem with the UnicodeText type that stores data in an Oracle NCLOB column.
4/4/12
Darren
2
2/29/12
Newbie Query Question - querying objects in related table ina python way
OK, may have found it. In the LHS of the relation, adresses = OneToMany('Address', lazy='
unread,
Newbie Query Question - querying objects in related table ina python way
OK, may have found it. In the LHS of the relation, adresses = OneToMany('Address', lazy='
2/29/12
Josiah Carlson
2/23/12
Information about rolled-back entities?
I have some after_insert/after_update triggers on some of my entities. When they are flushed to the
unread,
Information about rolled-back entities?
I have some after_insert/after_update triggers on some of my entities. When they are flushed to the
2/23/12
Tamas
2/3/12
no UPDATE after flush, close, commit
Hi, I am using Elixir 0.7.1 with MySQL (and TurboGears) for a couple of months. Now I have a new
unread,
no UPDATE after flush, close, commit
Hi, I am using Elixir 0.7.1 with MySQL (and TurboGears) for a couple of months. Now I have a new
2/3/12
tw5...@gmail.com
12/30/11
from elixir to declarative
Hello, Recent versions of SQLAlchemy/Declarative provide some new features that are not readily
unread,
from elixir to declarative
Hello, Recent versions of SQLAlchemy/Declarative provide some new features that are not readily
12/30/11
Juan Manuel Garcia
11/25/11
Deprecated methods
Hi elixir developers, I was reading the code of the svn repo and I see this: # This bunch of session
unread,
Deprecated methods
Hi elixir developers, I was reading the code of the svn repo and I see this: # This bunch of session
11/25/11
Kirill Müller
11/10/11
Use Elixir to create tables in a non-default Postgresql schema
Hello, we are using elixir for defining a SQL database schema (including foreign key constraints)
unread,
Use Elixir to create tables in a non-default Postgresql schema
Hello, we are using elixir for defining a SQL database schema (including foreign key constraints)
11/10/11
Lila Boc
,
pylover
2
9/28/11
2 questions on elixir.
HI Lila. in Persian, we call you : Leila (لیلا) lets to talk about sqlqlchemy instead elixir. SA is
unread,
2 questions on elixir.
HI Lila. in Persian, we call you : Leila (لیلا) lets to talk about sqlqlchemy instead elixir. SA is
9/28/11
Gaurav Gupta
,
Diez B. Roggisch
2
8/31/11
Relationships across databases
On Aug 31, 2011, at 5:01 PM, Gaurav Gupta wrote: > I have a situation where I have 2 databases say
unread,
Relationships across databases
On Aug 31, 2011, at 5:01 PM, Gaurav Gupta wrote: > I have a situation where I have 2 databases say
8/31/11
GARETTE Emmanuel
2
8/18/11
Strange problem in last version
Le jeudi 18 août 2011 à 12:20 +0200, GARETTE Emmanuel a écrit : > Hi, > > I just upgrade to
unread,
Strange problem in last version
Le jeudi 18 août 2011 à 12:20 +0200, GARETTE Emmanuel a écrit : > Hi, > > I just upgrade to
8/18/11
Iwan
7/9/11
Temporary Entities for testing
Hi there, We have a system which uses Elixir. When we test this system, our tests usually do a
unread,
Temporary Entities for testing
Hi there, We have a system which uses Elixir. When we test this system, our tests usually do a
7/9/11
AlexVhr
,
Andreas Kaiser
3
6/24/11
Override/redefine a field of a parent entity
Thanks for the reply! However, it says 'Use with care as it is easy to shoot oneself in the foot
unread,
Override/redefine a field of a parent entity
Thanks for the reply! However, it says 'Use with care as it is easy to shoot oneself in the foot
6/24/11
sylvain ferriol
,
Gaetan de Menten
2
6/6/11
losing local attributes after commit
Sorry for the huge delay... On Tue, May 24, 2011 at 14:02, sylvain ferriol <fer...@gate.cnrs.fr
unread,
losing local attributes after commit
Sorry for the huge delay... On Tue, May 24, 2011 at 14:02, sylvain ferriol <fer...@gate.cnrs.fr
6/6/11
lex mlist
, …
Vinay Sajip
7
5/31/11
[python3] getting an issue trying to install elixir on python3.2
On May 31, 8:35 am, Gaetan de Menten <gdemen...@gmail.com> wrote: > Looks great to me...
unread,
[python3] getting an issue trying to install elixir on python3.2
On May 31, 8:35 am, Gaetan de Menten <gdemen...@gmail.com> wrote: > Looks great to me...
5/31/11
JayFoolie
,
alex bodnaru
3
5/11/11
Database Trigger Creation
Haha thanks that worked! I must of had tunnel vision when reading the api docs. Thank you for
unread,
Database Trigger Creation
Haha thanks that worked! I must of had tunnel vision when reading the api docs. Thank you for
5/11/11